> 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/administration/erweitert.md).

# Erweitert

**„Erweitert“** bietet Ihnen tiefere Einsicht und Steuerung über erweiterte Funktionen des **nomos** Controllers. Dieses Menü ist hauptsächlich für Administratoren vorgesehen, die Zugriff auf Diagnosen und Systemeinstellungen benötigen.

1. **Tools /** [Node-RED](/nomos-system/integrator-de/administration/erweitert/node-red.md)
   * Ist eine leistungsstarke, visuelle Entwicklungsumgebung, die es ermöglicht, Automatisierungen und Workflows auf dem **nomos system Controller** zu erstellen und zu verwalten.
     * **Admin:** Öffnet das Node-RED-Admin-Interface.
     * **Neustart:** Startet den Node-RED-Dienst neu.
     * **Zurücksetzen:** Setzt alle Einstellungen und Konfigurationen von Node-RED zurück.
2. **Tools /** [Projekt Editor](/nomos-system/integrator-de/administration/erweitert/projekt-editor.md)
   * Öffnet den Projekt-Editor für tiefergehende Konfigurationen und Anpassungen des Systems.
3. **Tools /** [Interner Service](/nomos-system/integrator-de/administration/erweitert/interner-service.md)
   * Ermöglicht das Verwalten des internen Internetdienstes, einschließlich Logansicht.
4. **Tools /** [Integrator Info](/nomos-system/integrator-de/administration/erweitert/integrator-info.md)
   * Dieser Bereich ermöglicht es, spezifische Informationen des Integrators bereitzustellen, die für die Benutzer sichtbar sind.
5. **Tools /** [Lizenzierung](/nomos-system/integrator-de/administration/erweitert/lizenzierung.md)
   * Zeigt Informationen zu Ihrer Lizenz an und ermöglicht das Verwalten der Lizenz.
6. **Leistung**\
   Zeigt die aktuellen Leistungsdaten des Systems an:
   * **Startzeit:** Gibt die letzte Startzeit des Controllers an.
   * **CPU:** Zeigt die aktuelle Temperatur der CPU.
   * **RAM:** Zeigt die aktuelle Auslastung des Arbeitsspeichers.
   * **Speicher:** Zeigt den verwendeten Speicherplatz auf der systemplatte an.
7. **Infos**
   * **Version:** Zeigt die aktuelle Softwareversion an.
   * **Modell:** Zeigt das Modell des nomos system Controllers an.
   * **Seriennummer:** Gibt die Seriennummer des Controllers an.
   * **Opensource Lizenzen:** Verlinkt auf die verwendeten Open-Source-Lizenzen.
8. **Diagnose und Verwendung**\
   Dieser Abschnitt bietet Optionen, um nomos durch die Freigabe von Diagnosedaten zu helfen:

   * **Diagnose- und Nutzungsdaten senden:** Ermöglicht nomos, automatisch Fehlerberichte und Nutzungsstatistiken zu sammeln.
   * **Absturzberichte senden:** Sendet Informationen bei Abstürzen der Software an nomos zur Verbesserung der Stabilität.

   <figure><img src="/files/0K562vQNaKTinwr0JvFw" 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/administration/erweitert.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.
