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

# Web & Mobile Integration

> Add Beyond Presence video agents to your website or web app.

Beyond Presence [Managed Agents](/get-started/quickstart/managed-agent) can be added to any web or mobile app - either embedded as a ready-made widget or wired into a fully custom interface you build yourself.

## Choose Your Integration Path

**Just need an agent on your site?** Use [iframe Embedding](/integrations/web/iframe-embedding) to drop in a fully managed video call UI with a single `<iframe>` - no frontend work required.

**Building your own UI?** Use the [LiveKit Client SDK](/integrations/web/livekit-client-sdk) to connect directly to your agent's call and build a fully custom interface, native app, or advanced layout.

<CardGroup cols={2}>
  <Card title="iframe Embedding" icon="window" href="/integrations/web/iframe-embedding">
    Embed a managed video call UI with zero frontend code
  </Card>

  <Card title="LiveKit Client SDK" icon="cubes" href="/integrations/web/livekit-client-sdk">
    Connect directly and build your own custom interface
  </Card>
</CardGroup>

## Other Integration Options

<CardGroup cols={2}>
  <Card title="Voice Agents" icon="microphone" href="/integrations/voice-agents">
    Add avatar video to your existing LiveKit voice pipeline
  </Card>

  <Card title="n8n Workflows" icon="diagram-project" href="/integrations/n8n">
    No-code workflow automation for managing conversations with agents
  </Card>
</CardGroup>


## Related topics

- [LiveKit Client SDK](/integrations/web/livekit-client-sdk.md)
- [Speech-to-Video Integration for Voice Agents](/integrations/voice-agents/index.md)
- [n8n Workflows](/integrations/n8n.md)
- [iframe Embedding](/integrations/web/iframe-embedding.md)
- [Changelog](/learn/changelog.md)
