# Garage

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

[**FiveM Forums Post**](https://forum.cfx.re/t/release-paid-vehicle-garage-by-codesign/1900453)

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

This resource can be purchased as part of a bundle for a discount [here](https://codesign.pro/package/4295080).

#### Translate

* [Click here to translate this page.](https://docs-codesign-pro.translate.goog/paid-scripts/garage?_x_tr_sl=en&_x_tr_tl=es&_x_tr_hl=en-GB&_x_tr_pto=nui)
* [How do I change language?](https://gyazo.com/38606313ac9a7c290dc2c72b6793bde6)

***

## 📘 Start Here

* [**Installation Guide**](/paid-scripts/garage/installation-guide.md)\
  Step-by-step setup and configuration.
* [**Configuration**](/paid-scripts/garage/features.md)\
  All optional features that can be enabled in config explained.
* [**Compatibility**](/paid-scripts/garage/resource-integration.md)\
  What’s built-in vs needs changes.

***

### 🔧 Developer Reference

* [**Chat Commands**](/paid-scripts/garage/developer-api/chat-commands.md)\
  Player & staff commands with usage examples.
* [**Events**](/paid-scripts/garage/developer-api/events.md)\
  Triggerable events (client/server) with Lua examples.
* [**Exports**](/paid-scripts/garage/developer-api/exports.md)\
  Optional functions to integrate cd\_garage with other scripts.
* [**Keys & Controls**](/paid-scripts/garage/developer-api/keys.md)\
  Default keybinds and interaction methods.
* [**Items**](/paid-scripts/garage/developer-api/items.md)\
  Default items and item-based interaction methods.

***

### 🧠 Need Help?

* [**Troubleshooting Guide**](/paid-scripts/garage/troubleshooting-guide.md)\
  Common issues and error codes.
* **Support:** Join our Discord – <https://codesign.pro/discord>

***

### 💡 Developer Notes

* Keep integrations simple: use provided **Exports** and **Events**.
* All code samples are **Lua**, beginner-friendly, and copy/paste ready.
* Prefer **auto-detect** config options where available.


---

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