# Frameworks

You must insert your item in the database to use it. Make sure it matches your [cfg.itemName](#cfg.itemname)

## cfg.ESX&#x20;

Set to ***true*** if you plan to use ESX Jobs to run the script, ***false*** if not applicable

```lua
cfg.ESX = true
```

***

## cfg.QB&#x20;

Set to ***true*** if you plan to use QB Jobs to run the script, ***false*** if not applicable

```lua
cfg.QB = true
```

***

## cfg.itemName&#x20;

Set the name you want to give to the tent item

```lua
cfg.itemName = "tent"
```
