# Connections

AugeLab Studio'daki bağlantılar, fonksiyon blokları arasındaki bağlantıları temsil eder:

<figure><img src="/files/Wrk6SFWwFORlMQ3d2MK6" alt="" width="450"><figcaption></figcaption></figure>

{% hint style="warning" %}
Yinelemeli (recursive) bağlantılar oluşturmaktan kaçının; bunlar veri kaybına ve iş akışı bozulmalarına yol açabilir.
{% endhint %}

Her zaman benzer veya aynı türleri gösteren soketleri bağlamaya özen gösterin.

AugeLab Studio'daki bağlantılar birkaç kısayol ile yönetilebilir:

## Mevcut Bağlantıları Taşıma

<figure><img src="/files/2rmdKHMnWMFKnkSOHeIy" alt="" width="450"><figcaption></figcaption></figure>

Bağlı bir soketin üzerine gelin, `Ctrl` tuşuna basılı tutun, `Left Mouse` ile tıklayıp basılı tutun ve mevcut bağlantıları ihtiyacınız olan bir sokete taşıyın, sonra bırakın.

## Bağlantıları Kaldırma

<figure><img src="/files/w677xRD0c0NW2EslHA33" alt="" width="450"><figcaption></figcaption></figure>

Bağlantıları klavye kısayolları ile kaldırabilir veya `Ctrl+Left Mouse Click` ile tıklayıp sürükleyerek silebilirsiniz.


---

# 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/connection.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.
