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

# Billing & Usage

> Manage your enterprise billing, subscriptions, and usage analytics

<Frame className="my-6">
  <img src="https://voicebot-cdn.s3.eu-central-1.amazonaws.com/dashboard/billing-overview.png" alt="Billing Dashboard Overview" />
</Frame>

## Usage Overview

<Note>
  Monitor your organization's usage metrics, subscription details, and billing information in real-time through our comprehensive dashboard.
</Note>

<CardGroup cols={3}>
  <Card title="Monthly Usage" icon="money-bill-trend-up">
    Track your billing cycle:

    * Current period charges
    * Month-over-month changes
    * Billing trends
  </Card>

  <Card title="API Calls" icon="signal">
    Monitor API usage:

    * Total monthly calls
    * Usage patterns
    * Growth metrics
  </Card>

  <Card title="Team Members" icon="user-group">
    Track user activity:

    * Active user count
    * User growth rate
    * Account status
  </Card>
</CardGroup>

## Enterprise Plan Details

<Frame className="my-6 p-4 bg-gradient-to-r from-slate-50 to-gray-50 dark:from-slate-900 dark:to-gray-900">
  <div className="flex justify-between items-center">
    <div>
      <h3 className="font-bold mb-2">Current Subscription</h3>

      <ul className="list-none space-y-2">
        * Plan name and type
        * Monthly subscription cost
        * Billing cycle details
      </ul>
    </div>

    <div className="text-right">
      <Button>Change Plan</Button>
    </div>
  </div>
</Frame>

### Enterprise Features

<CardGroup cols={2}>
  <Card title="Core Features" icon="star">
    * Unlimited Team Members
    * Advanced Analytics
    * Custom Integrations
  </Card>

  <Card title="Support & Services" icon="headset">
    * 24/7 Priority Support
    * Custom Solutions
    * Technical Assistance
  </Card>
</CardGroup>

## Usage Analytics

<Tabs>
  <Tab title="Available Metrics">
    <CardGroup cols={3}>
      <Card title="API Usage" icon="code">
        * Call volume
        * Success rates
        * Usage trends
      </Card>

      <Card title="Storage" icon="database">
        * Total usage
        * Growth rate
        * Capacity metrics
      </Card>

      <Card title="Performance" icon="gauge">
        * Usage percentage
        * Quota tracking
        * Utilization stats
      </Card>
    </CardGroup>
  </Tab>

  <Tab title="Time Periods">
    * Last 30 days analysis
    * Monthly comparisons
    * Historical trends
  </Tab>
</Tabs>

## Payment Management

<CardGroup cols={2}>
  <Card title="Payment Methods" icon="credit-card">
    ### Available Actions

    * View current cards
    * Set default method
    * Add new payment
    * Edit existing cards
    * Remove methods
  </Card>

  <Card title="Card Information" icon="circle-info">
    ### Displayed Details

    * Card type
    * Last four digits
    * Expiration date
    * Default status
  </Card>
</CardGroup>

## Billing Documents

<Tabs>
  <Tab title="Invoice Details">
    Each invoice includes:

    * Document number
    * Issue date
    * Amount details
    * Download options
  </Tab>

  <Tab title="Available Views">
    Access your financial records:

    * Recent transactions
    * Complete history
    * Payment records
  </Tab>
</Tabs>

<Note>
  All financial transactions are secured with enterprise-grade encryption. For special billing requirements or assistance, our support team is available 24/7.
</Note>
