# Detailed Look

<figure><img src="/files/LFh1AqJKPPHBFrhpGiZs" alt="Singing-up" width="750"><figcaption><p>AugeLab Studio User Interface</p></figcaption></figure>

Let's dive in a little bit deeper on the four main sections of AugeLab Studio:

## 1. Menubar <a href="#id-1-menubar" id="id-1-menubar"></a>

![](/files/yLz40AYlEtTNznfTn4XB)

The Menubar is located at the top of the interface and provides access to essential project operations.

You can save, load, run and analyze scenarios. Also, AI utilities are provided here.

The detailed explanation will be provided in the upcoming pages.

## 2. Scenario Area <a href="#id-2-scenario-area" id="id-2-scenario-area"></a>

![](/files/gs4Db1bBsRc9N54oqoeS)

The Scenario Area is the central workspace where you design and build your image processing workflows. In this area, you can drag and drop different blocks to create a sequence of operations.

Each block represents a specific function or algorithm, and you can connect them to form a complete processing pipeline.

## 3. Blocks Window <a href="#id-3-blocks-window" id="id-3-blocks-window"></a>

<figure><img src="/files/YwcZYAsuYU2TUwohMLvA" alt="" height="550"><figcaption><p>Blocks Window</p></figcaption></figure>

The Blocks Window is located on the left side of the interface and contains a collection of blocks that you can use in your workflows.

Everything you need when building your projects resides here.

You can simply drag and drop blocks from the toolbar into the Scenario Area to add them to your workflow.

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

<figure><img src="/files/39I8cXLzOMQeX56GfnPp" alt="" height="550"><figcaption><p>Log Window</p></figcaption></figure>

The Log Window is located at the bottom of the interface and displays real-time logs, warnings, and error messages related to your workflows.


---

# Agent Instructions: 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.augelab.com/augelab-studio-interface/detailed-look.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.
