# Upgrades

## Upgrades

Players can upgrade their characters and items in a variety of ways to make them more powerful and effective. Here are some examples of the different types of upgrades available in the game:

| Upgrade Type       | Description                                                                                                |
| ------------------ | ---------------------------------------------------------------------------------------------------------- |
| Skill Upgrades     | Upgrades that improve the player's abilities, such as higher jumps, faster movement, and stronger attacks. |
| Equipment Upgrades | Upgrades to the player's equipment, such as better weapons, armor, and accessories.                        |
| Crafting Upgrades  | Upgrades that allow players to craft more powerful items and equipment using rare resources.               |
| Character Upgrades | Upgrades that improve the player's character stats, such as health, damage, and energy.                    |

{% 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/upgrades.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.
