> 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_drugs/integrations/inventory.md).

# Inventory

Inventory integration is required for items, rewards, stash, consumables, and sales.

## 🎒 Supported Inventories

| Inventory          | Config value       |
| ------------------ | ------------------ |
| `ox_inventory`     | `Inventory.OX`     |
| `qb-inventory`     | `Inventory.QB`     |
| `qs-inventory`     | `Inventory.QS`     |
| `mf-inventory`     | `Inventory.MF`     |
| `ps-inventory`     | `Inventory.PS`     |
| `lj-inventory`     | `Inventory.LJ`     |
| `core_inventory`   | `Inventory.CORE`   |
| `inventory`        | `Inventory.CHEZZA` |
| `codem-inventory`  | `Inventory.CODEM`  |
| `origen_inventory` | `Inventory.ORIGEN` |
| `tgiann-inventory` | `Inventory.TGIANN` |
| `exrp_inventory`   | `Inventory.EXRP`   |
| No inventory       | `Inventory.NONE`   |

## 🔎 Auto Detection

Default setting:

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

## 🖼️ Item Images

Item images are included in:

```
rcore_drugs/assets/inventory_images
```

## 🏷️ Default Item Names

Add these items to your inventory if you use the default seed data:

| Item                    |
| ----------------------- |
| `chemical_agent`        |
| `coca_leaf`             |
| `coca_paste`            |
| `coca_pulp`             |
| `coke_bag`              |
| `coke_toy`              |
| `coolant_canister`      |
| `empty_baggies`         |
| `fertilizer`            |
| `industrial_solvent`    |
| `joint`                 |
| `knife`                 |
| `lab_filter_cartridge`  |
| `meth_crystals`         |
| `meth_slurry`           |
| `meth_solution`         |
| `meth`                  |
| `pseudoephedrine_boxes` |
| `purification_agent`    |
| `raw_coke`              |
| `raw_meth_block`        |
| `red_phosphorus`        |
| `weed_seeds`            |
| `weed`                  |

{% hint style="warning" %}
If an item is missing from your inventory, production, rewards, sales, or consumables can fail.
{% endhint %}
