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

# Conditional Execution

> Runnable workflow examples under: cookbook/04_workflows/02_conditional_execution.

| Example                                                                                      | Description                                                                                                   |
| -------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- |
| [Condition Basic](/examples/workflows/conditional-execution/condition-basic)                 | Demonstrates conditional step execution using a fact-check gate in a linear workflow.                         |
| [Condition With Else](/examples/workflows/conditional-execution/condition-with-else)         | Demonstrates `Condition(..., else_steps=[...])` for routing between technical and general support branches.   |
| [Condition With List](/examples/workflows/conditional-execution/condition-with-list)         | Demonstrates condition branches that execute a list of multiple steps, including parallel conditional blocks. |
| [Condition With Parallel](/examples/workflows/conditional-execution/condition-with-parallel) | Demonstrates multiple conditional branches executed in parallel before final synthesis steps.                 |
