> 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/skyone-studio/integracoes/conectando-componentes-de-um-fluxo.md).

# Conectando componentes de um fluxo

* [Conectando Operações de um Fluxo](#conectando-operacoes-de-um-fluxo)
* [Excluir conexão entre módulos](#excluir-conexao-entre-modulos)

### Conectando Operações de um Fluxo <a href="#conectando-operacoes-de-um-fluxo" id="conectando-operacoes-de-um-fluxo"></a>

Para conectar os componentes do fluxo é muito simples:

1. Para começar, passe o mouse e escolha algum dos quatro pontos.
2. Clique em um ponto e arraste a linha até o ponto de outro componente. As linhas são flexíveis, sendo assim, é possível arrastar tanto na vertical como na horizontal.&#x20;

<figure><img src="/files/4Kr6zsStIEOALRaLEpHp" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Cada módulo pode ser arrastado dentro da área de edição da forma como preferir e ser conectado ao fluxo. Por fim, é possível ajustar o fluxo através do **"auto alinhamento"**.
{% endhint %}

{% hint style="warning" %}
É essencial, para a configuração de alguns fluxos, o acesso a informações de passos anteriores do fluxo. Por isso, **sempre** conecte cada componente do fluxo **antes** de configurá-lo.
{% endhint %}

&#x20;

### Excluir conexão entre módulos <a href="#excluir-conexao-entre-modulos" id="excluir-conexao-entre-modulos"></a>

Para excluir a linha que conecta os módulos do fluxo, basta clicar na linha que deseja remover e, em seguida, clicar na tecla ***Delete*** do teclado.

<figure><img src="/files/GQWBSOT2U3WmKNrBSCFs" 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/skyone-studio/integracoes/conectando-componentes-de-um-fluxo.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.
