> ## 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


## Related topics

- [Key concepts](/documentation/workflows/workflows-key-concepts.md)
- [Sidecar Overview](/documentation/high-availability-and-scale/sidecar/overview.md)
- [Go SDK](/api-and-sdks/changelog/backend-graphql/go.md)
- [Expressions](/documentation/workflows/workflow-expressions.md)
- [Error handling](/documentation/workflows/error-handling.md)
