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

## Quickstart

Get started quickly with Beyond Presence and LiveKit Agents following our [Speech-to-Video Quickstart](/get-started/quickstart/speech-to-video).

<Card title="LiveKit Agents Quickstart" icon="rocket" href="/get-started/quickstart/speech-to-video">
  Quickstart for speech-to-video API with LiveKit Agents
</Card>

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

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