> For the complete documentation index, see [llms.txt](https://docs.infinitypulse.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.infinitypulse.dev/alert-dialogue/exort.md).

# Exort

```lua
   exports['ip_alert']:alert({
        header = 'Header',
        image = 'bandits_bg',
        content = 'Content',
        duration = 5000,
        showButtons = true,
        progress = true,
        confirmText = 'Confirm',
        cancelText = 'Cancel',
    }, function(response)
        print(Config.TestAlertCommand.. " command received response:", response)
    end)
```
