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

# Bunny IceBox

Bunny Icebox is a **player-owned clothing business** system designed for ESX servers.<br>

### 📌 Overview

Bunny Icebox allows you to:

* Run Icebox as a **player-owned business**
* Configure multiple locations (boss menu, crafting, processing, purchase points)
* Easily expand with more custom clothing items

This documentation will guide you through **requirements**, **installation**, **configuration**, and important **notes**.

### ✨ Features

#### 🎽 Pre-Configured Clothing Items

* Comes with a **pre-built list of Icebox clothing items**.
* Items are already set up with:
  * Names
  * Labels
  * Images
  * SQL entries

> ✅ You can plug it into your server and use it right away, then expand as needed.

#### 🎮 Usable Clothing Items (Requires Clothing-as-Item Script)

* All clothing items are **usable in-game**.
* Usage is handled through a **“Clothing as Item”** type script (not included, purchase link <https://bunny-store.tebex.io/package/6431967> ).
* When used, items can:
  * Apply clothing to the player

> ⚠ You must already be using or installing a compatible clothing-as-item script.

***

#### 🧳 Inventory Images Included

* Item icons/images are included for use in your inventory UI.
* Compatible with most inventory systems that use images

You just need to copy the provided images into your inventory’s image directory.

***

#### 🧾 Ready SQL for Items & Job

* SQL for:
  * Items (clothing items)
  * Job (Icebox / clothing shop job)
* Supports **limit** or **weight** based inventory systems.

> ⚠ **Do NOT** install both limit & weight SQL.\
> Only install the one that matches your inventory/database setup.

***

#### 🏬 Player-Owned Business

* Bunny Icebox is a **player-owned business** using ESX job & society systems.
* Supports:
  * Society account (for business money)
  * Boss menu access
  * Role-based interactions depending on the job

***

#### 📍 Multiple Configurable Locations

You can set up multiple locations for:

* **Boss menu** (manage society / employees)
* **Crafting menu** (create Icebox clothing items)
* **Purchase location** (customers buy items)
* **Process locations & steps** (e.g., refining / assembling clothing pieces)

All locations are configurable, so you can adapt the script to **different MLOs** or cities.

***

#### ➕ Add More Clothing Items

* Easily extend the system by adding more:
  * Clothing item definitions
  * Images
  * SQL entries

The script is designed so you can **keep expanding** your clothing catalog.

***

### 📦 Dependencies

Bunny Icebox requires the following resources:

* `es_extended`
* `esx_society`
* `esx_addonaccount`
* `ox_lib`

Make sure these are:

1. Installed properly
2. Started **before** Bunny Icebox in your `server.cfg`


---

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

```
GET https://bunny-store.gitbook.io/bunny-store-docs/bunny-icebox.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.
