> 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/advanced-water-pumps/general-config/nui-config.md).

# NUI config

1. [cfg.useCommand](#cfg.usecommand)
2. [cfg.commandName](#cfg.commandname)
3. [cfg.blurLevel](#cfg.blurlevel)

***

## 📥 cfg.useCommand

Sets if the command to open the NUI is activated in game. Set at *false* to disable

```lua
cfg.useCommand = true
```

{% hint style="danger" %}
No system is actually in place to trigger the floodings automatically, setting this at false would just block any flooding action. We recommand to keep it as it is for the moment.
{% endhint %}

***

## 📝 cfg.commandName

The command you want to type to open the flooding management panel.

```lua
cfg.commandName = "floodNui"
```

***

## 🌫️ cfg.blurLevel

Sets the blur strength in the UI background. Value at *1.8* by default.

```lua
cfg.blurLevel = 1.8
```
