> For the complete documentation index, see [llms.txt](https://docs.augelab.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.augelab.com/german/augelab-studio-oberflache/detailed-look.md).

# Detaillierter Blick

<figure><img src="/files/nojHGbV2p3tKfqrlR7Cw" alt="Singing-up" width="750"><figcaption><p>AugeLab Studio Benutzeroberfläche</p></figcaption></figure>

Lass uns etwas tiefer in die vier Hauptabschnitte von AugeLab Studio eintauchen:

## 1. Menüleiste <a href="#id-1-menubar" id="id-1-menubar"></a>

![](/files/Re2euRBba4fhgPzEoVlr)

Die Menüleiste befindet sich oben in der Benutzeroberfläche und bietet Zugriff auf wichtige Projektoperationen.

Sie können Szenarien speichern, laden, ausführen und analysieren. Außerdem werden hier KI-Dienste bereitgestellt.

Eine detaillierte Erklärung wird in den kommenden Seiten bereitgestellt.

## 2. Szenario-Bereich <a href="#id-2-scenario-area" id="id-2-scenario-area"></a>

![](/files/LPOgJBcsGHr7cGHgc6wR)

Der Szenario-Bereich ist der zentrale Arbeitsbereich, in dem Sie Ihre Bildverarbeitungs-Workflows entwerfen und erstellen. In diesem Bereich können Sie verschiedene Blöcke per Drag & Drop hinzufügen, um eine Abfolge von Operationen zu erstellen.

Jeder Block repräsentiert eine spezifische Funktion oder einen Algorithmus, und Sie können sie verbinden, um eine vollständige Verarbeitung pipeline zu bilden.

## 3. Blöcke-Fenster <a href="#id-3-blocks-window" id="id-3-blocks-window"></a>

<figure><img src="/files/XOJkiHTZS8NRMT6SIa6f" alt="" height="550"><figcaption><p>Blöcke-Fenster</p></figcaption></figure>

Das Blöcke-Fenster befindet sich auf der linken Seite der Benutzeroberfläche und enthält eine Sammlung von Blöcken, die Sie in Ihren Workflows verwenden können.

Alles, was Sie zum Erstellen Ihrer Projekte benötigen, befindet sich hier.

Sie können einfach Blöcke von der Werkzeugleiste in den Szenario-Bereich ziehen, um sie zu Ihrem Workflow hinzuzufügen.

## 4. Protokollfenster <a href="#id-4-log-window" id="id-4-log-window"></a>

![alt text](/files/LbvuRKD4ujcQX45OJa0G)

Das Protokollfenster befindet sich am unteren Rand der Benutzeroberfläche und zeigt Echtzeitprotokolle, Warnungen und Fehlermeldungen an, die mit Ihren Workflows verbunden sind.


---

# 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.augelab.com/german/augelab-studio-oberflache/detailed-look.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.
