> For the complete documentation index, see [llms.txt](https://docs.videc.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videc.de/june5-3.7/en/webanwendung/navigationsleiste.md).

# Navigation Bar

The navigation bar is at the very top of the window. It serves for quick access to some of the important functions that the user uses most frequently.

The navigation bar is structured as follows:

* Page Title
* Arrow button to expand and collapse the list view
* Button to force desktop view (Visible only on mobile devices)
* Demo License Display
* Currently set language
* Currently logged-in user

## Page Title

Here the title and possibly the subtitle of the currently displayed page is shown.

## Arrow Button

The arrow button serves to expand and collapse the list view. This button is only visible on pages with a built-in list view.

## Demo License Display

In case the web application is operated with a demo license, the information text "DEMO" is displayed. After pressing this button, you are taken to the product information window.

## Desktop View

With this button you can force the desktop view on mobile devices. Clicking again will switch back to the standard view.

## Language

Here an abbreviation of the currently set language is displayed. After pressing this button, you are taken to the Settings window.

## Page Title

Here the currently logged-in user is displayed. After pressing this button, you are taken to the User Management window.


---

# 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:

```
GET https://docs.videc.de/june5-3.7/en/webanwendung/navigationsleiste.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.
