# Control flow: Branch

A Flow can branch into two or more paths in several ways. The nodes [Ask: Choice](https://manuals.dialox.ai/studio/flows/nodes/ask-choice) and [Iterate: Iterate](https://manuals.dialox.ai/studio/flows/nodes/iterate-iterate) use user input to choose the correct path. For branching options without direct user input, the Branch node variant can be used.

There are no specific properties for this node variant (except for the default [advanced](https://manuals.dialox.ai/studio/flows/nodes/..#advanced-node-properties) node properties). The behaviour of the branch is defined by its links.

<figure><img src="https://3356808761-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEBQHGJABNTj5ISSOTRxM%2Fuploads%2FlWi7YqFdfRkeIQ8ESOQY%2Fimage.png?alt=media&#x26;token=ddfeb592-4b82-4539-b71d-8cea5ecfe5a3" alt=""><figcaption></figcaption></figure>

The system will determine which link to follow by evaluating the corresponding conditions. You can click the link arrow to edit the details in the side panel.

The below example shows the link that is chosen when the conversation is executed within office hours, because it only evaluates `true` when the `online` tag is set.

<figure><img src="https://3356808761-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEBQHGJABNTj5ISSOTRxM%2Fuploads%2FJ5b05poIAKIFLoPu6p45%2Fimage.png?alt=media&#x26;token=c9cf08fc-1721-49b1-97a6-929a6ee9d2a6" alt=""><figcaption></figcaption></figure>

| Property  | Description                                                                                                             | Explanation                                                          |
| --------- | ----------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------- |
| Condition | The [condition](https://manuals.dialox.ai/studio/flows/conditions) that determines whether to execute or skip this node | See [Conditions](https://manuals.dialox.ai/studio/flows/conditions). |
| Tags      | [Tags](https://manuals.dialox.ai/settings/app-settings/tags) to evaluate                                                |                                                                      |
| Label     | Label to show in the Flow                                                                                               | Just for design purposes                                             |

## Resources

* [](https://manuals.dialox.ai/studio/flows/nodes "mention")
* [conditions](https://manuals.dialox.ai/studio/flows/conditions "mention")
* [tags](https://manuals.dialox.ai/settings/app-settings/tags "mention")
