# Mechanic

- [Introduction](https://docs.jgscripts.com/mechanic/introduction.md)
- [Installation & Configuration](https://docs.jgscripts.com/mechanic/installation-and-configuration.md)
- [ox\_inventory](https://docs.jgscripts.com/mechanic/installation-and-configuration/ox_inventory.md)
- [qb-inventory](https://docs.jgscripts.com/mechanic/installation-and-configuration/qb-inventory.md)
- [esx\_inventory](https://docs.jgscripts.com/mechanic/installation-and-configuration/esx_inventory.md)
- [Setup New Mechanic Location](https://docs.jgscripts.com/mechanic/installation-and-configuration/setup-new-mechanic-location.md): How to correctly create a new mechanic
- [Job Setup](https://docs.jgscripts.com/mechanic/job-setup.md)
- [ESX Framework Jobs](https://docs.jgscripts.com/mechanic/job-setup/esx-framework-jobs.md): How to correctly add the society jobs for esx.
- [Inventory Items](https://docs.jgscripts.com/mechanic/inventory-items.md)
- [Props](https://docs.jgscripts.com/mechanic/props.md)
- [Tuning](https://docs.jgscripts.com/mechanic/tuning.md)
- [Manual Transmissions & Smooth First Gear](https://docs.jgscripts.com/mechanic/manual-transmissions-and-smooth-first-gear.md)
- [Integrations](https://docs.jgscripts.com/mechanic/integrations.md)
- [Debug & Event Logging](https://docs.jgscripts.com/mechanic/debug-and-event-logging.md)
- [Commands, Events & Exports](https://docs.jgscripts.com/mechanic/commands-events-and-exports.md)
- [Commands](https://docs.jgscripts.com/mechanic/commands-events-and-exports/commands.md)
- [Events](https://docs.jgscripts.com/mechanic/commands-events-and-exports/events.md): Here are a list of our client sided events! This can help you integrate with other resources. Please note, the examples below are examples. You can use these events how you wish, these are just ideas!
- [Exports](https://docs.jgscripts.com/mechanic/commands-events-and-exports/exports.md)
- [Changelog](https://docs.jgscripts.com/mechanic/changelog.md)
- [v1.6.6](https://docs.jgscripts.com/mechanic/changelog/v1.6.6.md): 15/01/26
- [v1.6.5](https://docs.jgscripts.com/mechanic/changelog/v1.6.5.md): 17/08/25
- [v1.6.4](https://docs.jgscripts.com/mechanic/changelog/v1.6.4.md): 15/08/25
- [v1.6.3](https://docs.jgscripts.com/mechanic/changelog/v1.6.3.md): 03/07/25
- [v1.6.2](https://docs.jgscripts.com/mechanic/changelog/v1.6.2.md): 04/06/25
- [v1.6.1](https://docs.jgscripts.com/mechanic/changelog/v1.6.1.md): 31/05/25
- [v1.6.0](https://docs.jgscripts.com/mechanic/changelog/v1.6.0.md): 04/05/25
- [v1.5.2](https://docs.jgscripts.com/mechanic/changelog/v1.5.2.md): 16/03/25
- [v1.5.1](https://docs.jgscripts.com/mechanic/changelog/v1.5.1.md): 16/02/25
- [v1.4.1](https://docs.jgscripts.com/mechanic/changelog/v1.4.1.md): 18/01/25
- [v1.4.0](https://docs.jgscripts.com/mechanic/changelog/v1.4.0.md): 17/01/25
- [v1.3.0](https://docs.jgscripts.com/mechanic/changelog/v1.3.0.md): 10/01/25
- [v1.2.0](https://docs.jgscripts.com/mechanic/changelog/v1.2.0.md): 31/10/24
- [v1.1.3](https://docs.jgscripts.com/mechanic/changelog/v1.1.3.md): 1/10/24
- [v1.1.2](https://docs.jgscripts.com/mechanic/changelog/v1.1.2.md): 12/9/2024
- [v1.1.1](https://docs.jgscripts.com/mechanic/changelog/v1.1.1.md)
- [v1.1](https://docs.jgscripts.com/mechanic/changelog/v1.1.md)
- [v1.0.12](https://docs.jgscripts.com/mechanic/changelog/v1.0.12.md)
- [v1.0.11](https://docs.jgscripts.com/mechanic/changelog/v1.0.11.md)
- [v1.0.10](https://docs.jgscripts.com/mechanic/changelog/v1.0.10.md)
- [v1.0.9](https://docs.jgscripts.com/mechanic/changelog/v1.0.9.md)
- [v1.0.8](https://docs.jgscripts.com/mechanic/changelog/v1.0.8.md)
- [v1.0.7](https://docs.jgscripts.com/mechanic/changelog/v1.0.7.md)
- [v1.0.6](https://docs.jgscripts.com/mechanic/changelog/v1.0.6.md)
- [v1.0.5 - hotfix](https://docs.jgscripts.com/mechanic/changelog/v1.0.5-hotfix.md)
- [v1.0.5](https://docs.jgscripts.com/mechanic/changelog/v1.0.5.md)
- [v1.0.4](https://docs.jgscripts.com/mechanic/changelog/v1.0.4.md)
- [v1.0.3](https://docs.jgscripts.com/mechanic/changelog/v1.0.3.md)
- [v1.0.2](https://docs.jgscripts.com/mechanic/changelog/v1.0.2.md)
- [v1.0.1](https://docs.jgscripts.com/mechanic/changelog/v1.0.1.md)


---

# Agent Instructions: 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.jgscripts.com/mechanic.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.
