> For the complete documentation index, see [llms.txt](https://docs.buildings.ability.abb/collection/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.buildings.ability.abb/collection/german/vorwort/the-interface.md).

# Die Benutzeroberfläche

## Seitenleiste

Sie verwenden die Seitenleiste, um auf *BuildingPro Suites* Menüs zuzugreifen.

<figure><img src="/files/2b2c0425b0b8a6039286d87dbfa6e0ecdb19d048" alt=""><figcaption><p>Abb. 1 – Die Seitenleiste</p></figcaption></figure>

## Titelleiste

Die Titelleiste bietet Ihnen Zugriff auf verschiedene Funktionen. Sie können die Titelleiste beispielsweise verwenden, um zwischen Mandanten zu wechseln.

<figure><img src="/files/e4399d560799858fb06b3591475ec1ac59cdb9d5" alt=""><figcaption><p>Abb. 2 – Die Titelleiste</p></figcaption></figure>

## Arbeitsbereich

Der Arbeitsbereich nimmt den größten Teil der Benutzeroberfläche ein. Hier nehmen Sie alle Einstellungen vor und steuern BuildingPro Suites.

<figure><img src="/files/41721af5675fda768e03fc8c8afe932b48057868" alt=""><figcaption><p>Abb. 3 – Der Arbeitsbereich</p></figcaption></figure>

## Kontextleiste

Die Kontextleiste befindet sich oberhalb des Arbeitsbereichs. Die Kontextleiste ist dynamisch. Das bedeutet, ihr Inhalt ändert sich je nachdem, was im Arbeitsbereich angezeigt wird.

Die Kontextleiste zeigt den Namen des aktuellen Arbeitsbereichs sowie die [↗ Breadcrumb-Navigation](/collection/german/vorwort/user-interface-elements.md#breadcrumbs). Mit der Breadcrumb-Navigation können Sie schnell zu den übergeordneten Menüpunkten navigieren.

In einigen Fällen kann die Kontextleiste zusätzliche Registerkarten enthalten. Die Registerkarten dienen dazu, weitere Untermenüs auszuwählen.

<figure><img src="/files/406efa6d59a6f44e94916cf851d5d66bf88b6c32" alt=""><figcaption><p>Abb. 4 – Kontextleiste mit Registerkarten und Breadcrumb-Navigation</p></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://docs.buildings.ability.abb/collection/german/vorwort/the-interface.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.
