# Mechanic

[**Buy Here**](https://codesign.pro/mechanic)

**FiveM Forums Post**

[**YouTube Walkthrough Video**](https://www.youtube.com/watch?v=LbuML0r0qmY)

***

## 📘 Start Here

* [**Installation Guide**](/paid-scripts/cd_mechanic/installation-guide.md)\
  Step-by-step setup and configuration.
* [**Troubleshooting Guide**](/paid-scripts/cd_mechanic/troubleshooting-guide.md)\
  Common issues and error codes.
* [Features & Usage](/paid-scripts/cd_mechanic/features-and-usage.md)\
  All optional features that can be enabled in config explained.

***

### 🔧 Developer API

* [**Chat Commands**](/paid-scripts/cd_mechanic/developer-api/chat-commands.md)\
  Player & staff commands with usage examples.
* [**Events**](/paid-scripts/cd_mechanic/developer-api/events.md)\
  Client and server events with Lua examples.
* [**Exports**](/paid-scripts/cd_mechanic/developer-api/exports.md)\
  Optional functions for integrating with other scripts.
* [**Keys**](/paid-scripts/cd_mechanic/developer-api/keys.md)\
  Default keybinds.
* [Items](/paid-scripts/cd_mechanic/developer-api/items.md)\
  Default items and item-based interactions.

***

### 🧠 Need Help?

* **Support:** Join our Discord – <https://codesign.pro/discord>


---

# 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.codesign.pro/paid-scripts/cd_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.
