# Dungeon map

Maps are a way to remember the path players used in the dungeon. Each player receives a map when entering the dungeon if their inventory is not full.

## How it works ?

The red point on the center of the map represents the player's current position and the blue points represent the team member positions. The map will change as the players progress in the dungeon to keep memory of the path. The path of every team member is saved, so players will see path of other team members.


---

# 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://alex-plugins.gitbook.io/dungeonmmo/dungeon-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.
