> For the complete documentation index, see [llms.txt](https://pandemic-multiverse.gitbook.io/pandemic-space-combat/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pandemic-multiverse.gitbook.io/pandemic-space-combat/first-steps/character-creation.md).

# Character creation

Please switch from the character selection screen to the character creation screen!

<figure><img src="/files/F1nOZVQFEpTFAtepz7MW" alt=""><figcaption></figcaption></figure>

To do this, click on "Create new char" on the right side of the Character Selection Screen.

Now you can get started! \
The following image will show you how easy it is to create a new character!

<figure><img src="/files/Cm29TUDlIJEjHl5yHXKE" alt=""><figcaption></figcaption></figure>

**Step 1:** \
\- *Please select in the upper part of the menu on the right side the character you want to create*

**Step 2:** \
\- *If possible choose the color of your character*

**Step 3:** \
\- *Press "CREATE CHAR" and the following window will open:*

<figure><img src="/files/N1WuUj3usG13Df4NLDn6" alt=""><figcaption></figcaption></figure>

It will now be checked if you are authorized to create this character! \
For this you need the corresponding skin as NFT in your wallet. \
You will get a corresponding notice if the character was successfully created or if you are not authorized!

After successful creation of the character you can switch back to the character selection screen with "CLOSE" and select your newly created character to play.

{% hint style="info" %}
Here you can find all our [Enjin based NFTs](https://jumpnet.enjinx.io/eth/project/ba72a31a-2da4-4fb2-94a7-c99f9b62d673/assets) and here the[ Klever based NFTs](https://www.klevernft.com/marketplace/PMKS-30RA)
{% endhint %}


---

# 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://pandemic-multiverse.gitbook.io/pandemic-space-combat/first-steps/character-creation.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.
