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

# Introduction

> Build, test, deploy, and monitor AI phone agents.

UponAI is a comprehensive platform for building, testing, deploying, and monitoring reliable AI phone agents. The platform supports both inbound and outbound calls, integrates with various telephony providers, and offers robust testing and monitoring capabilities.

<Frame>
  <img src="https://mintcdn.com/uponai/upt1nUEp_pO7JPvW/images/doc-intro.avif?fit=max&auto=format&n=upt1nUEp_pO7JPvW&q=85&s=a5f13b3e4419442488a7a1582dcd3155" alt="UponAI Platform Overview" width="1100" height="397" data-path="images/doc-intro.avif" />
</Frame>

## 🚀 Get Started

<CardGroup cols={2}>
  <Card title="Quickstart" icon="bolt" href="/getting-started/quick-start">
    Create your first phone agent in 5 minutes.
  </Card>

  <Card title="SDKs" icon="code" href="/getting-started/sdk">
    Node.js and Python SDKs to integrate UponAI into your application.
  </Card>
</CardGroup>

## 🛠️ Build

<CardGroup cols={2}>
  <Card title="Setup Conversation Flow Agent" icon="diagram-project" href="/build/conversation-flow/overview">
    Create agents with fine-grained control for structured conversations.
  </Card>

  <Card title="Setup Single / Multi Prompt Agent" icon="pen-to-square" href="/build/prompt-overview">
    Create flexible agents for dynamic conversations using prompt-based configuration.
  </Card>
</CardGroup>

## 🧪 Test

<CardGroup cols={2}>
  <Card title="LLM Playground" icon="flask" href="/Test/index">
    Interactively test and debug your agents in a web-based environment.
  </Card>

  <Card title="Simulation Testing" icon="robot" href="/Test/index">
    Automated testing with simulated conversations to validate agent behavior at scale.
  </Card>
</CardGroup>

## 🚀 Deploy

<CardGroup cols={2}>
  <Card title="Phone Calls" icon="phone">
    Make and receive phone calls with UponAI numbers or your own.
  </Card>

  <Card title="Custom Telephony" icon="server">
    Integrate your own telephony provider via SIP.
  </Card>
</CardGroup>

## 🔍 Monitor

<CardGroup cols={2}>
  <Card title="Webhooks" icon="webhook">
    Set up webhooks to receive real-time events for your calls.
  </Card>

  <Card title="Call Analysis" icon="chart-line">
    Extract insights and metrics from your call history.
  </Card>
</CardGroup>
