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

# Installation

## Step 1 - Installing dependencies

Our Safe Zones script only relies on one dependency: <mark style="color:purple;">**screenshot-basic**</mark>. Here is the link to the resource:

{% embed url="<https://github.com/citizenfx/screenshot-basic>" %}

## Step 2 - Setting up api key

To enable custom image functionality, it's essential to set up a Discord webhook for file uploads. Access the configuration file and update the API key link.

```lua
Config.WebHook = 'DISCORD_WEBHOOK'
```

If you're unsure how to do this, refer to the following link for guidance:

{% embed url="<https://youtu.be/fKksxz2Gdnc>" %}

## Step 3 - 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 4 - Setting up permissions

If you are using <mark style="color:orange;">**esx**</mark> or <mark style="color:red;">**qbcore**</mark>, the script will operate based on the framework permissions. However, for users of the standalone version, you can configure the admin list in:

*<mark style="color:blue;">**nv\_SafeZone\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, and the optional `goal` query parameter:

```
GET https://docs.nuvilstore.com/assets/nv_safezone/installation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
