> For the complete documentation index, see [llms.txt](https://lama-dev.gitbook.io/ecrp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lama-dev.gitbook.io/ecrp/guides/character-setup.md).

# Character Setup

### Creation <a href="#creating-your-first-character" id="creating-your-first-character"></a>

Upon joining the server, you will be met with the character management screen. To create your first character, click the big button labeled "**Create New Character**". Then, fill in all of the fields and choose "**Create Character**".

<figure><img src="/files/q08nC0Id6eG0r2nKw2SQ" alt=""><figcaption><p>The character management screen</p></figcaption></figure>

{% hint style="info" %}
For roleplay purposes, the ethnicity field must be filled with one of these ethnicities: **White**, **Black**, **Asian**, or **Hispanic**.
{% endhint %}

### Customization <a href="#customizing-your-character" id="customizing-your-character"></a>

After creating your character, select it on the left side of the screen, and choose a spawn location. Once spawned in, you will be met with the options to customize your character.

<figure><img src="/files/P3Z2728aUcd02Cus2qyG" alt=""><figcaption><p>The character customization menu</p></figcaption></figure>

Before starting any customization, head to the "**Model**" dropdown, and make sure to select `mp_m_freemode_01` if your character is a male or `mp_f_freemode_01` if your character is a female. Once you are done customizing your character, click the save icon, which is the second last starting from the bottom.

{% hint style="info" %}
You can access the character management screen at any time using the command `/changecharacter`.
{% 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:

```
GET https://lama-dev.gitbook.io/ecrp/guides/character-setup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
