> For the complete documentation index, see [llms.txt](https://mstudio-1.gitbook.io/mstudio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mstudio-1.gitbook.io/mstudio/kz-resources/editor-1/config.md).

# Config

{% code title="config.lua" %}

```lua
Config = {}

Config.Settings = {
    Framework = "esx",  -- esx | qb | qbx
    Locale = "en",      -- en | es | fr | it
    Notify = "esx",     -- esx | qb | qbx | lib
    Command = {
        Name = "blipcreator",
        AuthorizedGroups = {
            ['admin'] = true,
            ['superadmin'] = true,
            ['god'] = true
        }
    }
}
```

{% endcode %}
