# Getting Started

Onchain Heroes is built around a simple idle gameplay loop—hopping in and getting started is easy! As you progress, you’ll uncover surprising depth and might even find yourself spending hours planning your next move.

But don’t worry—we’re keeping things simple for now. This quick guide gives a broad overview on what you’ll need to get started.

***

{% content-ref url="/pages/Yy1iid3O8Fe0mBWcq9vC" %}
[Setup](/hidden-archive/getting-started/setup.md)
{% endcontent-ref %}

{% content-ref url="/pages/4qCWOfLfqcXPblvj2k1o" %}
[The Gameplay Loop](/hidden-archive/getting-started/the-gameplay-loop.md)
{% endcontent-ref %}

{% content-ref url="/pages/m9WLudFNYBi5FzZUh4Um" %}
[Game UI](/hidden-archive/getting-started/game-ui.md)
{% endcontent-ref %}


---

# Agent Instructions: 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:

```
GET https://docs.onchainheroes.xyz/hidden-archive/getting-started.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
