> For the complete documentation index, see [llms.txt](https://laot7490.gitbook.io/ltbridge/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://laot7490.gitbook.io/ltbridge/how-it-works/supported-resources.md).

# Supported Resources

Many LTBridge modules work across multiple popular resources. LTBridge **auto-detects** what's running on your server and uses the right adapter — you write one API call, it works everywhere listed below.

{% tabs %}
{% tab title="Framework" %}

| Resource      | Notes                                  |
| ------------- | -------------------------------------- |
| `es_extended` | ESX Legacy                             |
| `qb-core`     | QBCore (when qbx\_core is not running) |
| `qbx_core`    | QBX Core                               |

Functions: player data, jobs, money, hunger/thirst, vehicles, and more.

[Framework module →](/ltbridge/framework/framework.md)
{% endtab %}

{% tab title="Inventory" %}

| Resource           | Notes                                       |
| ------------------ | ------------------------------------------- |
| `ox_inventory`     | Also covers tgiann, qs, origen as providers |
| `qb-inventory`     | QBCore inventory                            |
| `qs-inventory`     | Quasar inventory                            |
| `tgiann-inventory` |                                             |
| `origen_inventory` |                                             |
| `one_inventory`    |                                             |

[Inventory module →](/ltbridge/game-systems/inventory.md)
{% endtab %}

{% tab title="Target" %}

| Resource    | Notes |
| ----------- | ----- |
| `ox_target` |       |
| `qb-target` |       |

[Target module →](/ltbridge/game-systems/target.md)
{% endtab %}

{% tab title="UI & Notify" %}

| Category     | Supported resources                                                                                                                     |
| ------------ | --------------------------------------------------------------------------------------------------------------------------------------- |
| **Notify**   | ox\_lib, lt-ui, esx\_notify, okokNotify, pNotify, mythic\_notify, brutal\_notify, wasabi\_notify, origen\_notify, lation\_ui, qb-notify |
| **Menu**     | ox\_lib, lt-ui, qb-menu, esx\_menu\_default                                                                                             |
| **Input**    | ox\_lib, lt-ui, qb-input                                                                                                                |
| **Progress** | ox\_lib, lt-ui, progressbar                                                                                                             |
| **Alert**    | ox\_lib, lt-ui, lation\_ui                                                                                                              |
| **TextUI**   | ox\_lib, lt-ui, esx\_textui, qb-core                                                                                                    |

Each category auto-detects the first matching resource on your server.
{% endtab %}

{% tab title="Other" %}

| Category         | Supported resources                                         |
| ---------------- | ----------------------------------------------------------- |
| **Fuel**         | ox\_fuel, LegacyFuel, ps-fuel, cdn-fuel, and more           |
| **Dispatch**     | ps-dispatch, cd\_dispatch, qs-dispatch, and more            |
| **Vehicle Keys** | qb-vehiclekeys, qbx\_vehiclekeys, wasabi\_carlock, and more |
| **Phone**        | qb-phone, qs-smartphone, lb-phone, and more                 |
| {% endtab %}     |                                                             |
| {% endtabs %}    |                                                             |

{% hint style="warning" %}
If LTBridge can't find a supported resource, check your server start order — the adapter resource must be **started** before your script runs.
{% endhint %}

Most adapter modules also expose `LT.<Category>.GetResource()` so you can see which resource was detected.
