> For the complete documentation index, see [llms.txt](https://play.robobattles.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://play.robobattles.com/tutorial/next-steps.md).

# Next Steps

<figure><img src="/files/iTJM8ueg1s4ZSaaRi8nr" alt=""><figcaption></figcaption></figure>

**\[Zoe Foxlin]** Congrats, you're officially an expert on robot parts! Have a sticker. Oh wait, I used the last one as a decal on my flying spiderbot. Have a cookie instead! Oops, I used the cookies as spiderbot fuel. Umm.. this greasy old gear I found in an alley..? Yes. Congratulations. 😅

Where you go next is up to you! If you want to explore the town and level up your skills, go do some quests.

{% content-ref url="/pages/D5r1UQXeCN9adJjRPrA8" %}
[Quests](/adventure/quests.md)
{% endcontent-ref %}

Or if you're ready to battle, you can take the next big step in your RoboBattles journey. You know what they say - to break the rules, you've gotta learn 'em first! And there's no one better to teach you than our RoboBattles judge, Ethan Hill! 🧑‍⚖️ Look for a guy in a striped shirt who looks like he's having WAY too much fun yelling "Foul!"

{% content-ref url="/pages/26xBBagpAQdyRgDWNnW6" %}
[Battle](/battle/rules.md)
{% endcontent-ref %}


---

# 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://play.robobattles.com/tutorial/next-steps.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.
