# Warehouse System

## — FEATURES LIST —

### Core Features

* **Buy and Own Warehouses**\
  Players can purchase and access their own private warehouses.
* **Persistent Inventory**\
  Store items securely, even across server restarts.
* **Custom Locations**\
  Add custom warehouse locations directly from the config.

```
 
```

### Customization and Compatibility

* **Fully Configurable**\
  Translate, Locations, Prices.
* **Framework Support**\
  Compatible with `ESX`.
* **Target Integration**\
  Native support for `ox_target` and similar interaction systems.

```
 
```

{% columns %}
{% column width="50%" %}

{% endcolumn %}

{% column %}

{% endcolumn %}
{% endcolumns %}

### Additional Features

* **Server-side Validation**\
  Fully secure and server-verified item handling.
* **Optimized and Modular**\
  Lightweight, well-structured, and easy to modify.

<br>


---

# 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://renovax-scripts.gitbook.io/renovax-scripts-docs/noname/warehouse-system.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.
