> 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/installation.md).

# Installation

{% stepper %}
{% step %}

## Download the resource

Download resource from [CFX Portal](https://portal.cfx.re/).
{% endstep %}

{% step %}

## Move the downloaded resources

Move downloaded resources to your server´s 📁`resources` folder.

```
📁 server
└── 📁 resources
    ├── 📁 rcore_dance_assets
    ├── 📁 rcore_dance
    └── 📁 (other resources)
```

{% endstep %}

{% step %}

## Ensure the resources in `server.cfg`

In `server.cfg` ensure both `rcore_dance_assets` and `rcore_dance` in this order. Example:

```lua
ensure rcore_dance_assets
ensure rcore_dance
```

{% endstep %}
{% endstepper %}
