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

# ChatTag Chat System

***

A fully custom proximity-based chat system for FiveM ESX servers. Replaces the default GTA chat with a clean, immersive UI featuring custom chat tags, roleplay commands, admin chat, and overhead /me text.

**Information**

* Framework: ESX
* Dependencies: es\_extended
* Performance: 0.00ms idle
* Escrow: Config is open. Core logic is escrowed.

**Features**

* Proximity based chat — messages only reach players within a configurable radius
* Custom chat tags — assign unique colored tags to players with full admin control
* Tag Panel — players can manage and switch their active tag via `/chattag`
* Overhead /me text — roleplay actions display above the player's head in world space
* Admin chat — private admin-only chat channel via `/ac`
* Built-in roleplay commands — `/me`, `/do`, `/ooc`
* Discord logging support — logs chat to a Discord channel via webhook
* Command autocomplete built into the chat input

**Commands**

| Command    | Description                           |
| ---------- | ------------------------------------- |
| `/me`      | Display a roleplay action             |
| `/do`      | Describe something in the environment |
| `/ooc`     | Send an out of character message      |
| `/ac`      | Send a message in admin chat          |
| `/chattag` | Open the tag management panel         |
| `/help`    | Display available commands            |

**Preview**

<figure><img src="/files/4FHuQbwPyXm3lTjGNa7M" alt=""><figcaption></figcaption></figure>


---

# 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://quannsstudios.gitbook.io/quannsstudio-docs/chattag-chat-system.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.
