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

# Managed Agent Quickstart

> Start building with Beyond Presence Managed Agents - fully no-code.

<Check>
  Managed Agents are ideal for quick prototyping and for zero-infrastructure deployments.

  If you already have a voice agent, or need full control over infrastructure and conversation data, use [Speech-to-Video](/get-started/quickstart/speech-to-video) instead.
</Check>

## Part 1: Setup & Create Agent

Create your first agent through the [Studio](/concepts/studio) for quick and simple prototyping:

<Steps>
  <Step title="Sign Up to Beyond Presence">
    Go to the [Beyond Presence Studio](https://bey.studio) and sign up with either your email or your Google account.
  </Step>

  <Step title="Create Your Agent">
    Go to the [Agents tab](https://bey.studio/agents) and click ["Create Agent"](https://bey.studio/agents/create). Select an avatar, give your agent a name, objective, and starting script, and hit **"Generate Agent"**. Your agent is ready for deployment immediately.
  </Step>

  <Step title="Test Your Agent">
    Once your agent is created, click on it in the [Agents tab](https://bey.studio/agents) and have a chat with it in the window that opens up. You can also share the link with your team or customers for initial feedback.
  </Step>

  <Step title="Refine Agent Settings">
    To tweak the conversation settings of your agent, go to the [Agents tab](https://bey.studio/agents), hover your agent, and click **"... > Edit"**.
  </Step>
</Steps>

## Part 2: Integrate Agent

<Steps>
  <Step title="Get Embedding Code">
    Go to the [Agents tab](https://bey.studio/agents), hover your agent, and click **"... > Embed"**. Configure the settings as you see fit, then copy the Embed Code by clicking **"Copy"**.
  </Step>

  <Step title="Embed Agent">
    Paste the iframe Embed Code into your website or your product HTML section.

    That's it, your agent is now live in your web app!
  </Step>
</Steps>

<Note>If iframe web embedding is not suitable for your use-case, check out our [other integration options](/integrations)!</Note>

## Part 3: Analyze Conversations

<Steps>
  <Step title="View Conversations">
    Go to the Studio [Conversations tab](https://bey.studio/conversations) to see all conversations your agents have had. Alternatively, to see conversations of a specific agent, go to the [Agents tab](https://bey.studio/agents), hover your agent, and click **"... > Conversations"**.
  </Step>

  <Step title="Explore Conversation Details">
    Click on a conversation entry to see an AI summary, AI insights, and suggested next steps. In the **"Conversation Transcript"** tab, you can find the full transcript, and also ask our AI for help with custom analyses.
  </Step>

  <Step title="Monitor Usage Analytics">
    Go to the Studio [Analytics tab](https://bey.studio/analytics) to monitor the usage of your agents.
  </Step>
</Steps>

## More Info

<Card title="iframe Embedding" icon="window" href="/integrations/web/iframe-embedding">
  Learn more about how to embed agents into your website or application using iframes
</Card>

## Next Steps

Use these advanced features to enhance your agents and automate workflows:

<CardGroup cols={2}>
  <Card title="Custom LLM" icon="brain" href="/concepts/agents/external-llm">
    Connect your own OpenAI-compatible LLM API to a Managed Agent
  </Card>

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

  <Card title="Just-in-Time Context" icon="user-gear" href="/concepts/agents/just-in-time-context">
    Provide conversation-specific context to your agents
  </Card>

  <Card title="Webhook Events" icon="webhook" href="/concepts/agents/webhook-events">
    Receive real-time events for conversations of your managed agents
  </Card>

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

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