> For the complete documentation index, see [llms.txt](https://docs.overthereality.ai/over-sdk-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overthereality.ai/over-sdk-manual/over-visual-scripting-legacy/nodes/flow/conditional/if-else.md).

# If Else

### Description

This [OverNode](/over-sdk-manual/over-visual-scripting-legacy/visual-scripting-essentials/overnode.md) allows the implementation of if-else statements.

This is a Flow [OverNode](/over-sdk-manual/over-visual-scripting-legacy/visual-scripting-essentials/overnode.md), in which the flow is forked into two separate branches, represented by two output flow ports. A `Condition` value needs to be provided in order to correctly choose between one of the output ports. &#x20;

<figure><img src="https://content.gitbook.com/content/6xdubHTzJACGqFIM7yJy/blobs/WN8efYEJ1r8taUPAucHu/if_else.png" alt=""><figcaption></figcaption></figure>
