> 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/beta.md).

# Beta

**The same game mechanics, game modes (Slum Brawl and PvP) and structure are maintained in the Beta version.** As a new feature, we have introduced the **merge option**, visit its section to know all the details:

{% content-ref url="/pages/-MkYpuV8RDXcbnutg1Y7" %}
[Merge](/docs/game-stages/beta/breeding-and-factory.md)
{% endcontent-ref %}

Visit the link below to find a detailed tutorial on how to play Exobots:

{% content-ref url="/pages/jZns1N4mLOMNzNLzCZT1" %}
[How to play](/docs/introduction/how-to-play.md)
{% endcontent-ref %}

We also keep the same enemies for the Slum Brawl mode and the same cards of each Exobot.&#x20;

{% content-ref url="/pages/L77kMl1eGHhCnDaTwIKe" %}
[Enemies](/docs/game-stages/alpha/enemies.md)
{% endcontent-ref %}

{% content-ref url="/pages/FNSGg6WfQljJBOJbZJgz" %}
[Cards](/docs/game-stages/alpha/cards.md)
{% endcontent-ref %}

<figure><img src="/files/ugW1HYMOidU44SrsLZCg" alt=""><figcaption><p>Netshadow close up attack - Beta v0.30.0</p></figcaption></figure>

The change to Beta stage included the grand opening of our **Marketplace**. You will find all the information in the section 'Marketplace'.

<figure><img src="/files/KZaAE9TNf3bV9KN15MuX" alt=""><figcaption><p>Exobots Marketplace - Home screen</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/beta.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.
