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

# Supports Presentation • AI Agent SDK

> SupportsPresentation: Protocol for channel adapters that support presentations.

# SupportsPresentation

> Defined in the [**protocols**](../modules/protocols) module.

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

Protocol for channel adapters that support presentations.

Channel adapters implement this protocol to render
portable presentations as native widgets.

## Methods

<CardGroup cols={2}>
  <Card title="presentation_limits()" icon="function" href="../functions/SupportsPresentation-presentation_limits">
    Get channel-specific presentation limits.
  </Card>

  <Card title="render_presentation()" icon="function" href="../functions/SupportsPresentation-render_presentation">
    Render a presentation to a target (chat/channel).
  </Card>

  <Card title="truncate_presentation()" icon="function" href="../functions/SupportsPresentation-truncate_presentation">
    Truncate a presentation to fit channel limits.
  </Card>
</CardGroup>

## Source

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