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

# 🚀 Getting Started

### Installation

Place the `17mov_Interface` resource inside your server's `resources` folder.

{% hint style="warning" %}
The resource folder must be named exactly `17mov_Interface`. Renaming it may break exports, integrations and installation files.
{% endhint %}

Make sure the resource starts **after your framework** and any optional integrations you are using.

```
ensure qb-core          # or es_extended / qbx_core
ensure ox_lib           # optional
ensure ox_target        # optional
ensure 17mov_Interface
```

If you are not using `ox_lib` or a target system, you do not need to include them.

### HUD Editor

Players can open the HUD editor using:

```
/hud
```

The default keybind is:

```
F7
```

The HUD editor allows players to customize their interface, including positions, sizes, styles and other available settings.

### Admin HUD Editor

Administrators can open the server-wide HUD editor using:

```
/hudadmin
```

The admin editor allows you to configure the default HUD layout for the entire server.
