# Character Creation

You can customize your character in the way you want. **Titan Hunters**' Main Character has 6 gears to diversify. Every gear has 1 main-stat and 3 random sub-stats:

| **Gear** | **Main Stats**             | **Sub-stats (random 3 stats in this list)** |
| -------- | -------------------------- | ------------------------------------------- |
| Hat      | Defend (DEF)               | POW - ASPD - HP - Crit Rate - Crit Dmg      |
| Face     | Agility (ASPD)             | POW - HP - DEF - Crit Rate - Crit Dmg       |
| Armor    | Hit-Point (HP)             | POW - ASPD - DEF - Crit Rate - Crit Dmg     |
| Gloves   | Power (POW)                | ASPD - HP - DEF - Crit Rate - Crit Dmg      |
| Boots    | Critical Damage (Crit Dmg) | POW - ASPD - HP - DEF - Crit Rate           |
| Backpack | Critical Rate (Crit rate)  | POW - ASPD - HP - DEF - Crit Dmg            |

| **Body** | Body of main character will contain all 6 stats | POW - ASPD - HP - DEF - Crit Rate - Crit Dmg |
| -------- | ----------------------------------------------- | -------------------------------------------- |


---

# 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.titanhunters.io/character-customization/character-creation.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.
