# Interface

<figure><img src="/files/qKTLe7V1M2fIR8hEtKGJ" alt=""><figcaption></figcaption></figure>

1. The arena: the set of cells your [characters](/gameplay/key-concepts.md) can move and act on&#x20;
2. Your characters (characters within dark blue squares are yours)
3. Enemy characters (characters within red squares are the opponent's)
4. Selected character: the selected character is highlighted in white, and the blue cells around it represent where this character can move
5. Overview of your [team](/gameplay/key-concepts.md)
6. Overview of the opponent's team
7. Selected character's overview
8. Timer until the end of your character's turn
9. [Consumables](/gameplay/items-and-spells.md#items) equipped on the selected character
10. [Spells](/gameplay/items-and-spells.md#spells) known by the selected character
11. Turn order timeline
12. Your player box: avatar, name and rank
13. The opponent's box: avatar, name and rank


---

# 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://guide.play-legion.io/gameplay/interface.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.
