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

# PoliceSystem

***

A fully featured police system for FiveM ESX & QBCore servers. Built from scratch with a clean ox\_lib UI, evidence collection, microscope analysis, boss menu, armory, jail system, and deep suspect management tools.

**Information**

* Framework: ESX & QBCore
* Dependencies: ox\_lib, ox\_target, ox\_inventory, oxmysql, esx\_society, Qs\_TextUI (included)
* Escrow: Config is open. Core logic is escrowed.

**Features**

* Clock in/out duty system with grade-based job switching
* Boss menu — hire, fire, promote, demote, and view society balance
* Armory — grade-locked weapons and ammo with configurable pricing
* Locker room — gender-aware uniform system with grade requirements
* Suspect management — handcuff, escort, search, put in/pull from vehicle, jail, and issue fines
* Identification — check licenses, issue and revoke weapon/driver licenses, check GSR
* Evidence system — shell casings detected via flashlight, collected with progress animation
* Microscope — placeable item with fuel and condition, analyzes shell casings in 3 stages
* Evidence reports — generated from analysis, stored in database, searchable by name or ID
* Jail system — configurable min/max time, countdown timer visible to nearby officers
* Spike strips — placeable with rotation preview, burst tires on contact, pickup via ox\_target
* Placeable objects — road cones, barriers, and custom models via ox\_target pickup
* Vehicle garage — grade-locked police vehicles spawnable at station
* GSR system — detects gunshot residue, washable in water with animation
* Tackle system — keybind with cooldown and distance check
* Discord webhook logging for all major actions
* Fully configurable keybinds, fines, uniforms, weapons, ammo, and station locations
* Multi-station support

***

Preview

<figure><img src="/files/lElXq6ayoJButc2JKnCO" 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/policesystem.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.
