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

# devix-inventory

Modern FiveM inventory for QB-Core, ESX, and QBX (qbox\_core). Grid UI, stashes, trunk/glovebox, crafting, weapon durability, and ox\_inventory bridge support.

**devix-inventory** is a modern **FiveM inventory** resource. It supports **QB-Core / QBCore**, **ESX**, and **QBX (qbox\_core)** via **devix-core**. It includes a **grid inventory UI**, **stash** support, and common storage types.

Works with scripts that expect `exports.ox_inventory:...` using the **ox\_inventory bridge/stub** setup. This is useful for QBX servers migrating from **ox\_inventory** to **devix-inventory**.

### Get started

* Install and start order: [Installation](/devix/devix-inventory/installation.md)
* Config options (sizes, weights, keybinds, crafting, shops): [Inventory Config](broken://spaces/DAgPf2Dwi1aJLjVuR49f/pages/eba05ba93a20d790fef61fbd5a236b84f99844f6)
* Script integration (exports for AddItem, RemoveItem, OpenStash, etc.): [Inventory Exports](broken://spaces/DAgPf2Dwi1aJLjVuR49f/pages/a09a994bb9ca130db6d5852f7b1b701ceef5a8f2)
* Clothing images pipeline: [Clothing Images](/devix/devix-inventory/clothing-images.md)
* QBX + ox\_inventory compatibility: [GUIDE](broken://spaces/DAgPf2Dwi1aJLjVuR49f/pages/37e2971433f04c34daa240534ea2b420c80c1663)

### Features (common search terms)

* **Grid-based inventory** with item sizes and rotation.
* **Stashes**, **shops**, **drops**, and dual-panel transfers.
* Vehicle storage: **trunk** and **glovebox**.
* **Weapon durability/condition**, metadata, and attachments preview.
* **Crafting** support and configurable item definitions.

### Preview

{% embed url="<https://www.youtube.com/watch?t=5s&v=ziPq4q26o6c>" %}

### Purchase / download

<https://devix.tebex.io/category/inventory>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://devix.gitbook.io/devix/devix-inventory.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
