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

# Conditions

Nodes that control how your workflow progresses with flow logic nodes.

Using these nodes you can:

* **Branch** based on conditions (e.g. if/else, switch)
* **Merge** multiple paths back together
* **Loop** through items in a list with `for each`
* **Wait for human input** before continuing (e.g. request manual approval, wait for user action)
* **Stop** or pause execution
* **Jump** to a specific step
