# Blok Yapıları (Block Structures)

<figure><img src="/files/s036mr504993W8HshPOK" alt=""><figcaption></figcaption></figure>

Bir fonksiyon bloğu birkaç öğeden oluşur:

1. Header
2. Sockets
3. Controls
4. Unique Name

## Header <a href="#header" id="header"></a>

Header'lar çift tıklanarak değiştirilebilir ve özel bir isim verilebilir.

<figure><img src="/files/nVVzKly4njsZx03W0BQP" alt=""><figcaption></figcaption></figure>

## Tool Tips <a href="#tool-tips" id="tool-tips"></a>

Fare ile blokların üzerine gelindiğinde tool-tip'ler gösterilir ve bloğun iç işleyişi hakkında bilgi verir.

<figure><img src="/files/At2Or1DCedg54G4JW361" alt=""><figcaption></figcaption></figure>

Aynı kurallar Controls için de geçerlidir. `Controls` üzerine geldiğinizde ek bilgiler gösterilebilir:

<figure><img src="/files/PotVrJGD8mz4fKZ5qyio" alt=""><figcaption></figcaption></figure>

## Controls <a href="#controls" id="controls"></a>

Controls, bir fonksiyon bloğu içinde gösterilen özel butonlar, listeler veya etkileşimli herhangi bir öğedir. Bu widget'lar her fonksiyon bloğunun işlevselliğini değiştirebilir.

<figure><img src="/files/muQb4QeKD5pkPnIy7f2N" alt=""><figcaption><p>Aynı iki blok, farklı widget yapılandırmaları</p></figcaption></figure>

## Inputs Sockets <a href="#inputs-sockets" id="inputs-sockets"></a>

Veri, input socket'ler aracılığıyla bloklara gönderilir. Tek bir blokta genellikle birden fazla socket bulunur.

Aynı renk veya kategoriye ait socket'ler bağlandığında güvenilir veri transferi sağlanır.

<figure><img src="/files/Ac9QHTg1NYFVrrVCZab3" alt=""><figcaption></figcaption></figure>

## Output Sockets <a href="#output-sockets" id="output-sockets"></a>

Sonuçlar, output'lardan gönderilir ve başka bloklara input socket'ler aracılığıyla aktarılır.

<figure><img src="/files/5fAnVRzOr0PAsptPYmxL" alt=""><figcaption></figcaption></figure>


---

# 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/block-structures.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.
