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

# Alpha

### SLUM BRAWL GAME MODE:

Slum Brawl will be the available and playable mode for the upcoming release of Exobots: Omens of Steel Alpha.

In this mode, players will roam around Metron City slums to fight many enemies and claim their place as the district leaders, engaging in an endless series of battles and competing to see who can beat more enemies and reach the furthest. In Metron City, only the strongest last the longest!

Players will be able to build their own squad consisting of 3 Exobots, which will be pulled beforehand creating random combinations. In this Alpha, players will also be able to reroll their squads as many times as they like to try different builds, enabling them to discover their favorite gaming style. Don't forget to pick the most appropriate position for each Exobot!

<figure><img src="/files/f2hRAgUf71kbKKHn2AsO" alt=""><figcaption><p>Exobots Slum Brawl ALPHA (New version)</p></figcaption></figure>

After entering Slum Brawl, players will face consecutive fights against enemy teams formed by a random combination of different foes in 3v3 battles. But beware; your team will not heal after each fight, so you'll need to manage your health properly to make it as far as possible!

In addition to this, every 5 rounds, players will face a challenging boss fight. If you are victorious, the difficulty will increase for the next series of battles, so fights will gradually get harder and harder!

![Exobots Slum Brawl ALPHA (Old version)](/files/iMkOeuIEK4BtqJN3SgGa)

### BATTLE GAME MODE:

On Battle Mode, players will be able to fight each other (PvP) to put their Exobots and strategies to the test. These battles will take place in real time against a human opponent, so you’ll need to play your cards very wisely.

Build your squad, consult the cards, routines and parts of each Exobot in your squad menu and be ready for an intense battle!

<figure><img src="/files/spaMvOukxOfbQ5ZyPFl0" alt=""><figcaption><p>Exobots Battle game mode (PvP) - ALPHA Version</p></figcaption></figure>


---

# 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://exobots.gitbook.io/docs/game-stages/alpha.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.
