# Connections

Connections in AugeLab Studio represent the connections between function blocks:

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

{% hint style="warning" %}
Be cautious of creating recursive connections, as they can lead to potential data loss and workflow disruptions.
{% endhint %}

You should always aim to connect sockets that show similar or same types.

Connections in AugeLab Studio can be manipulation with several shortcuts:

## Moving Existing Connections <a href="#moving-existing-connections" id="moving-existing-connections"></a>

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

Hover on a socket that is connected, press and hold `Ctrl`, click and hold with `Left Mouse` and move the existing connections to a socket you need, then release.

## Removing Connections <a href="#removing-connections" id="removing-connections"></a>

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

You can remove connections by removing them with keyboard shortcuts or clicking `Ctrl+Left Mouse Click` and dragging it.


---

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