# Connections

## Connections <a href="#connections" id="connections"></a>

A connection in the context of workflow management serves as a critical link between different nodes within the system, enabling the seamless transfer of data.&#x20;

It plays a pivotal role in guiding the flow of information from the output of one node to the input of another, ensuring the smooth progression of tasks and processes within the workflow.

<figure><img src="https://125370873-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzdpN2Lz0hzXpnNScDzVt%2Fuploads%2FWwdoooe8YALDm6Ut7mbR%2Fimage.png?alt=media&#x26;token=c6de552e-823e-459c-9f35-3d70f03292a1" alt="" width="563"><figcaption></figcaption></figure>

### Create a connection <a href="#create-a-connection" id="create-a-connection"></a>

To establish a link between two nodes, one should choose the gray-colored dot or the "Add node ![](https://125370873-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzdpN2Lz0hzXpnNScDzVt%2Fuploads%2F23iMnALGpM4gwwyVE50d%2Fimage.png?alt=media\&token=8a053b1f-4e43-4943-9202-16b1ef475854)" option located on the right side of a particular node and then shift the arrow towards the gray rectangle positioned on the left side of the subsequent node.

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

Hover over the connection, then select **Delete** ![Delete connector icon](https://docs.n8n.io/_images/common-icons/delete-connector.png).


---

# 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.appizap.ae/appizap-workflow-builder-pro/workflows/connections.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.
