> For the complete documentation index, see [llms.txt](https://hadqueddani-creations.gitbook.io/yet-another-ritmo-mania-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hadqueddani-creations.gitbook.io/yet-another-ritmo-mania-docs/readme.md).

# Welcome

Welcome to the documentation page for **Yet Another Ritmo Mania**. Here you can find out how the game works and learn how to create custom levels.

Before we start, remember that the game is in **alpha phase**, this means that **it is not in its final product**, the alpha version will have too many bugs to fix and too many changes in the future.

*This documentation sets out how HadQuedDani ("we", "our" or "us") informs and teaches you about how the game works.*

```csharp
Debug.Log("Current Version: 0.0.3 (ALPHA RUNTIME422)");
```

### Jump right in

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Getting Started with YARM</strong></td><td>Learn how to play YARM</td><td><a href="/files/2COHHmKix2tPcnYYf2f6">/files/2COHHmKix2tPcnYYf2f6</a></td><td></td><td><a href="/pages/CyH2xJQs9yWJ1S8BYNav">/pages/CyH2xJQs9yWJ1S8BYNav</a></td></tr><tr><td><strong>Getting Started with The Effects Editor</strong></td><td>Learn how to use YARM's Effects editor</td><td><a href="/files/MKmG3XbXJcDqsT6m1Y4n">/files/MKmG3XbXJcDqsT6m1Y4n</a></td><td></td><td><a href="/pages/cEHgDv7NGBquDGHeLyQ4">/pages/cEHgDv7NGBquDGHeLyQ4</a></td></tr><tr><td><strong>Getting Started with The Notes Editor</strong></td><td>Learn how to use the Setchi's Note Editor</td><td><a href="/files/uqBsBIkdPUQD4kXnpUGI">/files/uqBsBIkdPUQD4kXnpUGI</a></td><td></td><td><a href="/pages/JjjojIyKxaiBPzzLwvtg">/pages/JjjojIyKxaiBPzzLwvtg</a></td></tr></tbody></table>

### Game Demo Video

Check out our game demo to see Yet Another Ritmo Mania in action:

{% embed url="<https://youtu.be/KYbk-BBlib0>" %}

### Connect with Us

Stay updated with the latest news and updates by following our social media channels:

* **Twitter**: [@hadqueddaniHere](https://x.com/hadqueddaniHere)
* **Personal Instagram**: [@hadqueddani](https://www.instagram.com/hadqueddani/)
* **HQD Instagram:** [@hqd\_creations](https://www.instagram.com/hqd_creations/)
* **E-mail:** <gerencia@daniellg.com>


---

# 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://hadqueddani-creations.gitbook.io/yet-another-ritmo-mania-docs/readme.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.
