# Blocks Column

Bloklar bölümü, senaryolarınızı hazırlamak ve dağıtmak için gereken tüm temel fonksiyon bloklarını içerir:

<figure><img src="/files/gFRVA2BaraH00CMOA6Vy" alt=""><figcaption><p>Bloklar Bölümü</p></figcaption></figure>

Her bir blok hakkında ayrıntılı açıklamayı [All Blocks](/turkish/fonksiyon-bloklari/blocks-reference.md) sayfasında bulabilirsiniz.

Her bir blok sekmesi birkaç sekmeye ayrılmıştır:

<details>

<summary>Input/Output</summary>

Input/Output bölümü, senaryolarınıza veri sağlayan ve veriyi dışa aktaran blokları içerir.

</details>

<details>

<summary>Data/Logic</summary>

Bu sekme, görüntü dışındaki veri tiplerinin (ör. metinler ve sayılar) işlenmesini sağlar. Örnekler:

* Strings (metinler)
* Numbers (sayılar)
* Logical data (true-false)
* Dictionaries, anahtar-değer tabanlı özel konteynerler

</details>

<details>

<summary>Image Transformers</summary>

Burada görüntü verisini işleyen tüm fonksiyon blokları bulunur; örneğin bulanıklaştırma, filtreleme ve benzeri işlemler:

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

</details>

<details>

<summary>Detections/Shapes</summary>

Burada şekil ve desen tespiti için gerekli fonksiyon blokları bulunur:

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

</details>

<details>

<summary>AI Blocks</summary>

Gelişmiş görüntü analizi ve işleme için AI algoritmalarını entegre eden bloklar:

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

</details>

<details>

<summary>Custom Blocks</summary>

Tüm eklentiler ve kullanıcı tarafından oluşturulmuş özel bloklar burada gösterilir.

</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/turkish/fonksiyon-bloklari/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.
