> For the complete documentation index, see [llms.txt](https://docs.angrymals.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.angrymals.io/game-modes/arena.md).

# Arena

![](/files/zS9bpyKT1sX3Lqh1dRr3)

The first place to visit for some casual matches is the Arena. It allows you to quickly find some random opponent from all around the world that is ready for some action.

Here you can find 4 different modes, sorted from the quickest to the most challenging one.

* **Quick Brawl**: this model is designed for super fast games from start to finish. Players don’t even need to choose their setup, since the weapons and Angrymals will be randomly selected. Both players will use the same race, fortress and weapons. There’s an overall damage boost for weapons, and Special Moves are charged super fast.
* **Skirmish**: in this mode and all the subsequent ones, you will choose which Angrymals you are going to bring on the battlefield, along with their fortress and weapons. Only tiny fortresses are allowed in this mode, damage boost is still high, and Special Moves charge quite fast.
* **Battle**: probably the most balanced game mode, this will allow some medium sized fortresses to be used.
* **Warfare**: this is serious business! A mode designed for the connoisseurs of strategy and precision : players will have access to the biggest fortresses, and there are no damage nor special move boosts. These matches last way longer, but are super rewarding (both in terms of satisfaction when you win, but also in terms of earned coins & XP).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.angrymals.io/game-modes/arena.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
