> ## 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

> FlowDisplay: Displays agent workflow with agents centered and tools on sides.

# FlowDisplay

> Defined in the [**Flow Display**](../modules/flow_display) module.

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

Displays agent workflow with agents centered and tools on sides.

## Methods

<CardGroup cols={2}>
  <Card title="start()" icon="function" href="../functions/FlowDisplay-start">
    Start tracking workflow.
  </Card>

  <Card title="stop()" icon="function" href="../functions/FlowDisplay-stop">
    Stop tracking and display the flow.
  </Card>

  <Card title="display()" icon="function" href="../functions/FlowDisplay-display">
    Display the flow chart with agents in center and tools on sides.
  </Card>
</CardGroup>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/flow_display.py#L33">
  `praisonaiagents/flow_display.py` at line 33
</Card>

***

## 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>
