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

# Mechanic System

**Quanns Mechanic System**

A complete ESX mechanic system with boss menu, tablet ordering system, and extensive vehicle customization. Built for serious roleplay servers with full society integration, employee management, and transaction logging.

**Information**

* Framework: ESX Legacy & ESX 1.2+
* Dependencies: es\_extended, oxmysql, esx\_society
* Escrow: Config is open. Core logic is escrowed.

**Features**

* Full vehicle customization — performance, cosmetics, wheels, paint, neon, and more
* NOS system with working nitrous boost, visual effects, and recharge mechanic
* Tablet order system — create, accept, complete, and cancel customer orders in real time
* Boss menu — hire, fire, set grades, manage society funds, and view transaction history
* Job restriction system — Bennys can't hire for Mechanic and vice versa
* Society fund integration — all payments go directly to the society account
* Complete database logging for all transactions, orders, and employee activity
* Quick actions at workstations — repair and clean vehicles fast
* Multiple shop location support

**Vehicle Customization**

| Category    | Options                                                                     |
| ----------- | --------------------------------------------------------------------------- |
| Performance | Engine, Transmission, Brakes, Suspension, Turbo                             |
| Cosmetic    | Primary/Secondary/Pearlescent Colors, Window Tints, Xenon, Neon, Tire Smoke |
| Wheels      | Wheel types, custom wheels, bulletproof tires                               |
| Special     | NOS, vehicle extras, liveries, custom paint jobs                            |

**Preview**

{% embed url="<https://youtu.be/_XmqH5jlUJQ>" %}


---

# 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/mechanic-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.
