# Overview

First, you need to **create** **a character** and then **adjust** it.

{% content-ref url="/pages/-LfFSm0vIEhwaJFKa7l\_" %}
[Creation](/characters/creation.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LfFUwj67py39OfIQfKl" %}
[Adjustment](/characters/character-adjustment.md)
{% endcontent-ref %}

Next, **set up the camera** - select the modes you need, adjust the sensitivity, and other parameters.

{% content-ref url="/pages/-LfFV7E1nP8lirDx\_X2e" %}
[Camera](/characters/camera.md)
{% endcontent-ref %}

To add weapons to your character, you should use the <mark style="color:green;">**Inventory Manager**</mark> component.

{% content-ref url="/pages/-Lr1ANF\_95xr0fePxB9e" %}
[Inventory Manager](/characters/inventory-manager.md)
{% endcontent-ref %}

To **add a fist attack** see the section below.

{% content-ref url="/pages/-LzsPAmjMJg66RDl-mHU" %}
[Fists Attack](/characters/inventory-manager/melee-attacks-with-fists.md)
{% endcontent-ref %}

If you need to use the same weapon with different characters, create a unique **tag** for each character for future use.

{% content-ref url="/pages/-Lr1CKyPHt9938NwMnaz" %}
[Tags](/characters/controller/tags.md)
{% endcontent-ref %}

If you need to configure other parameters, you can find information in the appropriate section.

{% content-ref url="/pages/-LrG2q9j\_Xf2bDC11B75" %}
[Movement](/characters/controller/locomotion.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M66OOoMmIYRa3oFSUWi" %}
[Health](/characters/controller/health.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LzsVnbJsS\_zhkpGiKRf" %}
[Noise](/characters/controller/noise.md)
{% endcontent-ref %}


---

# 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://docs.gercstudio.com/characters/overview.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.
