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

# display • AI Agent SDK

> display: Display the flow chart with agents in center and tools on sides.

# display

<div className="flex items-center gap-2">
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**FlowDisplay**](../classes/FlowDisplay) class in the [**flow\_display**](../modules/flow_display) module.

Display the flow chart with agents in center and tools on sides.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def display() -> Any
```

### Returns

<ResponseField name="Returns" type="Any">
  The result of the operation.
</ResponseField>

## Used By

* [`FlowDisplay.stop`](../functions/FlowDisplay-stop)

## Source

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

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Display System" icon="display" href="/docs/features/display-system" />

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

  <Card title="Output Styles" icon="palette" href="/docs/features/output-styles" />
</CardGroup>
