> For the complete documentation index, see [llms.txt](https://documentation.rcore.cz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.rcore.cz/paid-resources/rcore_prison/integrations/inventory.md).

# Inventory

The inventory bridge handles usable items and stashes. See [Inventory items](/paid-resources/rcore_prison/integrations/inventory-items.md) for adding the required items to your inventory resource, or [Custom Inventory Bridge](/paid-resources/rcore_prison/integrations/custom-inventory-bridge.md) if your inventory isn't listed below.

## 🔎 Auto Detection

```lua
Config.Inventory = AUTO_DETECT
```

Auto-detection priority (first match wins): `MF` → `CHEEZA` → `QS` → `PS` → `LJ` → `CORE` → `CODEM` → `TGIANN` → `ORIGEN` → `AK_47` → `OX` → `ESX` → `QB`.

Override with the matching constant if detection picks the wrong one:

| Constant           | Resource                                                                    |
| ------------------ | --------------------------------------------------------------------------- |
| `Inventory.MF`     | `mf-inventory`                                                              |
| `Inventory.CHEEZA` | `inventory`                                                                 |
| `Inventory.QS`     | `qs-inventory`                                                              |
| `Inventory.PS`     | `ps-inventory` ([GitHub](https://github.com/Project-Sloth/ps-inventory))    |
| `Inventory.LJ`     | `lj-inventory`                                                              |
| `Inventory.CORE`   | `core_inventory`                                                            |
| `Inventory.CODEM`  | `codem-inventory`                                                           |
| `Inventory.TGIANN` | `tgiann-inventory`                                                          |
| `Inventory.ORIGEN` | `origen-inventory`                                                          |
| `Inventory.AK_47`  | `ak47_inventory`                                                            |
| `Inventory.OX`     | `ox_inventory`                                                              |
| `Inventory.ESX`    | `es_extended` ([GitHub](https://github.com/esx-framework/esx_core))         |
| `Inventory.QB`     | `qb-inventory` ([GitHub](https://github.com/qbcore-framework/qb-inventory)) |
| `Inventory.NONE`   | No inventory found - you will need to integrate it.                         |
