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

# Pipecat Integration

> Add Beyond Presence avatars to your Pipecat bots

Integrate Beyond Presence avatars with the [Pipecat framework](https://docs.pipecat.ai) using our official community integration.

## Installation

```sh theme={null}
pip install pipecat-ai-bey
```

## Complete Example

See our [Pipecat bot example](https://github.com/bey-dev/bey-examples/tree/main/pipecat-bot#readme) for full Python implementation, including environment setup, voice processing, avatar integration, and client configuration.

## Next Steps

<CardGroup cols={2}>
  <Card title="Pipecat Integration Example" icon="github" href="https://github.com/bey-dev/bey-examples/tree/main/pipecat-bot#readme">
    Complete implementation example with setup instructions
  </Card>

  <Card title="Back to Speech-to-Video" icon="arrow-left" href="/integrations/speech-to-video">
    Return to speech-to-video overview
  </Card>
</CardGroup>
