# API

The API documentation covers two main API sections:

#### Player

This section covers all available methods for working with player inventories.

* Add / remove / split items
* Get or check item presence
* Sync and save player data
* Use metadata, durability, attachments, and more

#### Container

This section handles logic for world containers, such as:

* Loot drops
* Vehicle trunks
* Fridges or persistent storage

Supports all standard inventory functions:

* Add, remove, split, sync
* Metadata support
* Optional persistence to MySQL

***

<table data-card-size="large" 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></td><td><a href="/files/KQrHHTGU9BKAX4iXpBCC">/files/KQrHHTGU9BKAX4iXpBCC</a></td><td><a href="/pages/AAegA9IM9ROjp8WPVEt6">/pages/AAegA9IM9ROjp8WPVEt6</a></td></tr><tr><td></td><td><a href="/files/LPciOP66eipXdqlq5QWC">/files/LPciOP66eipXdqlq5QWC</a></td><td><a href="/pages/0wmBwonz10mHjl4FVuC0">/pages/0wmBwonz10mHjl4FVuC0</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/api.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.
