# Target

## Introduction

T1GER Resources supports compatibility with popular 3rd-eye target systems. We plan on adding "out-the-box" compatibility with more target 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 target you may have.
{% endhint %}

### Config.TargetSystem

```lua
Config.TargetSystem = 'ox-target' -- Set the target system
```

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

* **Type**: `string`
* **Options**:
  * `'ox-target'` - [Ox Target](https://github.com/overextended/ox_target) (free)
  * `'qb-target'` - [QB Target](https://github.com/qbcore-framework/qb-target) (free)
  * `'meta-target'` - [Meta Target](https://github.com/meta-hub/meta_target) (free)
  * `'custom'` - Custom | integrate your own functions/exports!

## Setup

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

{% hint style="danger" %}
If you are not using any of the preconfigured target 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 target systems.
* We strongly recommend to reach out to your target 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 target system to possibly add preconfigured support.
  {% endhint %}

## Functions

These are the functions used in our T1GER resources.

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