# Edit Character

This menu is for customizing the player's character. This requires several other systems, like shape keys, clothing and jobs.

The character appearance is the menu where the player decides the character's shape, mass, height, hair, skin color, special features and other things:

<figure><img src="/files/3z2TBnG0FOQJvFLC9cSO" alt=""><figcaption><p>Character appearance screen</p></figcaption></figure>

Character loadout is the menu where equipment like clothes, tools and cosmetics are assigned to the character:

<figure><img src="/files/0CQRGSpJ3sYORPR9y8qg" alt=""><figcaption><p>Character loadout screen</p></figcaption></figure>

Job selection screen is where the player sets their preferences for their role on the station:

<figure><img src="/files/jU2MCRWBwzNyn0h1IxWL" alt=""><figcaption><p>Concept for job selection menu</p></figcaption></figure>


---

# Agent Instructions: 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://ss3d.gitbook.io/design/basic-game-mechanics/user-interface/server-lobby/edit-character.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.
