> For the complete documentation index, see [llms.txt](https://docs.engagevr.io/developer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.engagevr.io/developer/afx/afx-graphs/flows/chaining-flows.md).

# Chaining flows

To create a chain of nodes that are part of the same flow, connect the Exit port of a node to the Enter port of another node. For example, if you wanted to apply the same translation to two transforms each update cycle, you could chain the `Translate` nodes as shown in the following image.

<figure><img src="https://2640392766-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5yxYHsXtlAaoMUrDWhLm%2Fuploads%2Fgit-blob-351937978f56d26663cc8a69c7b767cb3382b9fa%2Fafx_chained_flow.png?alt=media" alt=""><figcaption><p>Multiple nodes included in a single flow</p></figcaption></figure>

{% hint style="info" %}
Warning: Do not connect a Flow to multiple nodes at once. This can create inconsistent execution orders. Instead, have each node connect to the next in the order they should execute.
{% endhint %}
