> 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/updates.md).

# Changelogs

## REDDEV Development Tablet

Latest scanned changelog entries include:

* `1.11.6 - 2026-06-07`: automatic REDDEV unstuck cleanup after player load, spawn, and tablet client start.
* `1.11.5 - 2026-06-07`: manual `/reddevunstuck`, `/rdunstuck`, and `/reddevreset` cleanup commands.
* `1.11.4 - 2026-06-06`: House Creator no longer blocks startup on game build 2944; build 3095 remains recommended.
* `1.11.3 - 2026-06-05`: ox\_inventory item definitions added to Drug Creator and Music item guides.
* `1.11.0 - 2026-06-03`: public documentation rebuild, optional app docs, Garage Creator guide, screenshot guide, and plugin ecosystem docs.

## REDDEV Music

Latest scanned changelog entries include:

* `2.0.0 - 2026-06-03`: converted into REDDEV tablet boombox addon, added streamed speaker prop, boombox item, QBCore/Qbox and ESX usable item registration, placement/pickup/removal, xSound emitter mode, and compatibility aliases.
* `1.0.1 - 2026-06-01`: restored emitter server and fixed xSound export arguments.
* `1.0.0 - 2026-06-01`: optional REDDEV tablet registration, YouTube metadata, queue, saved URL, favorite, recent-track, playlist state, and playback adapters.

## REDDEV Shops

Latest documentation entry:

* `1.0.9 - 2026-06-21`: removed the XP overlay blur/backdrop layer that could render as a black square in FiveM CEF and forced the standalone overlay page background transparent.
* `1.0.8 - 2026-06-21`: made the standalone XP overlay transparent without the hidden shop background, changed riddle arrival messages to normal notifications by default, deferred client startup work, and lazy-loaded the full shop NUI only when a shop opens to reduce restart hitches.
* `1.0.7 - 2026-06-21`: added lazy riddle ped entity spawning, stopped completed shop lazy-spawn scans, guarded failed ped models from repeated retries, and replaced the large `/xp` native text with a sleek configurable REDDEV NUI XP card.
* `1.0.6 - 2026-06-21`: added lazy shopkeeper ped entity spawning to reduce restart freezes on low-end clients while keeping blips and interactions available.
* `1.0.5 - 2026-06-21`: changed shopkeeper ped config to match riddle-style numbered ped entries, added optionalClothing support, global Config.ShopPeds, synced random shopkeeper movement, and configurable shopkeeper arrival watermark.
* `1.0.4 - 2026-06-21`: added configurable shop XP disable switch, `/xp` player display, optional persistent XP watermark, advanced per-shop shopkeeper ped tables, and updated customer/GitBook setup notes.
* `1.0.3 - 2026-06-21`: added low-end restart batching, model-load timeouts, idle drawtext throttling, synchronized random riddle ped movement, configurable riddle arrival watermark, and cash-as-item riddle entry checks.
* `1.0.2 - 2026-06-21`: added common inventory auto-detection, server-side hidden missing item filtering, item/image compatibility report, REDDEV Development image fallback, and copied active inventory image aliases.
* `1.0.1 - 2026-06-21`: unified REDDEV shop, migrated QB shops, delivery/restock flow, riddle peds, admin XP tab, XP-gated purchases, target/drawtext support, database XP persistence, and customer setup checklist documented.

## REDDEV Towing

Latest documentation entry:

* `1.0.0 - 2026-07-13`: published the REDDEV Towing installation, configuration, inventory, SQL, gameplay, troubleshooting, and validation guide for the single-resource package with bundled `flatbed3` and `inm_flatbed_base` assets.

## Other Resources

No standalone changelog files were found for `ammo_boxes`, `doors_creator`, `drug_creator`, `garage_creator`, `reddev-bodybag`, `reddev_housecreator`, `reddev_housecreator_props`, or `vehicle_radio_disabler` in the scanned resource folders.


---

# 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/updates.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.
