> For the complete documentation index, see [llms.txt](https://bitbrawl.gitbook.io/bitbrawl-kingdoms-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bitbrawl.gitbook.io/bitbrawl-kingdoms-whitepaper/your-kingdom/commander/army.md).

# Army

A player’s army coincides with the numbers of brawlers the player owns. The larger amount of Brawler’s owned, the larger the player’s commander’s army is in total.

A player, when commanding their army, must choose what tasks / missions to send their army to. When undertaking a Player vs Player (PvP) battle, all their brawler’s fight at once, a player cannot partake in any other mission(s) until that battle is over - so a player must choose wisely where to put their resources.

As mentioned previously, a player’s army size coincides with the number of brawlers they own. Therefore, if a player wants to increase their army size they need to have more brawlers. Furthermore, if a player has rarer brawlers, their army’s base stats are much stronger than having lower rarity brawlers.&#x20;

We strongly believe in fair gameplay, and therefore we have in place very heavy balancement measures when it comes to a player’s army size and who they are matchmaking against.

#### Army Stats

As mentioned within the ‘Items & Black Market’ subsection of the whitepaper, stats are a very important part when progressing through Kingdoms. A player’s army’s strength is highly governed by their stats. A player can increase their army’s stats through the following ways:

* Obtain items.
* Upgrade & progress through commander buildings.


---

# 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://bitbrawl.gitbook.io/bitbrawl-kingdoms-whitepaper/your-kingdom/commander/army.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.
