> For the complete documentation index, see [llms.txt](https://docs.otherplanet.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.otherplanet.dev/scripts/op-hud/notify-usage.md).

# Notify Usage

Using Exports:

```lua
exports["op-hud"]:showNotification(type, time, description)
```

Using Event:

```lua
TriggerEvent('op-hud:showNotification', type, time, description) 
```

Notify Types:

* error
* success
* info
