# Levels

| Level Name      | Description                                                                        | Environment | Unique Features                                                                                   |
| --------------- | ---------------------------------------------------------------------------------- | ----------- | ------------------------------------------------------------------------------------------------- |
| Forest Clearing | A sunny glade in the heart of the forest, surrounded by towering trees.            | Forest      | Contains many hidden paths, and is home to many friendly creatures.                               |
| Mountain Peak   | The highest point in the region, with stunning views of the surrounding landscape. | Mountains   | Treacherous terrain, with gusty winds and steep cliffs to navigate.                               |
| River Rapids    | A fast-moving river with rapids and waterfalls, filled with aquatic creatures.     | River       | Players must use rafts or other vessels to navigate, and avoid hazards like rocks and whirlpools. |
| Abandoned Mine  | A dark and dangerous cavern system, with treacherous tunnels and hidden traps.     | Underground | Filled with valuable resources, but also home to dangerous creatures like bats and giant spiders. |

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