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

# Build your first phone agent in 5 minutes

> Step-by-step guide to create, test, and deploy your first AI phone agent with Retell

## Overview

**Retell** is a platform for building, testing, deploying, and monitoring reliable **AI phone agents** that can handle natural conversations over the phone.

This quickstart guide will walk you through:

* Creating your first agent from a template
* Testing it in the web interface
* Deploying it to a real phone number
* Making your first AI-powered phone call

<Steps>
  <Step title="Create Your Account">
    1. Visit the [Retell Dashboard](https://dashboard.retellai.com)
    2. Sign up for a new account
  </Step>

  <Step title="Create a New Agent">
    1. Navigate to the "Agents" tab
    2. Click "Create an agent"
    3. Choose a template

    <Frame>
      <img height="200" src="https://mintcdn.com/retellai/__ejvYecdVsguhU2/images/template.png?fit=max&auto=format&n=__ejvYecdVsguhU2&q=85&s=1ddf6e8bf31ab75d7a1ea26bdf9130e1" alt="Agent template selection screen" data-path="images/template.png" />
    </Frame>
  </Step>

  <Step title="Test Your Agent">
    1. Click the "Test" button to test your agent

    <Frame>
      <img height="200" src="https://mintcdn.com/retellai/rxvYffEkEJPRL1KD/images/dashboard-web-call.png?fit=max&auto=format&n=rxvYffEkEJPRL1KD&q=85&s=0a56f3dd19440d33b3db4e6e95c7fe17" alt="Web calling interface" data-path="images/dashboard-web-call.png" />
    </Frame>
  </Step>

  <Step title="Add your payment method">
    1. Before buying a phone number, you need to add a payment method to your account
    2. Go to the "Billing" tab and click "Change payment methods"

    <Frame>
      <img height="200" src="https://mintcdn.com/retellai/M9QYKZE4hbt00HfL/images/payment_1.png?fit=max&auto=format&n=M9QYKZE4hbt00HfL&q=85&s=0216ea973b2967133cab7323ed62dd03" alt="Billing tab showing payment methods section" data-path="images/payment_1.png" />
    </Frame>

    <Frame>
      <img height="200" src="https://mintcdn.com/retellai/M9QYKZE4hbt00HfL/images/payment_2.png?fit=max&auto=format&n=M9QYKZE4hbt00HfL&q=85&s=acc6fb75cc7c2e0dc1e5269928eb66f5" alt="Payment method configuration dialog" data-path="images/payment_2.png" />
    </Frame>
  </Step>

  <Step title="Deploy to a Phone Number">
    1. Go to the "Phone Numbers" tab
    2. Click "Buy New Number"
    3. (Optional) Enter the area code you want to buy the number for
    4. Purchase your number
    5. Assign your agent to the number in the configuration settings

    <Frame>
      <img height="200" src="https://mintcdn.com/retellai/rxvYffEkEJPRL1KD/images/dashboard-phone.png?fit=max&auto=format&n=rxvYffEkEJPRL1KD&q=85&s=10e0e91bc60d75e7fb980b35b08f026a" alt="Phone numbers dashboard showing number configuration options" data-path="images/dashboard-phone.png" />
    </Frame>
  </Step>

  <Step title="Test Your Phone Agent">
    1. Incoming Calls:
       * Dial your purchased number

    2. Outbound Calls:
       * Click "Make an outbound call"
       * Enter the phone number including the country code (e.g., `+12137774445`)
  </Step>
</Steps>

🎉 Congratulations! Your agent is now live and can:

* Receive incoming calls
* Make outbound calls
* Handle natural conversations
* Process requests 24/7

## Next Steps

Now that you have a working phone agent, explore these resources to enhance your implementation:

<CardGroup cols={2}>
  <Card title="Customize Your Agent" icon="wand-magic-sparkles" href="/build/prompt-engineering-guide">
    Learn prompt engineering techniques to improve your agent's responses
  </Card>

  <Card title="Add Functions" icon="code" href="/build/single-multi-prompt/function-calling">
    Integrate APIs and external services into your agent
  </Card>

  <Card title="Monitor Performance" icon="chart-line" href="/features/analytics-dashboard">
    Track call metrics and analyze agent performance
  </Card>

  <Card title="Production Best Practices" icon="shield-check" href="/reliability/reliability-overview">
    Ensure reliability and optimize for production use
  </Card>
</CardGroup>
