# Map Tiles

Different game modes have a wide range of interactive maps that are constantly changing in real time. Their size might change mid-game, new obstacles might arise, and other changes can occur during gameplay.

[Codyfighters](https://codyfight.gitbook.io/white-paper/gameplay/in-game-assets/codyfighter) move in small squares in these maps called map tiles. There is a variety of tile maps that can either give an advantage or a disadvantage for players or NPCs. For example, players can take the exit gate in the battle to win points against their opponent or use a teleport tile to avoid an attack.

The use of map tiles is connected to the [metagame](https://codyfight.gitbook.io/white-paper/gameplay/metagame) where logical skills play an important role in winning a battle.


---

# 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://codyfight.gitbook.io/white-paper/gameplay/metagame/map-tiles.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.
