> For the complete documentation index, see [llms.txt](https://documentation.rcore.cz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.rcore.cz/paid-resources/rcore_dance/faq.md).

# FAQ

<details>

<summary>How to start the minigame?</summary>

You can start the minigame by using the command `/dance`.

</details>

<details>

<summary>How to change colors of the arrows and UI?</summary>

Arrow and other UI configurable colors are located in `rcore_dance\client\ui\config.js`

</details>

<details>

<summary>How to change to different notification system?</summary>

1. Go to `rcore_dance\client\lib\notify.lua`.
2. Remove content of the `Notify` function.
3. Add your own code to show notification.

The `text` parameter is the text of the notification you want to show.

</details>
