> For the complete documentation index, see [llms.txt](https://documentation.rcore.cz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.rcore.cz/paid-resources/rcore_drugs/integrations/target.md).

# Target

Target integration lets players interact with labs and entities through a target resource.

## 🎯 Supported Targets

| Target      | Config value  |
| ----------- | ------------- |
| `ox_target` | `Target.OX`   |
| `qb-target` | `Target.QB`   |
| `qtarget`   | `Target.Q`    |
| No target   | `Target.NONE` |

## 🔎 Auto Detection

Default setting:

```lua
Config.Target = Target.AUTO_DETECT
```

## 🚪 Lab Entry

Target must also be enabled for lab entry:

```lua
Config.DrugLabEntryPoint = LAB_ENTRY.TARGET
```

Use marker mode if you do not use a target resource:

```lua
Config.DrugLabEntryPoint = LAB_ENTRY.MARKER
```
