# 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="https://896568886-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff3IoKdwEIHNEyR9hImNe%2Fuploads%2Fayjj2Z0Bq5TY9cPyrAt8%2FRyoDeity-1881165909286645770-01.jpg?alt=media&#x26;token=7b7ef03e-3306-4db3-a9d4-166be92d86f0">RyoDeity-1881165909286645770-01.jpg</a></td><td></td><td><a href="getting-started-with-yarm/what-is-yarm">what-is-yarm</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="https://896568886-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff3IoKdwEIHNEyR9hImNe%2Fuploads%2FVeKQPPgLEG3i6EMD0PHI%2FCaptura%20de%20pantalla%202025-01-14%20230353.png?alt=media&#x26;token=30d0e057-8d7e-4c4b-bcc8-9a589219692b">Captura de pantalla 2025-01-14 230353.png</a></td><td></td><td><a href="getting-started-with-the-effects-editor/editor">editor</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="https://896568886-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff3IoKdwEIHNEyR9hImNe%2Fuploads%2F7DAI9rz7vgGI0b5j5jq5%2FCaptura%20de%20pantalla%202024-12-28%20152045.png?alt=media&#x26;token=78b908b4-fca9-44df-8a85-addc357f2948">Captura de pantalla 2024-12-28 152045.png</a></td><td></td><td><a href="getting-started-with-yarm/how-to-play-yarm">how-to-play-yarm</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: 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://hadqueddani-creations.gitbook.io/yet-another-ritmo-mania-docs/readme.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.
