# Key concepts

Legion is 1-vs-1 online game, played in a 2D top-down arena. You control several characters on the battlefield against the characters of the opponent. To win, kill all of your opponent's characters before they kill yours!

All games are 1 vs 1, meaning one player (you) versus another single player (one of your friend or any other player). However, each player can have from 3 to 6 characters on the battlefield, so one game can see a team of 6 characters vs 4, or 3 vs 3, or any combination of numbers.&#x20;

**Player:** the human behind the keyboard or phone.

**Character:** a playable unit that you can recruit, train, and use in the arena. Each player can have from 3 to 6 characters.

**Team:** the set of characters a player can deploy in a game.

Each character has a certain amount of Hit Points ([HP](/gameplay/core-mechanics.md#hp-mp-and-stats)). To win, you must kill all the characters of the opponent's team, by reducing the HP of all their characters to 0. This can be done by inflicting damage in various ways: direct attacks, [spells](/gameplay/items-and-spells.md#spells), setting the [terrain](/gameplay/terrain-effects.md) on fire, etc.&#x20;

To prevent your opponent from winning, you must conversely preserve your character's HP, by healing them, resurrecting them, increasing their defense, or killing the enemy faster!


---

# 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/key-concepts.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.
