# Installation

1. Insert the resource in your **resources** folder&#x20;
2. Configure the config `config.lua` as your likings&#x20;
3. Start the resource in server.cfg by inserting `ensure ars_stafftag`

***

{% tabs %}
{% tab title="ESX" %}
{% hint style="info" %}
Make sure to have an updated version of <mark style="color:$primary;">esx\_core</mark>
{% endhint %}

#### Start order in server.cfg:

```awk
ensure es_extended
ensure [core]
ensure [standalone]
------------------ 
ensure ars_stafftag
```

{% endtab %}

{% tab title="QBCORE" %}

#### Start order in server.cfg:

```awk
ensure qb-core
ensure [qb]
ensure [standalone]
------------------ 
ensure ars_stafftag
```

{% endtab %}

{% tab title="QBOX" %}

#### Start order in server.cfg:

```awk
ensure qbx_core
ensure [qbx]
ensure [standalone]
------------------ 
ensure ars_stafftag  
```

{% endtab %}
{% endtabs %}
