> For the complete documentation index, see [llms.txt](https://docs.nexcore.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexcore.de/documentation/bedienelemente/einstellungen.md).

# Einstellungen

Über das Zahnrad-Symbol im Kopfbereich der Web-App öffnest Du das Benutzer-Menü.

Hier kannst Du auf Die Allgemeinen Einstellungen von nexcore (für Administratoren) zugreifen, Dein Profil verwalten oder Dich aus nexcore abmelden.

***

## Menüoptionen

<table><thead><tr><th width="192.796875">Option</th><th>Beschreibung</th></tr></thead><tbody><tr><td><i class="fa-gear">:gear:</i> Einstellungen</td><td>Öffnet den Einstellungsbereich von nexcore. Hier kannst Du – je nach Berechtigung – persönliche oder systemweite Einstellungen vornehmen.</td></tr><tr><td><i class="fa-user">:user:</i> Profil</td><td>Zeigt Deine persönlichen Nutzerdaten (Vorname, Name, Kürzel, E-Mail, Niederlassungen und Gruppen) sowie den Dir zugewiesenen Lizenz-Typ. <br><br>In Zukunft kannst Du hier auch individuelle Einstellungen wie Sprache anpassen.</td></tr><tr><td><i class="fa-arrow-right-from-bracket">:arrow-right-from-bracket:</i> Logout</td><td>Meldet Dich sicher aus nexcore ab. Anschließend gelangst Du zur Login-Seite.</td></tr></tbody></table>

Außerdem wird Dir hier angezeigt, mit welchem Benutzer Du gerade in nexcore angemeldet bist.


---

# 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://docs.nexcore.de/documentation/bedienelemente/einstellungen.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.
