# Characters

- [Overview](https://docs.gercstudio.com/characters/overview.md)
- [Creation](https://docs.gercstudio.com/characters/creation.md)
- [Adjustment](https://docs.gercstudio.com/characters/character-adjustment.md)
- [Character](https://docs.gercstudio.com/characters/character-adjustment/character.md)
- [Camera](https://docs.gercstudio.com/characters/character-adjustment/camera.md)
- [Controller](https://docs.gercstudio.com/characters/controller.md)
- [Movement](https://docs.gercstudio.com/characters/controller/locomotion.md)
- [Change Movement Animations](https://docs.gercstudio.com/characters/controller/locomotion/change-movement-animations.md)
- [Health](https://docs.gercstudio.com/characters/controller/health.md)
- [Tags](https://docs.gercstudio.com/characters/controller/tags.md)
- [Noise](https://docs.gercstudio.com/characters/controller/noise.md)
- [Camera](https://docs.gercstudio.com/characters/camera.md)
- [First Person](https://docs.gercstudio.com/characters/camera/first-person.md): Parameters and their meaning
- [Third Person](https://docs.gercstudio.com/characters/camera/third-person.md)
- [Top Down](https://docs.gercstudio.com/characters/camera/top-down.md): Parameters and their meaning
- [Inventory Manager](https://docs.gercstudio.com/characters/inventory-manager.md)
- [Usage](https://docs.gercstudio.com/characters/inventory-manager/usage.md)
- [Fists Attack](https://docs.gercstudio.com/characters/inventory-manager/melee-attacks-with-fists.md)
- [Drop Weapons](https://docs.gercstudio.com/characters/inventory-manager/drop-weapons.md)
- [Multiplayer](https://docs.gercstudio.com/characters/multiplayer.md)


---

# 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.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.
