# FIVEM PAID RESOURCES

- [Vendors](https://docs.boii.dev/fivem-paid-resources/vendors.md)
- [Guides](https://docs.boii.dev/fivem-paid-resources/vendors/guides.md)
- [Creating Vendors](https://docs.boii.dev/fivem-paid-resources/vendors/guides/creating-vendors.md)
- [Installation](https://docs.boii.dev/fivem-paid-resources/vendors/installation.md)
- [Configuration](https://docs.boii.dev/fivem-paid-resources/vendors/configuration.md)
- [List Inventory](https://docs.boii.dev/fivem-paid-resources/list-inventory.md)
- [Guides](https://docs.boii.dev/fivem-paid-resources/list-inventory/guides.md)
- [Creating & Using Containers](https://docs.boii.dev/fivem-paid-resources/list-inventory/guides/creating-and-using-containers.md)
- [Creating Items](https://docs.boii.dev/fivem-paid-resources/list-inventory/guides/creating-items.md)
- [Customising Vehicle Inventories](https://docs.boii.dev/fivem-paid-resources/list-inventory/guides/customising-vehicle-inventories.md)
- [API](https://docs.boii.dev/fivem-paid-resources/list-inventory/api.md)
- [Player](https://docs.boii.dev/fivem-paid-resources/list-inventory/api/player.md)
- [Containers](https://docs.boii.dev/fivem-paid-resources/list-inventory/api/containers.md)
- [Planting System](https://docs.boii.dev/fivem-paid-resources/planting-system.md)
- [Guides](https://docs.boii.dev/fivem-paid-resources/planting-system/guides.md)
- [Adding Plants](https://docs.boii.dev/fivem-paid-resources/planting-system/guides/adding-plants.md)
- [Adding Pests & Diseases](https://docs.boii.dev/fivem-paid-resources/planting-system/guides/adding-pests-and-diseases.md)
- [Adjusting Environment](https://docs.boii.dev/fivem-paid-resources/planting-system/guides/adjusting-environment.md)
- [Installation](https://docs.boii.dev/fivem-paid-resources/planting-system/installation.md)
- [Configuration](https://docs.boii.dev/fivem-paid-resources/planting-system/configuration.md)
- [Drying Racks](https://docs.boii.dev/fivem-paid-resources/drying-racks.md)
- [Guides](https://docs.boii.dev/fivem-paid-resources/drying-racks/guides.md)
- [Fuel Siphon](https://docs.boii.dev/fivem-paid-resources/fuel-siphon.md)
- [Guides](https://docs.boii.dev/fivem-paid-resources/fuel-siphon/guides.md)
- [Adding or Modifying Props](https://docs.boii.dev/fivem-paid-resources/fuel-siphon/guides/adding-or-modifying-props.md)
- [Installation](https://docs.boii.dev/fivem-paid-resources/fuel-siphon/installation.md)
- [Configuration](https://docs.boii.dev/fivem-paid-resources/fuel-siphon/configuration.md)
- [Guide Books](https://docs.boii.dev/fivem-paid-resources/guide-books.md)


---

# 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.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.
