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

# DevLab

Welcome. This is the server-owner handbook for **dl-rz, produced by DevLab**: Everything, from admin menu, to all core scripts, loading screen, and UI defaults are configured in **Lua**.

### Quick start (4 steps)

1. Open Server profile and set `displayName`, `discordUrl`, `storeUrl`, `images.filesHost`.
2. Open Palette and HUD layout to set the accent colour and vitals look.
3. Open Admin permissions and Bot & guild id to wire up Discord roles.
4. Open Teleports to add / remove categories and spots.

## Core configuration

* [Server profile, roles & load screen](/devlab/main_config.md)

## Gameplay & combat

* [Core rules, weapons & revive zones](/devlab/gameplay/core.md#allowed-weapons-and-vehicles)
* [Player join & leave webhooks](broken://pages/6371993fdbc6f6dc498895e7283ae56c176cb91f)

## Game modes

* [Ranked (1v1 / 2v2)](/devlab/modes/ranked-1v1-2v2.md)
* [Pistol free-for-all](/devlab/modes/pistol_ffa.md)
* [Combat zones (red zone)](/devlab/menus/teleports.md)
* [Private lobbies](/devlab/modes/private_lobbies.md)

## Player systems

* [Spawn & safe zones](/devlab/gameplay/spawn.md#green-zones)
* [Chat & tags](/devlab/systems/chat.md#role-tags)
* [Voice chat](/devlab/gameplay/voice.md)
* [Kill feed](/devlab/nui/killfeed.md)
* [K/D streak HUD](/devlab/gameplay/kd.md)
* [Appearance & outfits](/devlab/systems/appearance.md)
* [Steal outfit](/devlab/gameplay/steal_outfit.md)
* [Crosshair presets](/devlab/nui/crosshair.md)
* [Host lock (network)](/devlab/gameplay/host_lock.md)

## Admin & staff

* [Admin menu — keybinds](/devlab/admin/client.md)
* [Admin — Discord roles & webhooks](/devlab/admin/permissions.md)

## Discord

* [Rich presence (Discord status)](/devlab/discord/richpresence.md)
* [Bot token & guild ID](/devlab/discord/bot.md)

## Interface & HUD

* [Colours — accent, health & armour](/devlab/nui/color_palette.md)
* [HUD layout & style](/devlab/nui/hud_layout.md)
* [Text logo (pause & menus)](/devlab/nui/logo.md)
* [Corner watermark](broken://pages/ad0c235ebe69871edb0f6c648a4cd8c240a16647)
* [Notifications & nametags](/devlab/nui/notifications-progress-and-nametags.md)

## Menus (K / M)

* [Shared settings — tabs, camera, buckets](/devlab/menus/shared.md)
* [Combat menu (K) — shell layout](/devlab/menus/kmenu_layout.md)
* [Interactive menu (M) — shell layout](/devlab/menus/mmenu_layout.md)
* [Page layouts (classic / split / editorial)](/devlab/menus/page_layouts.md)
* [Interface tab — colours & visibility](/devlab/menus/interface.md)
* [Teleports — categories & spots](broken://pages/b1a7fdbfe678bf67ac56d8b7c6106fd4351c75e2)
* [Guns tab — pistol list](/devlab/menus/guns.md)


---

# 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://docs.fivemdevlab.com/devlab.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.
