> For the complete documentation index, see [llms.txt](https://lunar-scripts.gitbook.io/lunar-scripts/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lunar-scripts.gitbook.io/lunar-scripts/paid-scripts/lunar_heistcontracts/installation.md).

# Installation

{% tabs %}
{% tab title="ESX" %}

1. Download the [dependencies](/lunar-scripts/paid-scripts/lunar_jobscreator/dependencies.md) and make sure they are properly installed.
2. Download `lunar_heistcontracts` from your [keymaster](https://keymaster.fivem.net/asset-grants), extract it to the resources folder and ensure it inside server.cfg after all of the dependencies.
3. Install all of the items inside `lunar_heistcontracts/install/items`
   * ESX inventory - Import the SQL file to your database.
   * ox\_inventory - Add the items inside `ox_inventory/data/items.lua` and the images inside `ox_inventory/web/build/images`
4. Add `WEAPON_DIGISCANNER` to the registered weapons in your inventory/framework.
5. Configure the script to your liking.
6. Use this in server.cfg to change the locale: `setr ox:locale en`
7. Restart your server and enjoy!
   {% endtab %}

{% tab title="QBCore/QBox" %}

1. Download the [dependencies](/lunar-scripts/paid-scripts/lunar_jobscreator/dependencies.md) and make sure they are properly installed.
2. Download `lunar_heistcontracts` from your [keymaster](https://keymaster.fivem.net/asset-grants), extract it to the resources folder and ensure it inside server.cfg after all of the dependencies.
3. Install all of the items inside `lunar_heistcontracts/install/items`
   * QBCore inventory - Add the items inside `qb-core/shared/items.lua` and the images inside `qb-inventory/html/images`
   * ox\_inventory - Add the items inside `ox_inventory/data/items.lua` and the images inside `ox_inventory/web/build/images`
4. Add `WEAPON_DIGISCANNER` to the registered weapons in qb-core/shared/weapons.lua
5. Configure the script to your liking.
6. Use this in server.cfg to change the locale: `setr ox:locale en`
7. Add this server.cfg to give yourself permissions:&#x20;

   ```lua
   add_ace group.admin contracts_admin allow
   ```
8. Restart your server and enjoy!
   {% endtab %}
   {% endtabs %}


---

# 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://lunar-scripts.gitbook.io/lunar-scripts/paid-scripts/lunar_heistcontracts/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.
