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

# Flow Display • AI Agent SDK

> Flow Display for PraisonAI Agents

# flow\_display

<Badge color="blue">AI Agent</Badge>

Flow Display for PraisonAI Agents

Visual display with agents in center and tools on sides.

## Import

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
from praisonaiagents import flow_display
```

## Classes

<CardGroup cols={2}>
  <Card title="FlowDisplay" icon="brackets-curly" href="../classes/FlowDisplay">
    Displays agent workflow with agents centered and tools on sides.
  </Card>
</CardGroup>

## Functions

<CardGroup cols={2}>
  <Card title="track_workflow()" icon="function" href="../functions/track_workflow">
    Create a flow display tracker.
  </Card>
</CardGroup>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="AgentFlow Concept" icon="diagram-project" href="/docs/concepts/agentflow" />

  <Card title="Workflow Patterns" icon="shuffle" href="/docs/features/workflow-patterns" />

  <Card title="Routing" icon="route" href="/docs/features/routing" />

  <Card title="Display System" icon="display" href="/docs/features/display-system" />

  <Card title="Display Callbacks" icon="phone" href="/docs/features/display-callbacks" />
</CardGroup>
