# Workflow

- [Getting Started](/v2/workflow/getting-started.md): Guide, moderate, and control your multi-agent system with human-in-the-loop.
- [Single Step Workflow](/v2/workflow/single-step-workflow.md): How to create the first workflow with a single node
- [Multi Step Workflow](/v2/workflow/multi-step-workflow.md): Learn how to handle complex execution flow orchestrating the execution of multiple nodes
- [Loops & Branches](/v2/workflow/loops-and-branches.md)
- [Managing the State](/v2/workflow/managing-the-state.md): Learn how to pass data around the workflow
- [Human In The Loop](/v2/workflow/human-in-the-loop.md): The key breakthrough is that interruption isn't a bug – it's a feature.
- [Persistence](/v2/workflow/persistence.md): Persist the Workflow State across executions.
- [Streaming](/v2/workflow/streaming.md): Stream real -time updates during workflow execution
- [Examples](/v2/workflow/examples.md): Learn about the Workflow features through real code examples
