# Installation

## Installation

* Go to **\_ITEMS** folder and import the items to your inventory system.
* Import the .sql file in your Database, esx\_db.sql for ESX servers and qb\_db.sql for qb-core and qbx\_core servers.
* av\_laptop and av\_groups should be installed (already included with your purchase)
* All config can be found in config folder and server/editable folder.
* For more advanced settings use the admin panel using **/admin:boosting** command in game.

#### How It Works

* **Contract Assignment:** Use the Boosting App to join the queue. You will receive random contracts scaled to your current XP level.
* **Tracking Devices & Law Enforcement:** Target vehicles may be equipped with hidden tracking devices. If active, these trackers will continuously broadcast the vehicle's live location directly to the police map.
* **Signal Hacking:** To disable the tracker, a passenger must act as the hacker. Using a special item or the Laptop Terminal, the hacker must intercept the vehicle's signal while on the move. Successfully completing all hacks removes the tracker and reveals the delivery location to the driver.
* **Vehicle Respray:** Depending on the contract, the vehicle may be deemed too "hot." In these cases, you will be required to change the vehicle's paint job to lower its profile before you can drop it off.
* **Evade and Deliver:** You must completely lose the cops before arriving at the drop-off location. The delivery point will remain locked and unusable if there is any police presence in the immediate area.

{% hint style="info" %}
A more detailed instructions can be found in **av\_boosting/HOW\_IT\_WORKS.md** I have moded everything to that file to prevent any metagaming from players.
{% endhint %}


---

# 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.av-scripts.com/laptop-pack-v3/boosting/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.
