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

# Dashboard

> Manage avatars and video agents with the Beyond Presence dashboard

The [Beyond Presence dashboard](https://app.bey.chat) is where you'll create your account and manage video agents that run on our infrastructure. All video agents and custom avatars you create are tied to your account.

The dashboard is ideal for builders who prefer a low-code approach, though many developers find it sufficient for their use cases.
For more programmatic control and flexibility, you can also integrate directly via the [Beyond Presence API](/get-started/api).

## Dashboard Features

<AccordionGroup>
  <Accordion title="Avatars Management" icon="user">
    Access your avatar collection including both default avatars provided by us and custom avatars you own.

    Browse, preview, and select avatars for your video agents.
  </Accordion>

  <Accordion title="Agents Management" icon="robot">
    Manage all video agents you have created on the platform:

    * View your complete agent collection
    * Create new agents with custom configurations
    * Delete agents you no longer need
    * Review detailed agent settings and performance
    * Test agents through demo conversations
    * Export agents as shareable links or HTML-embeddable code snippets
  </Accordion>

  <Accordion title="Knowledge Base" icon="database">
    Set up a centralized knowledge base of files that your agents can reference during conversations.
  </Accordion>

  <Accordion title="Conversation Analytics" icon="chart-line">
    Access detailed logs of conversations between users and your agents, plus AI-powered analysis providing insights into user interactions and agent performance.
  </Accordion>

  <Accordion title="Billing Management" icon="credit-card">
    Monitor your credit balance, review usage, and manage your subscription plan to ensure uninterrupted service.
  </Accordion>

  <Accordion title="API Key Management" icon="key">
    Generate and manage API keys for authenticating requests when using the [Beyond Presence API](/get-started/api).
  </Accordion>

  <Accordion title="Webhook Configuration" icon="webhook">
    Configure a webhook URL to receive real-time events from your agent calls, including call initiation and message exchanges.
  </Accordion>
</AccordionGroup>

<CardGroup cols={2}>
  <Card title="API" icon="code" href="/get-started/api">
    Programmatically manage agents, avatars, and calls
  </Card>

  <Card title="Integrations" icon="puzzle-piece" href="/integrations">
    Discover the available integrations
  </Card>

  <Card title="Explore the Dashboard" icon="grip" href="https://app.bey.chat">
    Create your account and start building video agents
  </Card>
</CardGroup>
