> ## 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 15 minutes

> Build your first Retell AI phone agent in 15 minutes — create an account, pick a template, test in the dashboard, deploy to a phone number, and make a call.

**Retell** is a platform for building, testing, and deploying **AI phone agents** that hold natural conversations over the phone. This quickstart takes you from a new account to a live agent you can call, in about 15 minutes.

<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="Create agent dialog: pick a Single prompt or Conversational flow type, then choose a template such as Receptionist or Multilingual Agent." data-path="images/template.png" />
    </Frame>
  </Step>

  <Step title="Test your agent">
    1. Click the "Test" button to start a web call with 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="Agent editor with the prompt on the left and the 'Test your agent' panel on the right; the Test button is highlighted." 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. It can:

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

## Next steps

Now that your agent works, keep going:

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