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

# Overview

> Deploy conversational video agents with zero infrastructure management

Deploy production-ready video agents in minutes.
Beyond Presence manages the entire pipeline—from speech processing to avatar rendering—delivering **1-second end-to-end response times**.

## When to Use This

Choose managed agents when you want:

* **Zero infrastructure**: No servers, scaling, or maintenance
* **Fastest deployment**: From idea to production in minutes
* **Built-in optimizations**: Automatic performance tuning and updates

If you need component-level control, require complex tool calling, or want to upgrade existing voice agents, use [speech-to-video](/integrations/speech-to-video) instead.

## Basic Setup

Create your agent through the dashboard for quick and simple prototyping:

<Steps>
  <Step title="Add new agent">
    Go to [your agents](https://app.bey.chat/myAgents) and click on "New Agent"
  </Step>

  <Step title="Configure">
    Set your avatar, system prompt, and knowledge base
  </Step>

  <Step title="Share">
    Click **Share** in the agent card's options menu to get a direct conversation link to forward to users
  </Step>
</Steps>

Once users interact with your agent via the link, go to [your conversations](https://app.bey.chat/conversations) to monitor and analyze conversation transcripts and insights.

## Advanced Setup

These features enable specialized agent configurations and automated workflows:

<CardGroup cols={2}>
  <Card title="iframe Embedding" icon="window" href="/integrations/managed-agents/iframe-embedding">
    Embed agents in your website or application using iframe
  </Card>

  <Card title="LiveKit Client SDK" icon="cubes" href="/integrations/managed-agents/livekit-client-sdk">
    Connect to agents using LiveKit Client SDK
  </Card>

  <Card title="External LLM" icon="brain" href="/integrations/managed-agents/external-llm">
    Use any OpenAI-compatible LLM API
  </Card>

  <Card title="Extra Capabilities" icon="sparkles" href="/integrations/managed-agents/extra-capabilities">
    Enhance agents with webcam vision and wakeup mode
  </Card>

  <Card title="Just-in-Time Context" icon="user-gear" href="/integrations/managed-agents/just-in-time-context">
    Provide context to your agents to manage a call
  </Card>

  <Card title="Webhook Events" icon="webhook" href="/integrations/managed-agents/webhook-events">
    Receive real-time events for calls with managed agents
  </Card>

  <Card title="List Calls API" icon="code" href="/api-reference/calls/list-calls">
    Retrieve historical data for calls with managed agents
  </Card>
</CardGroup>

## Next Steps

<CardGroup cols={2}>
  <Card title="Speech-to-Video" icon="user" href="/integrations/speech-to-video">
    Add avatar video streams to existing voice agents with full component control
  </Card>

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