> For the complete documentation index, see [llms.txt](https://piotreq-scripts.gitbook.io/piotreq-scripts/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://piotreq-scripts.gitbook.io/piotreq-scripts/assets-and-guides/documents/config-file.md).

# Config File

All UI is open which means that you can add custom badges and documents.

```lua
Config = {}

Config.Debug = false
Config.Framework = 'ESX' -- ESX / QB
Config.Language = 'en' -- pl / en
Config.Distance = 5.0 -- distance for showing documents

Config.Badges = {
    ['police'] = 'lspd', -- job name and badge type
    ['ambulance'] = 'ems' -- job name and badge type
}
```
