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

# Gameplay Preview

#### <mark style="color:$primary;">E-Games Arena</mark>&#x20;

<sub>Play solo, duo, or multiple-player challenges, including survival missions, quizzes, daily quests and mini-games.</sub>

{% tabs %}
{% tab title=".er" %}
Escape Room

* Join the escape crew, start dramatic missions, and survive together.

<div align="left"><figure><img src="/files/1mrbV9MzuUJ7ebCGnlfq" alt="" width="375"><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="/files/bqBi8utWDCYOBejNsCIY" alt="" width="375"><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="/files/CyLWeqbspsEncb7hln5J" alt="" width="375"><figcaption></figcaption></figure></div>
{% endtab %}

{% tab title=".mc" %}
Montage Challenge

* Join a team (A/B) and compete in montage challenges.

<div align="left"><figure><img src="/files/iiUSfmuScecYLAELd3Sm" alt="" width="375"><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="/files/hARWsEl70sncHNguNrsV" alt="" width="375"><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="/files/mlTYcI78dMnwBNyTKi14" alt="" width="375"><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="/files/NHOgfxf4cwhKqCJzw2M0" alt="" width="375"><figcaption></figcaption></figure></div>
{% endtab %}

{% tab title=".cc" %}
Campfire Confession

* Join active campfires, light them, and share stories.

<div align="left"><figure><img src="/files/8qrtanVC808lvz9NZYb3" alt="" width="375"><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="/files/yfdfikqIv31eyINz9sZB" alt="" width="375"><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="/files/J8S41Yw91WjKPxOQYtis" alt=""><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="/files/SP38VQUDhnQkyByCY22R" alt=""><figcaption></figcaption></figure></div>
{% endtab %}

{% tab title=".lr" %}
Lightning Round

* Test your knowledge in fast quizzes, compete with other members, track leaderboards.

<div align="left"><figure><img src="/files/eq9n3gLfj0gaVPqwvv5Q" alt="" width="375"><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="/files/iQGvxjBL9OfC4BSTwWHG" alt="" width="375"><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="/files/vzC6dfThlhXAHzSleF4B" alt="" width="375"><figcaption></figcaption></figure></div>
{% endtab %}

{% tab title=".pq" %}
Press Quest

* Participate in a quick 10-question-survey YES-or-NO quiz.

<div align="left"><figure><img src="/files/XOGMu7BOwKXl2El9OT9N" alt="" width="375"><figcaption></figcaption></figure></div>
{% endtab %}

{% tab title=".tr q" %}
Daily Quest

* Complete daily quest to earn bigger gems reward.

\ <img src="/files/Hq52fVhPIh8i1d9O4dE4" alt="" data-size="original">
{% endtab %}
{% endtabs %}


---

# 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://rocketbot-1.gitbook.io/rocketbot-docs/gameplay-preview.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.
