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

# Overview

### 📖 Welcome to Sergei's Warehouse

Sergei's Warehouse is a comprehensive FiveM script for QBCore that provides players with personal storage space they can expand and share with other players. The script features a modern UI, flexible sharing system, and easy-to-use interface.

Max Storage Slots

**📌 Note:** This documentation covers only the files accessible to customers (non-escrow files). The script includes client-side, server-side, UI, and configuration files that are fully customizable.

#### 🚀 Quick Start

Get started with Sergei's Warehouse in just a few simple steps:

1. Download and install the script
2. Import the SQL database file
3. Configure your settings
4. Start using your warehouse!

#### 📚 Documentation Structure

This documentation is organized into clear sections to help you understand and use the warehouse system effectively:

* **Overview:** Script introduction and statistics
* **Core Features:** Detailed feature breakdown
* **Installation:** Step-by-step setup guide
* **Configuration:** All customizable options
* **Usage Guide:** Player instructions for all features
* **Commands & Controls:** Available commands and key bindings
* **UI Guide:** Interface navigation and features
* **Troubleshooting:** Common issues and solutions
* **Player Guide**


---

# 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://sergeis-scripts.gitbook.io/sergeis-scripts-docs/sergeis-warehouse/overview.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.
