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

# Gameplay

{% embed url="<https://youtu.be/kNEx_tI5Zic>" %}
EXOBOTS | Basics Tutorial (In-Game)
{% endembed %}

Exobots: Omens of Steel offers multiple and different game modes and features, so make sure to explore them all to enjoy the game at its fullest.

Upon pulling new Exobots cores, players will obtain a full new Exobot consisting of random pieces among all existing ones from every Exobot type, resulting in a very exclusive and unique one.

<figure><img src="/files/t9ISoZ3Hb5nIbeCBGqjD" alt=""><figcaption><p>Exobots different game modes</p></figcaption></figure>

Each of these pieces have their own stats, which along with the Exobot class, will determinate the final result. Aside from this, each of the pieces will also come with two cards, which you can use to prepare your Exobot deck to use it to fight. Before every battle, you can see the cards that will appear depending on your squad and which will allow you to get ahead and be able to form a card strategy during the battle. Each card will have an energy cost, meaning you’ll need to think wisely about which ones to play each turn.

<figure><img src="/files/VKPYgrHv3HjeL2hjoIAc" alt=""><figcaption><p>Exobots: Omens of Steel attack gameplay footage</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/introduction/gameplay.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.
