> For the complete documentation index, see [llms.txt](https://docs.luxcoding.de/lux_coding/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.luxcoding.de/lux_coding/scripts/lux_lib/configuration/normal-configuration/allow-user-settings/notification.md).

# Notification

User Notification Configuration

## Config.UserSelectableNotify

```lua
-- Only neded if you set Config.AllowUserSettings to true
-- here you can setup all Notifcations the user can Select 
Config.UserSelectableNotify = {
    ['LUX'] = true, 
    ['Native'] = true, 
    ['Drillen'] = true, 
    ['SY'] = false, 
    ['okok'] = false, 
    ['wasabi'] = false, 
    ['mythic'] = true, 
    ['QBCore'] = false, 
    ['ESX'] = true,
    ['RTX'] = false,
    -- if you want to use the OX Notify you have to make Changes in fxmanifest.lua
    ['OX'] = true, 
}
```

## SelectNotify

```lua
-- NotifyType can be any notification that is set to True in Config.UserSelectableNotify 
/SelectNotify [NotifyType]
```
