# Conexiones

Las conexiones en AugeLab Studio representan las conexiones entre bloques de función:

![](/files/a8PvvX0Qef3kFVj6r8Si)

{% hint style="warning" %}
Tenga cuidado al crear conexiones recursivas, ya que pueden provocar pérdida de datos e interrupciones en el flujo de trabajo.
{% endhint %}

Siempre debe procurar conectar los sockets que muestren tipos iguales o similares.

Las conexiones en AugeLab Studio se pueden manipular con varios atajos:

## Mover conexiones existentes <a href="#moving-existing-connections" id="moving-existing-connections"></a>

![](/files/fIJ8MPUfWpFgbfKketk5)

Coloque el cursor sobre un socket que esté conectado, mantenga presionada la tecla `Ctrl`, haga clic y mantenga pulsado con `Left Mouse` y mueva la conexión existente hacia el socket que necesite, luego suelte.

## Eliminar conexiones <a href="#removing-connections" id="removing-connections"></a>

![](/files/2JzRv5qtr0Yg56fL0H3o)

Puede eliminar conexiones usando atajos de teclado o haciendo `Ctrl+Left Mouse Click` y arrastrándola.


---

# 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/spanish/bloques-de-funcion/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.
