# Dependencies

<details>

<summary>Supported Frameworks</summary>

**Supported frameworks:**

* `qbox`
* `qb` (QBCore)
* `esx`
* `custom`

</details>

<details>

<summary><a href="https://github.com/CommunityOx/oxmysql">oxmysql</a></summary>

A high-performance MySQL wrapper for FiveM resources, allowing scripts to efficiently interact with MySQL databases.

</details>

<details>

<summary><a href="https://github.com/CommunityOx/ox_lib">ox_lib</a></summary>

Used for the menus, notifications and the input options in the script.

</details>

<details>

<summary>Inventory (recommended for better experience, not required)</summary>

Connects to your inventory system for giving bank cards, with automatic detection or custom configuration.

**Supported inventory systems:**

* ​[`ox_inventory`](https://github.com/CommunityOx/ox_inventory)​
* ​[`qb-inventory`](https://github.com/qbcore-framework/qb-inventory)​
* `custom`

</details>

{% hint style="success" %}
If you need assistance setting up custom scripts alongside our resources, you can open a ticket in our [Discord](https://discord.gg/wZryDXaCAU). While we’ll do our best to help, please note that we can’t guarantee full compatibility if the custom script has issues outside of our control.
{% endhint %}

{% hint style="warning" %}
There’s a chance some of these scripts might already be installed on your server. Installing duplicates can cause conflicts or errors, so always check your existing resources before adding new ones.
{% 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.bkscripts.com/scripts/bk_banking/dependencies.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.
