> For the complete documentation index, see [llms.txt](https://docs.nuvilstore.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nuvilstore.com/assets/nv_djdesk/installation.md).

# Installation

## Step 1 - Installing dependencies

Our DJ script only requires xsound for the sound to function, and <mark style="color:red;">**qb-core**</mark>, <mark style="color:orange;">**esx**</mark>, or a **custom framework** for whitelisting locations. Here is the xsound download link:

{% embed url="<https://github.com/Xogy/xsound>" %}

## Step 2 - Language

For the optimal experience, you can customize the script language by modifying it in the config file:

```lua
Config.Locale = 'LANG' -- es, en, fr, it, pt, ru, de
```

## Step 3 - Microphone

By default, the script utilizes pma-voice. However, if you are not using it, you can customize it to work with your voice system by changing the exports located in the framework file:

*<mark style="color:blue;">**nv\_DjDesk\config\frameworks\framework.lua**</mark>**&#x20;**<mark style="color:yellow;">**->**</mark>* <mark style="color:blue;">**Config.IsPlayerAdmin**</mark>

## Finishing - Last steps

With everything set up, we conclude the installation process. If you encounter any issues, please join our Discord and open a support ticket.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.nuvilstore.com/assets/nv_djdesk/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.
