> ## Documentation Index
> Fetch the complete documentation index at: https://agno-v2-studio-tools-doc.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Sequence Of Steps

> Runnable workflow examples under: cookbook/04_workflows/01_basic_workflows/01_sequence_of_steps.

| Example                                                                                                              | Description                                                                                               |
| -------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- |
| [Sequence Of Steps](/examples/workflows/basic-workflows/sequence-of-steps/sequence-of-steps)                         | Demonstrates sequential workflow execution with sync, async, streaming, and event-streaming run modes.    |
| [Sequence With Functions](/examples/workflows/basic-workflows/sequence-of-steps/sequence-with-functions)             | Demonstrates sequencing function steps and agent/team steps with sync, async, and streaming runs.         |
| [Workflow Using Steps](/examples/workflows/basic-workflows/sequence-of-steps/workflow-using-steps)                   | Demonstrates how to compose a workflow from a `Steps` sequence with research, writing, and editing steps. |
| [Workflow Using Nested Steps](/examples/workflows/basic-workflows/sequence-of-steps/workflow-using-steps-nested)     | Demonstrates nested workflow composition using `Steps`, `Condition`, and `Parallel`.                      |
| [Workflow With File Input](/examples/workflows/basic-workflows/sequence-of-steps/workflow-with-file-input)           | Demonstrates passing file inputs through workflow steps for reading and summarization.                    |
| [Workflow With Session Metrics](/examples/workflows/basic-workflows/sequence-of-steps/workflow-with-session-metrics) | Demonstrates collecting and printing workflow session metrics after execution.                            |
