# FiveM Asset Escrow System

FiveM Escrow is an asset protection system provided by FiveM for all platform content creators. It encrypts most purchased assets, ensuring robust security. This system effectively prevents all types of dumps and bypasses, safeguarding your exclusive Pluto Development's asset.

## You lack the required entitlement to use `resource_name`

Your server is using a FiveM license key that is not linked to the original purchase, indicating the resources were bought with a different FiveM account.

Alternatively, this issue might occur if the asset was installed without restarting the server. Try restarting your server to confirm if this resolves the problem.

## Failed to verify protected resource `resource_name`

Files were possibly corrupted during transfer.

Ensure the encrypted files are copied; the .fxap file must be included. Some FTP programs skip these files. If you use [FileZilla](https://filezilla-project.org/), try using [WinSCP](https://winscp.net/eng/index.php) instead.

## Syntax error \</1> and similar

The problem can be caused by several factors. Maybe you do not have the artifact version higher than +4960, be sure to use that artifact version or higher. You can get your latest [Linux ](https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/)or [Windows ](https://runtime.fivem.net/artifacts/fivem/build_server_windows/master/)artifacts here.

Another factor could be that you have edited encrypted code which you should not do or simply that you did not restart the server after installing this asset, try to resolve it with these two more options.


---

# 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://pluto-dev.gitbook.io/docs/information/quickstart.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.
