# You lack the required entitlement

### ❌ Missing entitlement

#### Error example

```
You lack the required entitlement to use op-garages
```

#### What does this mean?

All OTHERPLANET scripts use the **FiveM escrow system**, which means each script is linked to a specific **FiveM account** (the one used during purchase).

To make the script work, your server must be using a **server key created on the same FiveM account** that owns the script.

You can create or manage your server key in **FiveM Keymaster**.

After creating the key, add it to your `server.cfg`:

```
sv_licenseKey "YOUR_SERVER_KEY_HERE"
```

#### The script is on another FiveM account

If the script was purchased on a **different FiveM account**, you need to transfer it to the account used for your server.

You can do this here:\
**FiveM Keymaster → Purchased assets → Transfer to another account**

⚠️ **Important:**\
cfx.re allows **only one transfer per asset**, so make sure you transfer it to the correct account.


---

# 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://docs.otherplanet.dev/troubleshooting/you-lack-the-required-entitlement.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.
