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

# README

Welcome to the official documentation for **bazq** resources. This documentation provides comprehensive guides, installation steps, and configuration details for our high-quality FiveM scripts.

## 🌟 Our Resources

We pride ourselves on creating optimized, feature-rich, and bug-free resources to enhance your server's roleplay experience.

### Available Scripts

<table data-view="cards"><thead><tr><th>Script</th><th data-card-target data-type="content-ref">Target</th></tr></thead><tbody><tr><td>Barber — Advanced barber system with scissors items and consent mechanics.</td><td><a href="/pages/958a5e9c3c316f7ab09daaf5be73aeb58cda6540">/pages/958a5e9c3c316f7ab09daaf5be73aeb58cda6540</a></td></tr><tr><td>Blackout — City-wide blackout management with generators and safezones.</td><td><a href="/pages/5b04b7493bd7583a0057c9e484bea25704a8abd8">/pages/5b04b7493bd7583a0057c9e484bea25704a8abd8</a></td></tr><tr><td>HUD — Clean, modular HUD with vehicle stats and stress integration.</td><td><a href="/pages/596e5bc88d3e3fecfea996578b8c00c49a5332c4">/pages/596e5bc88d3e3fecfea996578b8c00c49a5332c4</a></td></tr><tr><td>Map — Immersive physical map item with custom zones.</td><td><a href="/pages/22b3059960a731133d19d197fc67fefea5bf47b8">/pages/22b3059960a731133d19d197fc67fefea5bf47b8</a></td></tr><tr><td>Object Spawner — Professional prop placement and building tool (OS).</td><td><a href="/pages/b4ef513138ecdb897cdd9d4952338a967b3f9c6a">/pages/b4ef513138ecdb897cdd9d4952338a967b3f9c6a</a></td></tr><tr><td>Pause Menu — Modern sleek pause menu replacer with player stats.</td><td><a href="/pages/e2a04f3465647d0a1274346e712fea38a849fbab">/pages/e2a04f3465647d0a1274346e712fea38a849fbab</a></td></tr><tr><td>Turret — Defense systems with target locking and upgradable tiers.</td><td><a href="/pages/d8990dbc561c66239489f7f1a4c623a50e18a798">/pages/d8990dbc561c66239489f7f1a4c623a50e18a798</a></td></tr><tr><td>Zombies — Complete zombie apocalypse framework with infection and classes.</td><td><a href="/pages/d1b48ddedb0a8e16d3203a6a34b587d0bfeee9d7">/pages/d1b48ddedb0a8e16d3203a6a34b587d0bfeee9d7</a></td></tr></tbody></table>

## 🆘 Support

If you need assistance beyond what is provided in this documentation, please join our community.


---

# 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://docs.bazq.net/readme.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.
