# Notifications

With the notification module, you can easily manage important notifications for your system. This gives you a flexible way to respond to events and inform users via email or push notifications.

**Dashboard Notifications**

The notifications interface provides an overview of all created notifications. Here, you can create new messages and edit or delete existing ones.

1. **Selection:** First, choose the type of message you want by selecting one of the three main categories (**Three available buttons** -> Email / Push Notification or Log Message).
2. **Create:** After selecting the notification type, click on "Create" to add a new notification.
3. **Email:** With this option, you can create email notifications.
4. **Push Notification:** Here, you can set up push notifications for connected devices.
5. **Log Message:** Use this button to create log messages that are recorded in the system and displayed in the app.

**Manage Notifications**

The table shows existing notifications.

* **Name:** The name of the notification.
* **Last updated:** Indicates when the notification was last edited.
* **Actions:**
  * **Test:** Tests the notification to ensure it works correctly.
  * **Edit:** Opens the notification for editing its settings.
  * **Delete:** Removes the notification from the system.

<figure><img src="/files/1sllwcLhFGfaTm4O8TFi" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.nomos-system.com/nomos-system/integrator-en/notifications.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
