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

# LiveKit Plugin

> Add Beyond Presence avatars to your LiveKit agents

Integrate Beyond Presence avatars with [LiveKit Agents](https://docs.livekit.io/agents) using our official plugin.

## Installation

<CodeGroup>
  ```sh Python theme={null}
  pip install livekit-plugins-bey
  ```

  ```sh JavaScript theme={null}
  pnpm add @livekit/agents-plugin-bey
  ```
</CodeGroup>

## Complete Example

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

## Next Steps

<CardGroup cols={2}>
  <Card title="LiveKit Plugin Example" icon="github" href="https://github.com/bey-dev/bey-examples/tree/main/livekit-agent#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>
