# Character Improvement

| Improvement Type | Description                                                                                                                                                                                     |
| ---------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Speed            | Increases the character's movement speed, allowing them to run faster and dodge attacks more easily.                                                                                            |
| Strength         | Increases the character's attack power, allowing them to defeat enemies more quickly.                                                                                                           |
| Health           | Increases the character's maximum health, allowing them to withstand more damage before being defeated.                                                                                         |
| Special Ability  | Unlocks a unique ability for the character that can be used to overcome obstacles and defeat enemies. For example, the ability to double-jump, create a shield, or throw a powerful projectile. |

| Improvement Type | Description                                                                                                  | Benefits                                                                                                                                         |
| ---------------- | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------ |
| Leveling Up      | By earning experience points, players can increase their level and gain access to new abilities and rewards. | Higher level characters have more health, deal more damage, and can use powerful new abilities.                                                  |
| Gear Upgrades    | By acquiring and improving their gear, players can enhance their capabilities and become more powerful.      | Better gear can increase attack and defense stats, provide special bonuses, and even grant new abilities.                                        |
| Skill Tree       | By spending skill points in the skill tree, players can customize their character and unlock new abilities.  | Players can choose to specialize in different areas, such as defense, speed, or ranged attacks, and gain access to unique abilities and bonuses. |

{% hint style="info" %}
Capy Pals is currently under development, so the content of the technical documentation may change in the future.
{% endhint %}


---

# 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://capy-pals.gitbook.io/product-docs/overview/game-world/character-improvement.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.
