> For the complete documentation index, see [llms.txt](https://docs.av-scripts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.av-scripts.com/guides/multijob/installation.md).

# 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.


---

# 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://docs.av-scripts.com/guides/multijob/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.
