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

# sInterface

Drop-in NUI interface for FiveM — notifications, menus, progress, TextUI, and more.

sInterface is a drop-in NUI interface for FiveM. It replaces the ESX UI resources (`esx_notify`, `esx_progressbar`, `esx_textui`, `esx_context`) and takes over ox\_lib / QBCore / Qbox UI (notifications, progress, TextUI, menus, alerts, inputs, radial, skillcheck, context).

Use the pages below to install the resource, enable the bridge, then call native exports from your scripts.

{% hint style="info" %}
Stop `esx_notify` / `esx_progressbar` / `esx_textui` / `esx_context`. Keep `ox_lib` started (zones, callbacks, cache) — only the UI is redirected.
{% endhint %}

* [Installation](/docs/resources/sinterface/installation.md)
* [Bridge](/docs/resources/sinterface/bridge.md)
* [Exports](/docs/resources/sinterface/exports.md)
