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

# Home

<figure><img src="/files/azUcoCJUYKh1JkKjuAJD" alt="REDDEV Development"><figcaption></figcaption></figure>

Public GitBook:

```
https://reddev-development.gitbook.io/reddev-development-docs
```

This GitBook documentation hub covers the REDDEV resources scanned from:

```
C:\Users\Cameron\Desktop\Test Server\txData\QBCore_09152C.base\resources\[Reddev-Scripts]
C:\Users\Cameron\Desktop\Test Server\txData\QBCore_09152C.base\resources\[zpx-shops]\reddev-shops
```

The pages are written for server owners, administrators, and customers. They document install order, configuration, permissions, items, framework/inventory/target support, SQL setup, and common troubleshooting without walking through source code line by line.

## Resource Pages

* [Ammo Boxes](/reddev-development-docs/reddev_devtablet/ammo_boxes.md)
* [Door Creator](/reddev-development-docs/reddev_devtablet/doors_creator.md)
* [Drug Creator](/reddev-development-docs/reddev_devtablet/drug_creator.md)
* [Garage Creator](/reddev-development-docs/reddev_devtablet/garage_creator.md)
* [REDDEV Bodybag](/reddev-development-docs/reddev_devtablet/reddev-bodybag.md)
* [REDDEV Development Tablet](/reddev-development-docs/reddev_devtablet.md)
* [REDDEV House Creator](/reddev-development-docs/reddev_devtablet/reddev_housecreator.md)
* [REDDEV House Creator Props](/reddev-development-docs/reddev_devtablet/reddev_housecreator_props.md)
* [REDDEV Music](/reddev-development-docs/reddev_devtablet/reddev_music.md)
* [REDDEV Shops](/reddev-development-docs/reddev_devtablet/reddev_shops.md)
* [REDDEV Towing](/reddev-development-docs/reddev_devtablet/reddev_towing.md)
* [Vehicle Radio Disabler](/reddev-development-docs/reddev_devtablet/vehicle_radio_disabler.md)

## Recommended First Install

{% content-ref url="/pages/abilJW9ec848rsyKoRRB" %}
[REDDEV Multicharacter](/reddev-development-docs/reddev_devtablet/reddev-multicharacter.md)
{% endcontent-ref %}

Start with the REDDEV Development Tablet, then install optional resources beside it. House Creator has a required props package and a stricter SQL order, so install the props and SQL before testing housing workflows.


---

# 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://reddev-development.gitbook.io/reddev-development-docs/home.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.
