# Installation

{% hint style="warning" %}
**Note:** This script can only be used with ESX.
{% endhint %}

### Basic Installation

1. Download the script from the [FiveM Asset Manager](https://keymaster.fivem.net/asset-grants).
2. Move the folder <mark style="color:yellow;">`visn_whitelist`</mark> from the downloaded <mark style="color:yellow;">`visn_whitelist.pack.zip`</mark>-archive into your <mark style="color:yellow;">`resources`</mark> folder.
3. Customize the <mark style="color:yellow;">`config.lua`</mark> and <mark style="color:yellow;">`server_config.lua`</mark> to your needs.
4. Change the questions in <mark style="color:yellow;">`/shared/nui/questions.json`</mark><mark style="color:purple;">.</mark>
5. Start the script.

{% tabs %}
{% tab title="ESX 1.0/1.1" %}
Rename the file <mark style="color:yellow;">`whitelist_server_old_esx.lua`</mark> to <mark style="color:yellow;">`whitelist_server.lua`</mark>.
{% endtab %}

{% tab title="ESX Legacy" %}
Rename the file <mark style="color:yellow;">`whitelist_server_new_esx.lua`</mark> to <mark style="color:yellow;">`whitelist_server.lua`</mark>.
{% endtab %}
{% endtabs %}

&#x20;


---

# 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://docs.veryinsanee.space/veryinsanees-whitelist/installation.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.
