> For the complete documentation index, see [llms.txt](https://grootdev.gitbook.io/groot-development/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://grootdev.gitbook.io/groot-development/assets/g-order-system/compatibility.md).

# Compatibility

### Frameworks

| Resource               | Is compatible                                     |
| ---------------------- | ------------------------------------------------- |
| QBox                   | ✅ **Supported**                                   |
| QBCore                 | ✅ **Supported**                                   |
| ESX (v1.11.0 or newer) | ✅ **Supported**                                   |
| Custom Frameworks      | ✅ **Supported (you can make changes via bridge)** |

### Notification:

| Resource                                                               | Is compatible   |
| ---------------------------------------------------------------------- | --------------- |
| [g-notifications](https://groot-development.tebex.io/package/6838305)  | ✅ **Supported** |
| [ox\_lib](https://github.com/overextended/ox_lib/releases/tag/v3.30.6) | ✅ **Supported** |
| qbcore                                                                 | ✅ **Supported** |
| okok                                                                   | ✅ **Supported** |
| 17mov                                                                  | ✅ **Supported** |
| standalone                                                             | ✅ **Supported** |

{% hint style="warning" %}
You can also configure your own notification system in `src/client/cl_edit.lua`.
{% endhint %}

## Inventory

| Resource          | Is compatible   |
| ----------------- | --------------- |
| ox\_inventory     | ✅ **Supported** |
| qb-inventory      | ✅ **Supported** |
| origen\_inventory | ✅ **Supported** |
| core\_inventory   | ✅ **Supported** |
| tgiann-inventory  | ✅ **Supported** |
| jaksam\_inventory | ✅ **Supported** |

{% hint style="warning" %}
You can also configure it with any inventory system through the bridge.
{% endhint %}

## Society / Banking:

| Resource                                                                                  | Is compatible   |
| ----------------------------------------------------------------------------------------- | --------------- |
| Built-in Society (our system also has built-in account support)                           | ✅ **Supported** |
| [Renewed-Banking](https://github.com/Renewed-Scripts/Renewed-Banking/releases/tag/v2.1.4) | ✅ **Supported** |
| [qb-banking](https://github.com/qbcore-framework/qb-banking)                              | ✅ **Supported** |
| es\_extended/esx\_society                                                                 | ✅ **Supported** |
| okokBanking                                                                               | ✅ **Supported** |
| tgg-banking                                                                               | ✅ **Supported** |
| crm-banking                                                                               | ✅ **Supported** |
| fd\_banking                                                                               | ✅ **Supported** |

{% hint style="warning" %}
You can also configure your own society/banking system in `src/server/sv_edit.lua`.
{% endhint %}
