> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getkadabra.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Connect Nodes 

> Map fields from one node to another with confidence

# Learn how to connect Nodes and define Data Flow

`Connections` control how fields move between steps.

## Wire connections

1. Drag from the right edge of the source node to the left edge of the target node.

   <img src="https://mintcdn.com/kadabra/4cJt_JHsywsOSk61/images/Screenshot2025-10-12at7.43.15.png?fit=max&auto=format&n=4cJt_JHsywsOSk61&q=85&s=0c3254110c8e2f88323cfe78c518342f" alt="Screenshot2025 10 12at7 43 15 Pn" title="Screenshot2025 10 12at7 43 15 Pn" style={{ width:"73%" }} width="2242" height="788" data-path="images/Screenshot2025-10-12at7.43.15.png" />
2. Open the target node parameters and click **Connect** on any field that should receive data.

   <img src="https://mintcdn.com/kadabra/4cJt_JHsywsOSk61/images/Screenshot2025-10-12at7.44.21.png?fit=max&auto=format&n=4cJt_JHsywsOSk61&q=85&s=f243844e7a35ab3870681b7b850c8627" alt="Screenshot2025 10 12at7 44 21 Pn" title="Screenshot2025 10 12at7 44 21 Pn" style={{ width:"75%" }} width="786" height="274" data-path="images/Screenshot2025-10-12at7.44.21.png" />

* Select the source field to map into the target field.
* Repeat for each field you need.

<Info>
  You can map simple values like text or numbers, and complex objects like arrays or JSON.
</Info>

<Tip>
  Hover any wire to see a live preview of the data that will enter the next node.
</Tip>
