# World Map

## World Map

The world map in the game is a visual representation of the different levels and areas that players can explore. Here's some more information about the different locations on the world map:

| Location  | Description                                                                            |
| --------- | -------------------------------------------------------------------------------------- |
| Forest    | The starting location of the game, a dense forest with plenty of trees and vegetation. |
| Mountains | A range of tall mountains that must be climbed to progress through the game.           |
| River     | A dangerous river that must be crossed to reach the other side.                        |
| Desert    | A vast desert filled with treacherous terrain and obstacles.                           |
| City      | A bustling city full of people, buildings, and unique challenges.                      |
| Space     | A futuristic location that can be accessed by beating the game.                        |

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