> For the complete documentation index, see [llms.txt](https://nx-scripts.gitbook.io/nx-scripts-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nx-scripts.gitbook.io/nx-scripts-docs/welcome/fivem-asset-escrow-system.md).

# FiveM Asset Escrow System

:white\_circle: Follow these guides to ensure your escrow-protected resources are correctly installed and running without errors.

***

<details>

<summary>You lack the required entitlement</summary>

**This error means that you do not have access to this resource.**

This error means that your license key does not have access to this resource. Please make sure that:

* The correct license key is set in your `server.cfg`
* The resource name has not been changed
* Your license is active and linked to your FiveM account

***

**Server restart required**

The entitlement may also not be detected if the server was not fully restarted.

Please **stop the server completely and start it again**, **do not restart the server via txAdmin**.

A **full server restart** is required for the resource to be properly loaded.

</details>

<details>

<summary>Failed to verify protected resource</summary>

**This error means that you do not have access to this resource.**

This error means that your license key does not have access to this resource. Please make sure that:

* The correct license key is set in your `server.cfg`
* The resource name has not been changed
* Your license is active and linked to your FiveM account

***

**Server restart required**

The entitlement may also not be detected if the server was not fully restarted.

Please **stop the server completely and start it again**, **do not restart the server via txAdmin**.

A **full server restart** is required for the resource to be properly loaded.

</details>


---

# 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://nx-scripts.gitbook.io/nx-scripts-docs/welcome/fivem-asset-escrow-system.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.
