> For the complete documentation index, see [llms.txt](https://whitepaper.somo.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.somo.xyz/the-game/battle-squad.md).

# Battle Squad

At the heart of SOMO lies an exhilarating squad-based auto battler system that will put your strategic prowess to the test. Assemble a team of 5 mighty SOMOs, each with their own unique classes, powerful traits, and earth-shattering abilities. As battles unfold in real-time, your SOMOs will unleash a symphony of destruction, with basic attacks and special abilities that will leave your opponents reeling. The goal is to build the most powerful squad possible through strategic collection, upgrading and synergizing of SOMO characters, land, gear and artefacts.


---

# 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://whitepaper.somo.xyz/the-game/battle-squad.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.
