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

# Workflows

> Examples for saving and loading workflows with advanced step types.

| Example                                                                                  | Description                                                                    |
| ---------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ |
| [Save Conditional Workflow Steps](/examples/components/workflows/save-conditional-steps) | Demonstrates creating a workflow with conditional steps, saving it to the.     |
| [Save Custom Executor Workflow Steps](/examples/components/workflows/save-custom-steps)  | Demonstrates creating a workflow with custom executor steps, saving it to the. |
| [Save Loop Workflow Steps](/examples/components/workflows/save-loop-steps)               | Demonstrates creating a workflow with loop steps, saving it to the database,.  |
| [Save Parallel Workflow Steps](/examples/components/workflows/save-parallel-steps)       | Demonstrates creating a workflow with parallel steps, saving it to the.        |
| [Save Router Workflow Steps](/examples/components/workflows/save-router-steps)           | Demonstrates creating a workflow with router steps, saving it to the.          |
