> 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/english/skyone-studio/integrations/flows/connecting-components-of-a-flow.md).

# Connecting components of a flow

* [Connecting Operations in a Flow](#connecting-operations-in-a-flow)
* [Delete connection between modules](#delete-connection-between-modules)

### Connecting Operations in a Flow <a href="#connecting-operations-in-a-flow" id="connecting-operations-in-a-flow"></a>

Connecting the flow components is very simple:

1. To begin, hover the mouse and choose one of the four points.
2. Click on a point and drag the line to the point of another component. Lines are flexible, so you can drag both vertically and horizontally.

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

{% hint style="info" %}
Each module can be dragged into the editing area as you wish and connected to the flow. Finally, it is possible to adjust the flow using "auto alignment".
{% endhint %}

{% hint style="warning" %}
Access to information from previous steps in the flow is essential for configuring some flows. Therefore, **always** connect each component of the flow **before** configuring it.
{% endhint %}

### Delete connection between modules <a href="#delete-connection-between-modules" id="delete-connection-between-modules"></a>

To delete the line connecting the modules in the flow, simply click on the line you want to remove and then click on the **Delete** key on your keyboard.

<figure><img src="/files/Xi8GpSikSvXqy762xoJM" 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, and the optional `goal` query parameter:

```
GET https://docs.skyone.cloud/english/skyone-studio/integrations/flows/connecting-components-of-a-flow.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
