# Guides

These guides cover how to get started using the list inventory system from core functionality like creating containers and adding items, to more advanced setups like custom items, weapon logic, and integration with vehicles.

Whether you're building a survival system, a loot-based PvP mode, or just want clean inventory logic — start here.

Use the cards below to dive into each guide.

***

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Creating &#x26; Using Containers</td><td><a href="/files/LPciOP66eipXdqlq5QWC">/files/LPciOP66eipXdqlq5QWC</a></td><td><a href="/pages/iZKfMe2Fysue5LfvEu0U">/pages/iZKfMe2Fysue5LfvEu0U</a></td></tr><tr><td>Creating Items</td><td><a href="/files/zcj7sPMp1vekeVxf226W">/files/zcj7sPMp1vekeVxf226W</a></td><td><a href="/pages/ya0wpRE8wyv9rVZUWaNY">/pages/ya0wpRE8wyv9rVZUWaNY</a></td></tr><tr><td>Customising Vehicle Inventories</td><td><a href="/files/NLCpFC68DmhT03aLvATr">/files/NLCpFC68DmhT03aLvATr</a></td><td><a href="/pages/7U9Nc380iWCcGTbhAXVz">/pages/7U9Nc380iWCcGTbhAXVz</a></td></tr></tbody></table>


---

# Agent Instructions: 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:

```
GET https://docs.boii.dev/fivem-paid-resources/list-inventory/guides.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
