> For the complete documentation index, see [llms.txt](https://documentation.nomos-system.com/nomos-system/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.nomos-system.com/nomos-system/integrator-de/nachrichten.md).

# Nachrichten

Mit dem Nachrichten-Modul können Sie wichtige Benachrichtigungen für Ihr System einfach verwalten. Dies bietet Ihnen eine flexible Möglichkeit, auf Ereignisse zu reagieren und Benutzer per E-Mail oder Push-Nachricht zu informieren.

**Dashboard Nachrichten**

Die Nachrichten-Oberfläche bietet eine Übersicht aller erstellten Benachrichtigungen. Hier können Sie neue Nachrichten erstellen und bestehende Nachrichten bearbeiten oder löschen.

1. **Auswahl:** Wähle Sie zuerst die Art ihrer gewünschten Nachricht aus in dem Sie einen der Drei Hauptsparten wählen (**Drei verfügbare Buttons** -> E-Mail / Push Nachricht oder Log Meldung).
2. **Erstellen:** Nach der Wahl der Nachricht-Form, klicken Sie auf „Erstellen“, um eine neue Nachricht hinzuzufügen.
3. **E-Mail:** Mit dieser Option können Sie E-Mail-Benachrichtigungen erstellen.
4. **Push Nachricht:** Hier können Sie Push-Nachrichten für verbundene Geräte einrichten.
5. **Log Meldung:** Über diese Schaltfläche erstellen Sie Log-Nachrichten, die im System protokolliert und in der App angezeigt werden.

**Nachrichten verwalten**

In der Tabelle werden bestehende Nachrichten angezeigt.

* **Name:** Der Name der Nachricht.
* **Zuletzt geändert:** Zeigt an, wann die Nachricht zuletzt bearbeitet wurde.
* **Aktionen:**
  * **Testen:** Testet die Benachrichtigung, um sicherzustellen, dass sie korrekt funktioniert.
  * **Bearbeiten:** Öffnet die Nachricht zum Bearbeiten ihrer Einstellungen.
  * **Löschen:** Entfernt die Nachricht aus dem System.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://documentation.nomos-system.com/nomos-system/integrator-de/nachrichten.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
