> For the complete documentation index, see [llms.txt](https://urantix.gitbook.io/urantix-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://urantix.gitbook.io/urantix-docs/fivem-scripts/interface/init.md).

# Init

{% tabs %}
{% tab title="Exports" %}
showInterface

```lua
exports["UrantixInterface"]:showInterface()
```

hideInterface

```lua
exports["UrantixInterface"]:hideInterface()
```

{% endtab %}
{% endtabs %}
