# Garage

## Introduction

T1GER Resources supports compatibility with popular garage systems. We plan on adding "out-the-box" compatibility with more garage systems as they are being proposed to us.&#x20;

{% hint style="success" %}
You can also use the 'custom' option and integrate your own exports/function for whatever custom garage you may have.
{% endhint %}

### Config.Garage

```lua
Config.Garage = 'default' -- Set the garage system
```

Specifies the garage system in use. Update this based on your selected garage system.

* **Type**: `string`
* **Options**:
  * `'default'` - Default ESX or QB garages
  * `'t1ger-garage'` - [T1GER Garage](https://youtu.be/7qgiFW0Qi2Q)
  * `'cd-garage'` - [Codesign Garage](https://docs.codesign.pro/paid-scripts/garage)
  * `'renzu-garage'` - [Renzu Garage](https://github.com/renzuzu/renzu_garage)
  * `'jg-advancedgarages'` - [JG Advanced Garages](https://docs.jgscripts.com/advanced-garages/)
  * `'rcore-garage'` - [rCore Garage](https://documentation.rcore.cz/paid-resources/rcore_garage)
  * `'okok-garage'` - [OkOk Garage](https://docs.okokscripts.io/scripts/okokgarage)
  * `'codeM-garage'` - [CodeM mGarage](https://codem.gitbook.io/codem-documentation/m-series/mgarage)
  * `'qs-advancedgarages'` - [Quasar Advanced Garages](https://docs.quasar-store.com/assets-and-guides/advanced-garages)
  * `'custom'` - Custom | integrate exports/functions yourself

## Setup

All you need to do is basically set your garage system in `Config.Garage` and you are all set.

{% hint style="danger" %}
If you are not using any of the preconfigured garage system, set the option to **`'custom'`**.

* Please note that you have to integrate exports/functions yourself! It's not our job to support for 3rd party garage systems.
* We strongly recommend to reach out to your garage creator to ask them to help you integrate their resource.&#x20;
* You can suggest compatibility on our discord and we might reach out to the creator of said garage system to possibly add preconfigured support.
  {% endhint %}

## Functions

These are the functions used in our T1GER resources.

*...To Be Continued. W\.I.P.*
