# Installation

### Dependencies

* **ox\_lib:** <https://github.com/communityox/ox_lib/releases/latest> (Make sure to download and install ox\_lib.zip NOT the source code)
* **oxmysql:** <https://github.com/communityox/oxmysql/releases/latest>
* **Compatible Frameworks:** ESX, QB Core and Qbox.

### Database

{% hint style="warning" %}
Please don't forget to import the database.sql to your Database. You can skip this step if using qbox Framework.
{% endhint %}

### Framework

Framework detection is automatic for ESX, QB-Core, and Qbox. If you are using a different framework, you will need to manually adjust all instances of `Config.Framework` throughout the code.

{% hint style="info" %}
Nothing Framework related is behind escrow, all Framework code can be found in both client/server > editable > framework.lua
{% endhint %}

### Configuration

Please ensure you read and adjust the configuration file as needed. Each option includes a comment explaining its functionality.
