# FiveM Asset Escrow System

This documentation covers common issues related to protected FiveM resources using the\
👉 [FiveM Asset Escrow System](https://forum.cfx.re/t/introducing-asset-escrow-for-your-resources/4777151).

🔄 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 indicates that the protected resource could not be verified.

Your **server artifacts are likely outdated** or the resource files were **not transferred correctly**.

Please check the following:

* Update your **server artifacts** to the latest version
* Ensure **all resource files are fully uploaded**, including **hidden files**
* Make sure the **`.fxap` file** inside the protected resource is present\
  (some FTP clients skip hidden or encrypted files)
* Avoid using **FileZilla**, as it may cause issues with encrypted files
* Use **WinSCP** instead to transfer the files

After fixing these issues, **fully restart the server** (do not restart via txAdmin).

</details>


---

# 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://imperiumscripts.gitbook.io/imperium-scripts/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.
