# Hide / Open Another UI'S

{% hint style="info" %}
There are some functions that work when the multicaracter is switched on or off. You can access them from the Config file.
{% endhint %}

```lua
Config.OpenUIs = function()
    -- You can reopen closed UIs from here with export or trigger again
   TriggerEvent('wais:hideHud', false)
end

Config.CloseUIs = function()
    -- You can close UIs that you do not want to appear on the screen with export or trigger here
    TriggerEvent('wais:hideHud', true)
end
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.0resmon.org/0resmon/wais-resoucres/wais-multicharacterv2/hide-open-another-uis.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
