# Installation

## 1) Download the item

As mentioned in #Quickstart, download the asset from [<mark style="color:green;">**here**</mark>](https://portal.cfx.re/assets/granted-assets?). Drag and drop it to the relevant resources file.&#x20;

## 2) Have required resources

Make sure all required dependencies are up to date and started before this resource;

* **QB/ESX**
* **Oxmysql/MysqlAsync**

{% embed url="<https://github.com/overextended/oxmysql>" %}

## 3) Import MySQL

<figure><img src="/files/LvzywWrpmInvoPWx9uio" alt=""><figcaption><p>(Example: How to import <code>.sql</code> files using phpMyAdmin)</p></figcaption></figure>

Depending on your MySQL version, simply drag and import the  `.sql` files into your database.

{% hint style="info" %}
Import methods may vary based on your database, check YouTube for a tutorial that fits your setup.
{% endhint %}

## 4) Configure

You'll need to go through each `.cfg` file to choose whether you’re using the QBCore or ESX framework. You can also adjust various features to suit your preferences.


---

# 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://789.gitbook.io/789/items/traders/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.
