# Blocks Column

<figure><img src="/files/3Td8mOdBFU0GPHrSUDcP" alt=""><figcaption><p>Blocks-Bereich</p></figcaption></figure>

Der Blocks-Bereich enthält alle wesentlichen Funktionsblöcke, die Sie benötigen, um Ihre Szenarien vorzubereiten und bereitzustellen:

<figure><img src="/files/3Td8mOdBFU0GPHrSUDcP" alt=""><figcaption><p>Blocks-Bereich</p></figcaption></figure>

Detaillierte Beschreibungen zu jedem Block finden Sie unter [All Blocks](/german/function-blocks/blocks-reference.md).

Jeder Blocks-Bereich ist in mehrere Tabs unterteilt:

<details>

<summary>Input/Output</summary>

Der Input/Output-Bereich enthält Blöcke, die dafür verantwortlich sind, Ihre Szenarien mit Daten zu versorgen und Ergebnisse nach außen zu exportieren.

</details>

<details>

<summary>Data/Logic</summary>

Dieser Tab enthält die Manipulation von Datentypen außerhalb von Bildern, wie zum Beispiel:

* Strings (Texte)
* Zahlen
* Logische Daten (true/false)
* Dictionaries, schlüsselwertbasierte spezielle Container

</details>

<details>

<summary>Image Transformers</summary>

Hier befinden sich alle Funktionsblöcke, die Bilddaten manipulieren, zum Beispiel:

<figure><img src="/files/kuhi9IoGKg90QUuYFrLP" alt="" width="450"><figcaption><p>Blur Transformer</p></figcaption></figure>

</details>

<details>

<summary>Detections/Shapes</summary>

Hier finden Sie die notwendigen Funktionsblöcke zur Erkennung von Formen und Mustern:

<figure><img src="/files/hBtvMGkYT3JZCsbPw08p" alt="" width="450"><figcaption><p>Detect Reference Block</p></figcaption></figure>

</details>

<details>

<summary>AI Blocks</summary>

Integriert KI-Algorithmen für fortgeschrittene Bildanalyse und -verarbeitung:

<figure><img src="/files/DhCQYXZ03Nam06f1kx74" alt="" width="450"><figcaption><p>Detect Reference Block</p></figcaption></figure>

</details>

<details>

<summary>Custom Blocks</summary>

Hier werden alle Plugins und benutzerdefinierten Blöcke angezeigt.

</details>


---

# 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/german/function-blocks/blocks-column.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.
