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

# Report System

Modern FiveM report system with a clean NUI interface, admin panel, real‑time chat, notifications, Discord avatars, ratings, and full ticket lifecycle. Supports ESX, QBCore, and Qbox with easy configuration and database storage.

### Purchase the Script

{% embed url="<https://ambr4scripts.com/products/reportsystem>" %}

### Showcase

{% embed url="<https://www.youtube.com/watch?v=qZbxpWUvMjA>" %}

### Features

* Clean, fast UI with smooth animations, badges and consistent layout that matches AMBR4 design style.
* Create tickets with title, description, category and evidence/attachments support.
* Separate ticket lists for better workflow and clean ticket management.
* Mark answered/solved, close/reopen, set priority, teleport, revive, heal and more.
* Live chat inside each ticket with typing indicator and message history.
* Dedicated admin chat with ticket ID bubble and quick open to the ticket.
* Styled notifications when panel is closed (admin + player), with optional sound alerts.
* Shows player/admin Discord avatars directly in UI (stored in DB for offline display).
* Stable unread badge for admins with no flicker or UI jumping.
* Copy ticket ID instantly from the Active Tickets list.
* Players can rate admins and leave comments after ticket resolution.
* Invite additional players or admins into the ticket chat.
* Full ticket history with key actions tracked for staff review.
* Refund money to bank, return items with inventory support; works for online and offline users.
* Tickets, messages, reactions, avatars, ratings and audit logs are saved to MySQL.
* Configurable framework selector: ESX, QBCore and Qbox.
* Easy to add new languages through locales.


---

# 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://ambr4-scripts.gitbook.io/docs/scripts/report-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.
