> ## Documentation Index
> Fetch the complete documentation index at: https://docs.voicebot.studio/llms.txt
> Use this file to discover all available pages before exploring further.

# Dashboard Overview

> Your control center for managing VoiceBot Voice AI

Welcome to the VoiceBot Dashboard at [app.voicebot.studio](https://app.voicebot.studio). This is your central hub for building, managing, and monitoring your voice AI applications.

<Frame>
  <img src="https://voicebot-cdn.s3.eu-central-1.amazonaws.com/dashboard/main-dashboard.png" alt="VoiceBot Dashboard Overview" />
</Frame>

## Getting Started

<Steps>
  <Step title="Sign Up">
    Create your account at [app.voicebot.studio](https://app.voicebot.studio)
  </Step>

  <Step title="Verify Email">
    Check your inbox and verify your email address
  </Step>

  <Step title="Start Building">
    You'll be automatically enrolled in the free plan and can start building your first voice AI solution
  </Step>
</Steps>

## Dashboard Features

<CardGroup cols={2}>
  <Card title="Analytics" icon="chart-mixed" href="/quickstart/analytics">
    Track performance and usage metrics
  </Card>

  <Card title="Workflows" icon="diagram-project" href="/quickstart/workflows">
    Create visual workflows for complex interactions
  </Card>

  <Card title="Assistants" icon="robot" href="/quickstart/assistants">
    Configure and manage AI assistants
  </Card>

  <Card title="Phone Numbers" icon="phone" href="/quickstart/phone-numbers">
    Manage voice connectivity and routing
  </Card>

  <Card title="Multi-Agent" icon="users" href="/quickstart/multi-agent">
    Orchestrate multiple AI agents
  </Card>

  <Card title="Call Logs" icon="list-check" href="/quickstart/call-logs">
    Review detailed call history and analytics
  </Card>

  <Card title="Tools" icon="wrench" href="/quickstart/tools">
    Create custom tools and functions
  </Card>

  <Card title="Knowledge Base" icon="brain" href="/quickstart/knowledge-base">
    Manage context and data sources
  </Card>

  <Card title="Team" icon="users" href="/quickstart/team-management">
    Manage team access and permissions
  </Card>

  <Card title="Settings" icon="gear" href="/quickstart/settings">
    Configure account and API settings
  </Card>
</CardGroup>

## Key Features in Action

<AccordionGroup>
  <Accordion title="Analytics Dashboard" icon="chart-line">
    <Frame>
      <img src="https://voicebot-cdn.s3.eu-central-1.amazonaws.com/dashboard/analytics.png" alt="Analytics Dashboard" />
    </Frame>

    Monitor key metrics and performance indicators in real-time.
  </Accordion>

  <Accordion title="Workflow Editor" icon="diagram-project">
    <Frame>
      <img src="https://voicebot-cdn.s3.eu-central-1.amazonaws.com/dashboard/workflow.png" alt="Workflow Editor" />
    </Frame>

    Design complex conversation flows visually with our drag-and-drop builder.
  </Accordion>

  <Accordion title="Assistant Management" icon="robot">
    <Frame>
      <img src="https://voicebot-cdn.s3.eu-central-1.amazonaws.com/dashboard/assistants.png" alt="Assistant Management" />
    </Frame>

    Configure and manage your AI assistants with detailed behavior settings.
  </Accordion>
</AccordionGroup>

## Navigation

<AccordionGroup>
  <Accordion title="Top Navigation" icon="arrow-up">
    * Organization switcher for managing multiple organizations
    * Quick access to documentation and support
    * User profile and settings
  </Accordion>

  <Accordion title="Side Navigation" icon="arrow-right">
    * Access to all major features and tools
    * Collapsible for more workspace
    * Visual indicators for active section
  </Accordion>
</AccordionGroup>

## Security & Authentication

<CardGroup cols={2}>
  <Card title="Session Management" icon="shield-check">
    * 4-hour session tokens
    * Secure password reset
    * Multi-factor authentication support
  </Card>

  <Card title="API Access" icon="key">
    * Generate API keys
    * Role-based permissions
    * Secure token management
  </Card>
</CardGroup>

<Note>
  For detailed information about specific features, please navigate to their respective sections in the documentation.
</Note>
