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

# Notify

```lua
-- Creates a notification message that displays on the screen for a certain number of seconds.
-- Parameters:
--     title: a pointer to a string that contains the message to be displayed.
--     seconds: an integer that specifies the number of seconds that the message will be displayed on the screen. Default is 3.0.
Notify.Create(title, seconds)
```
