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