# Character Leveling

In the world of Poofyland, each level has a required number of experience points that a Poofie must accumulate to level up.

{% embed url="<https://www.youtube.com/watch?v=Cg6SoZBFvp4>" fullWidth="false" %}

Poofy masters can allocate the experience points earned in the game to their preferred Poofy, enabling them to level up and become stronger. Additionally, when a character levels up, they receive additional skill points and attribute points. These attributes include strength, speed, stamina, and agility, among others. By strategically distributing these points, players can enhance the performance of their Poofies and improve their chances of success in battles.

{% embed url="<https://www.youtube.com/watch?v=NqhKNkyR08Q>" fullWidth="false" %}


---

# 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://poofyland.gitbook.io/poofyland/specifications/character-leveling.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.
