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

# Workflow Agent

> Runnable workflow examples under: cookbook/04_workflows/06_advanced_concepts/workflow_agent.

| Example                                                                                                             | Description                                                                                             |
| ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
| [Basic Workflow Agent](/examples/workflows/advanced-concepts/workflow-agent/basic-workflow-agent)                   | Demonstrates using `WorkflowAgent` to decide when to execute workflow steps versus answer from history. |
| [Workflow Agent With Condition](/examples/workflows/advanced-concepts/workflow-agent/workflow-agent-with-condition) | Demonstrates using `WorkflowAgent` together with a conditional step in the workflow graph.              |
