# 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.*


---

# 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.t1ger.net/resources/t1ger-library/installation/target.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.
