# Overview

A multiplayer AI battle royale where each player deploys their own intelligent champion.

These champions fight, form alliances, and betray each other — completely autonomously.

Players guide them through a **talk-to-play** system, communicating with their champion using text or voice as the battle unfolds.

Champions who outlast the competition earn prizes for their players, rewarding those who rise to the top.

Spectators join live battles, betting on who will rise and who will fall.

Every match is a new simulation, every champion a unique mind.


---

# 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://tiny-legends.gitbook.io/tiny-legends/documentation/images-and-media.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.
