> For the complete documentation index, see [llms.txt](https://docs.ninox.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ninox.com/getting-started/de/builder-getting-started/intro-to-the-ninox-ui/main-navigation-settings-profile-and-global-menu.md).

# Hauptnavigation - Einstellungen, Profil und Globales Menü

Die Hauptnavigation ist die vertikale Leiste ganz links. Sie gibt dir schnellen Zugriff auf wichtige Bereiche, hilft dir beim Wechseln des Kontexts und unterstützt dich beim Verwalten deiner Arbeitsbereiche und Apps.

<figure><img src="/files/Hky43yHW2OYyQRkquFmP" alt=""><figcaption></figcaption></figure>

* Das [**Globale Menü**](#the-global-menu) sitzt oben in der Hauptnavigation. Klicke auf das Symbol mit den 3 x 3 Punkten, um es zu öffnen. Dort findest du Suche, den Wechsel zwischen Organisation und Arbeitsbereich sowie Einstellungen auf Arbeitsbereich-Ebene.
* **Home** bringt dich zur [**Startseite**](/getting-started/de/builder-getting-started/intro-to-the-ninox-ui/workspace-home-inbox-documents-bookmarks-and-history.md). Dort findest du deine Inbox, Dokumente, Lesezeichen und den Änderungsverlauf.
* **Ninox AI-Chat** öffnet [**Ninox AI**](/getting-started/de/builder-getting-started/intro-to-the-ninox-ui/ninox-ai-assistant.md) in einem Seitenbereich. So kannst du im aktuellen Screen weiterarbeiten.
* **App erstellen** erstellt eine neue App im aktuellen Arbeitsbereich.
* Darunter siehst du alle Apps im aktuellen Arbeitsbereich. Klicke auf eine App, um sie zu öffnen.
* **Einstellungen** unten in der Hauptnavigation öffnet die zentralen [**Einstellungen**](/getting-started/de/builder-getting-started/intro-to-the-ninox-ui/settings-screen-user-organization-workspace.md). Dort verwaltest du deinen Account, deine Organisation und deinen Arbeitsbereich.
* Die Schaltfläche **Profil** öffnet das Profil-Menü. Dort kannst du [**Profil**](/getting-started/de/builder-getting-started/intro-to-the-ninox-ui/settings-screen-user-organization-workspace.md#user-account-and-profile-settings) öffnen, **Support kontaktieren**, **zum Dunkelmodus wechseln**, die **Sprache ändern** oder dich **abmelden**.

### Das Globale Menü <a href="#the-global-menu" id="the-global-menu"></a>

Das **Globale Menü** ist immer verfügbar. Es spielt keine Rolle, welche App oder Tabelle gerade geöffnet ist. Klicke oben in der Hauptnavigation auf das Symbol mit den **3 x 3 Punkten**, um es zu öffnen. Es bündelt Suche, Kontextwechsel und Aktionen auf Arbeitsbereich-Ebene an einem Ort. Nutze es, um schnell zwischen Organisationen und Arbeitsbereichen zu wechseln oder Einstellungen zu öffnen, ohne deinen Platz zu verlieren.

<figure><img src="/files/q7XOkmgPEpd6LYZrrE78" alt=""><figcaption></figcaption></figure>

Nutze die Suchleiste oben, wenn du schnell zu einer Organisation, einem Arbeitsbereich oder einem anderen Element springen willst.

Das Menü hilft dir auch beim Wechsel zwischen Ebenen. Du kannst die aktuelle Organisation oder den aktuellen Arbeitsbereich direkt von hier öffnen. Wenn du in mehreren Organisationen oder Arbeitsbereichen arbeitest, nutze **Organisation wechseln** oder **Arbeitsbereich wechseln**, um den Kontext zu ändern, ohne deinen Flow zu unterbrechen.

Über **Einstellungen** öffnest du den zentralen Einstellungsbereich für deinen Account, deine Organisation oder deinen Arbeitsbereich. Welcher Abschnitt zuerst geöffnet wird, hängt davon ab, von wo du kommst.

**Zu Ninox 3 wechseln** bringt dich zum klassischen Ninox Produkt.


---

# 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.ninox.com/getting-started/de/builder-getting-started/intro-to-the-ninox-ui/main-navigation-settings-profile-and-global-menu.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.
