# Secret Areas

## Secret Areas

The game also includes hidden areas that can be discovered by players who explore and pay attention to their surroundings. Here are some examples of secret areas in the game:

| Secret Area       | Description                                                                                                     |
| ----------------- | --------------------------------------------------------------------------------------------------------------- |
| Hidden Cave       | A cave hidden behind a waterfall in the forest level, filled with rare resources and items.                     |
| Abandoned Factory | An abandoned factory in the city level that contains valuable materials for crafting.                           |
| Underwater Grotto | A hidden underwater cave that can be accessed by diving in the river level, with unique challenges and rewards. |

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