> 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/erste-schritte/simple-tour.md).

# Simple Tour

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

AugeLab Studio wurde mit Einfachheit und Benutzerfreundlichkeit im Hinterkopf entwickelt. Es gibt nur vier Hauptbereiche, die Sie während Ihrer Reise mit AugeLab Studio nutzen werden:

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

1️⃣ `Menüleiste` ist der Bereich, in dem sich die meisten Werkzeuge, Hilfsprogramme und Steuerungen befinden. Sie erstellen Szenarien, speichern/laden sie und führen sie aus oder debuggen sie in diesem Bereich.

2️⃣ `Szenarienbereich` ist der Ort, an dem Sie Ihre eigenen Lösungen erstellen.

3️⃣ `Blockbereich` ist der Bereich, in dem alle out-of-box Funktionsblöcke sichtbar sind.

4️⃣ `Protokollfenster` wird verwendet, um Informationen, Warnungen und Fehler an den Benutzer zu protokollieren und anzuzeigen.

Das ist alles! Klicken Sie nun auf **Datei ➡️ Neu** in der Menüleiste und lassen Sie uns Ihr allererstes Computervisionsprojekt erstellen!


---

# 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/erste-schritte/simple-tour.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.
