> For the complete documentation index, see [llms.txt](https://docs.looplay.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.looplay.gg/getting-started.md).

# Getting Started

Looplay isn't a single app you use one way. It's a system with layers, and you can go as deep as you want.

Most people start at the gaming layer: play games, earn rewards through gameplay, collect Alpha Points for each game's airdrop, and stack Airdrop Points toward Looplay's own seasonal airdrop. Three separate reward streams, all from just playing.

When you're ready, there's the creator layer: build your own game with AI and earn from what you've made. Understanding these layers is understanding how value moves through Looplay.

{% tabs %}
{% tab title="How Looplay.GG Works" %}
{% content-ref url="/pages/MCRcgOe6TiGev520xdbh" %}
[How Looplay.GG works](/getting-started/how-looplay.gg-works.md)
{% endcontent-ref %}
{% endtab %}

{% tab title="Core Features" %}
{% content-ref url="/pages/9VLozF1oKbpnHew5Eiz8" %}
[Core Features](/getting-started/core-features.md)
{% endcontent-ref %}
{% endtab %}

{% tab title="Game Hub" %}
{% content-ref url="/pages/vrz9Hw7egrtFtHHhZe1z" %}
[Game Hub Layer](/getting-started/how-looplay.gg-works/game-hub-layer.md)
{% endcontent-ref %}
{% endtab %}

{% tab title="AI Layer" %}
{% content-ref url="/pages/bTb4Gd1bkkuFw40xSUvt" %}
[Broken mention](broken://pages/bTb4Gd1bkkuFw40xSUvt)
{% endcontent-ref %}
{% endtab %}

{% tab title="Economy" %}
{% content-ref url="/pages/QgVbABXPB0raUTfFXenE" %}
[Economy Layer](/getting-started/how-looplay.gg-works/economy-layer.md)
{% endcontent-ref %}
{% endtab %}

{% tab title="Distribution" %}
{% content-ref url="/pages/DOKDrlbvQeAAlGstYXWH" %}
[Omni Distribution Layer](/getting-started/how-looplay.gg-works/omni-distribution-layer.md)
{% endcontent-ref %}
{% 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://docs.looplay.gg/getting-started.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.
