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

# Outbound Phone call integration

> Learn how to integrate AI-powered outbound phone calls into your application

## Overview

Levers AI Phone Calls enable automated collections and customer communication through advanced voice AI.

<CardGroup cols={2}>
  <Card title="Prerequisites" icon="shield-check">
    Complete the [Quickstart](/quickstart) guide to get your API credentials and
    set up authentication.
  </Card>

  <Card title="Use Cases" icon="lightbulb">
    Automated collections, payment follow-ups, and customer communication.
  </Card>
</CardGroup>

## Integration Flows

Choose the flow that matches your use case:

<CardGroup cols={2}>
  <Card title="Call single number" icon="user" href="/ai-integration/call-single">
    Initiate AI calls to a single phone number.

    Use this if the single call is meant to be automated based on user actions (like a sign-up or a form submission).

    **Best for**: Real-time automated responses, lead follow-ups, and 2FA/verification alerts.
  </Card>

  <Card title="Call bulk numbers" icon="users" href="/ai-integration/call-bulk">
    Dispatches AI calls to a list of several phone numbers via campaigns.

    This focuses on the business value of reaching a large audience simultaneously.

    **Best for**: High-volume marketing campaigns, mass announcements, and scheduled outreach to lead lists.
  </Card>
</CardGroup>
