> For the complete documentation index, see [llms.txt](https://docs.poweredbybackstage.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.poweredbybackstage.com/fundamentals/flows/connecting-nodes-and-building-flows.md).

# Connecting Nodes and Building Flows

Connecting individual Nodes together to form Flows is a simple drag and drop process.

![](https://2635135911-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9NyC60xfSabdCmQW0heP%2Fuploads%2FnwrgJPNY4APntcSVYx7l%2Fimage.png?alt=media\&token=7e562343-80be-45fe-8984-f787150585a5)

If we connect these two Nodes together, when a Button is clicked, the user will be redirected to a page we specify.

Because we don't need any data from the `Button:on-click` Node, we can connect it's output to any of the inputs on the `Router:goto` Node. By pressurizing any input, we trigger the Node.

![](https://2635135911-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9NyC60xfSabdCmQW0heP%2Fuploads%2FGNCxiqMSfsIEwTFB5ufU%2Fimage.png?alt=media\&token=2885b567-45de-468d-9903-a24fdcd1c5de)

This configuration is equally valid, and will produce the same result.
