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