# Cell Decoration DLC (Add-On)

## 🔗 Useful Links

* #### ✅ Buy on Tebex

* #### 📺 View Showcase

* 🪑 **Cell Decoration System** – Prisoners can place furniture, props, and decorations inside their assigned cells.

* 📦 **Cell Storage Props** – Placeable storage containers with configurable slots and weight limits.

* 🔒 **Cell-Locked Placement** – Decorations and storage are restricted to the prisoner’s own cell.

* 🎒 **Persistent Storage** – Stored items and placed props save across restarts.

* 🧰 **Configurable Props** – Control allowed items, placement limits, and storage values via config.

* 🧹 **Clean Removal System** – Automatically removes props when prisoners are released or transferred.

* 🌐 **Fully Synced** – Cell decorations are synced and visible to all players.

{% hint style="warning" %}
⚠️ **Important Notice**\
Cell Decoration is a **separate DLC** and **not included** in the base Dynyx Prison System.
{% endhint %}


---

# 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://dynyx-scripts.gitbook.io/dynyx-scripts/prison/cell-decoration.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.
