# Gameplay

Each brawl match consists of at least two players fighting each other. Each player has 3 lives, and once they're gone, the game ends. Alternatively, players can join 2v2 and 3v3 matches to play with their friends or compete online.&#x20;

{% hint style="info" %}
The rewards players win depend on their brawler's rarity.
{% endhint %}


---

# 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://bitbrawl.gitbook.io/whitepaper/game/gameplay.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.
