> For the complete documentation index, see [llms.txt](https://docs.quantum-studios.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.quantum-studios.net/qtm-lib/shared-functions/notification.md).

# Notification

```etlua
Notification(source, title, notifyType, message)
```

### Arguments

| Argument   | Data Type | Optional | Default  | Explanation                                 |
| ---------- | --------- | -------- | -------- | ------------------------------------------- |
| source     | string    | no       | nil      | Player id                                   |
| title      | string    | no       | nil      | Notification title                          |
| notifyType | string    | no       | 'inform' | 'success' or 'error' or 'info' or 'warning' |
| message    | string    | no       | nil      | Notification message                        |
