> For the complete documentation index, see [llms.txt](https://docs.pingouin.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pingouin.dev/scripts-docs/homeless-tent-script/general-config/frameworks.md).

# 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"
```
