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

# User Interface

The JUNE5 user interface is divided into the areas list view, title bar and toolbar, and main view. A menu can be displayed on the side as needed.

1. Title Bar: Here the name of the current view and the login name of the logged-in user is displayed.
2. Toolbar: This contains the tools that belong to the currently open view.
3. [List View](/june5-3.7/en/webanwendung/listenansicht.md): This displays a list of shared objects from all data sources.
4. Main View: This displays the main part of the current view.
5. [Menu](/june5-3.7/en/webanwendung/menue.md): Here navigation to all areas is provided.
6. [Toolbar](/june5-3.7/en/webanwendung/sichten/werkzeugleiste-toolbar.md) (vertical): This contains the tools for user-defined objects (Can only be used in Analysis!).

![](/files/ivPkiFUfv0GIT5ZVtc7A)

## Title Bar

The title bar contains important display information: the name of the current view, the toggle for the list view, the set language, and the login name of the user. The information on the right side of the screen is *clickable* and navigates the user directly to the corresponding area.

## Toolbar

The toolbar contains corresponding buttons depending on the current view. Each button consists of an icon and a label. The scaling of the bar is automatic. The display of the buttons may change depending on the screen size. On mobile devices, the toolbar starts minimized and can be expanded and collapsed.

## List View

Here measurements, reports, and user-defined objects are listed. If the Views area was selected via the menu, it is possible to switch between tree view and flat list. Furthermore, the following functions are available:

* Search
* Filter
* Sort
* Navigate (Paging)
* Various display types
* Selection and deselection

A detailed description of the functions is described in the chapter [List View](/june5-3.7/en/webanwendung/listenansicht.md).

## Main View

In the main view, the final result is presented. However, configurations can also take place here in some cases.


---

# 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/benutzeroberflaeche.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.
