> For the complete documentation index, see [llms.txt](https://docs.pixelwar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pixelwar.com/discord/create-a-discord-hero.md).

# Create a Discord Hero

## Step 1: Create your hero

Using the following command:

&#x20;       `/create hero Yourname`      &#x20;

`Where your name is the name you want for your hero.`

![Character Creation](/files/ynsOa4fjO3eGMVhf4Sco)

### Step 2: Connect your hero NFT

If you have a hero NFT please [Connect Your Hero NFT.](/discord/connect-your-hero-nft.md)

### Step 3: Get Started

Start playing:

Try a hunt:

&#x20;   `/hunt`

This will match you up with a random monster to fight for experience points, gold, and potentially other rewards.

As you advance in levels, new areas will unlock. To learn about the area you are in and to see if you can progress ot another area try:

&#x20;   `/area`


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.pixelwar.com/discord/create-a-discord-hero.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
