> For the complete documentation index, see [llms.txt](https://docs.skyone.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skyone.cloud/espanol/skyone-studio/integraciones/conectando-componentes-de-un-flujo.md).

# Conectando componentes de un flujo

* [Conectando Operaciones de un Flujo](#conectando-operaciones-de-un-flujo)
* [Eliminar conexión entre módulos](#eliminar-conexion-entre-modulos)

***

### Conectando Operaciones de un Flujo

Conectar los componentes del flujo es muy sencillo:

1. Para comenzar, pasa el cursor y selecciona uno de los cuatro puntos.
2. Haz clic en un punto y arrastra la línea hasta el punto de otro componente. Las líneas son flexibles, por lo que es posible arrastrarlas tanto en sentido vertical como horizontal.

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

{% hint style="info" %}
&#x20;Cada módulo puede ser arrastrado dentro del área de edición como desees y conectarse al flujo. Finalmente, es posible ajustar el flujo mediante el “**auto alineamiento**”.
{% endhint %}

{% hint style="warning" %}
Para la configuración de algunos flujos, es esencial acceder a la información de pasos anteriores del flujo. Por ello, **siempre** conecta cada componente del flujo **antes** de configurarlo.
{% endhint %}

### **Eliminar conexión entre módulos**

Para eliminar la línea que conecta los módulos del flujo, basta con hacer clic en la línea que deseas remover y luego presionar la tecla **Delete** del teclado.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.skyone.cloud/espanol/skyone-studio/integraciones/conectando-componentes-de-un-flujo.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.
