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

# Build Your First Phone Agent in 5 Minutes

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

This quickstart walks 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">
    Visit [app.uponai.com](https://app.uponai.com) and sign up for a new account.
  </Step>

  <Step title="Create a new agent">
    * Navigate to the **Agents** tab
    * Click **Create from Template**
    * Browse and select a template
    * Give your agent a name
    * Click **Create Agent**

    <Frame>
      <img src="https://mintcdn.com/uponai/upt1nUEp_pO7JPvW/images/create-agent-from-template.png?fit=max&auto=format&n=upt1nUEp_pO7JPvW&q=85&s=25404a656e9dbc3bb0ccafc0778311be" alt="Create Agent from Template" width="1150" height="725" data-path="images/create-agent-from-template.png" />
    </Frame>
  </Step>

  <Step title="Test your agent">
    Click the **Test** button to interact with your agent in the web interface before going live.
  </Step>

  <Step title="Add your payment method">
    Before buying a phone number, add a payment method to your account.

    Go to the **Billing** tab and click **Change payment methods**.
  </Step>

  <Step title="Deploy to a phone number">
    * Go to the **Phone Numbers** tab
    * Click **Buy New Number**
    * Optionally enter an area code
    * Purchase your number
    * Assign your agent to the number in the configuration settings
  </Step>

  <Step title="Make your first call">
    **Incoming calls:** dial your purchased number.

    **Outbound calls:** click **Make an outbound call** and enter the destination number with country code (e.g., `+12137774445`).
  </Step>
</Steps>

Your agent is now live and can receive incoming calls, make outbound calls, handle natural conversations, and process requests 24/7.

## Next Steps

<CardGroup cols={2}>
  <Card title="Customize your agent" icon="pen" href="/build/prompt-engineering-guide">
    Learn prompt engineering to improve your agent's responses.
  </Card>

  <Card title="Add functions" icon="bolt" href="/build/function-calling-overview">
    Integrate APIs and external services into your agent.
  </Card>

  <Card title="Use the SDK" icon="code" href="/getting-started/sdk">
    Integrate UponAI into your application with Node.js or Python.
  </Card>

  <Card title="Set up the MCP server" icon="server" href="/getting-started/mcp-server">
    Manage agents directly from AI coding tools like Cursor or Claude.
  </Card>
</CardGroup>
