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

# What is an AI phone agent?

> An AI phone agent is software that answers and makes phone calls in a natural human voice, understands what the caller wants, and takes action: booking, transferring, taking payment, or looking things up. Here is how it works and how SmartAlex delivers it.

An **AI phone agent** is software that answers and makes phone calls in a natural, human-sounding voice, understands what the caller means, and then takes real action on the call: booking an appointment, transferring to a person, sending a payment link, or looking up an answer. It is, in plain terms, AI that answers phone calls (and places them) and actually gets things done, not a recording and not a numbered menu.

The difference from older phone automation is conversation. Callers speak in their own words and the agent replies in real time, holds context across the whole call, and completes the task before hanging up. A good AI phone agent feels closer to talking to a capable teammate than navigating a phone tree.

Businesses use AI phone agents to answer every inbound call around the clock, qualify and route leads, and run outbound follow-up at volume. They are especially useful when a missed call is a lost customer, and when call volume spikes past what a small team can pick up.

***

## How an AI phone agent works

An AI phone agent runs a real-time loop for every call: listen, understand, decide, act, speak. The whole cycle happens in well under a second per turn, so the conversation feels natural rather than stilted.

```mermaid theme={null}
flowchart LR
  A[Call connects: caller dials in, or the agent dials out] --> B[Speech to text]
  B --> C[Understands the caller's intent]
  C --> D{Needs an action?}
  D -->|Yes| E[Runs a tool: book, look up, take payment, transfer]
  D -->|No| F[Answers from its knowledge]
  E --> G[Turns the reply into natural speech]
  F --> G
  G --> H[Speaks on the call, then listens again]
  H --> C
```

The moving parts, in order:

* **Speech recognition** turns what the caller says into text as they speak.
* **Language understanding** works out intent (book a viewing, ask about pricing, reach a person) and keeps track of the full conversation.
* **Actions and knowledge** let the agent look things up in its knowledge base or run a tool to do something in the real world.
* **Voice generation** speaks the reply back in a natural voice, then the loop repeats until the call is done.

SmartAlex runs this on its own voice engine built from curated, high-accuracy speech, language, and voice models, kept abstracted so you never have to think about the plumbing. You pick a voice, add your knowledge, switch on the tools you want, and the engine handles the rest.

<Tip>
  An AI phone agent is not the same as a chatbot. A chatbot handles text on a screen. A phone agent handles a live spoken conversation over the phone (or in the browser), with the timing and interruptions that real speech involves.
</Tip>

***

## Inbound vs outbound

The same agent can work in both directions. The distinction is who starts the call.

|                     | Inbound                                                                                                    | Outbound                                                                                          |
| ------------------- | ---------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |
| Who calls           | The customer calls you                                                                                     | The agent calls the contact                                                                       |
| Typical jobs        | Answer questions, book appointments, route to a person, take messages, capture leads 24/7                  | Follow up on leads, confirm appointments, run reminder and re-engagement campaigns, qualify lists |
| Set up in SmartAlex | Attach the agent to a [phone number](/essentials/phone-numbers) or a website [widget](/essentials/widgets) | Build a [campaign](/essentials/campaigns) with a contact list and calling windows                 |
| Add-on              | Included on paid plans with a phone number                                                                 | Outbound Campaigns add-on, \$49/month on Professional (bundled on Enterprise)                     |

<Note>
  Inbound answering works on any paid plan with a phone number. Placing calls out to a list, with multi-step sequences and automatic follow-ups, is the Outbound Campaigns add-on. See [add-ons](/essentials/add-ons) and [pricing](/pricing) for the current figures.
</Note>

***

## What an AI phone agent can do

Answering is table stakes. The value is in the actions it can take mid-call. In SmartAlex you switch these on per agent in Studio, under Tools and Connectors.

* **Book and schedule.** Check availability and create a booking, meeting, viewing, or callback against your connected calendar.
* **Hand off to people.** Transfer the call, do a warm transfer that announces the caller first, forward to a number, or route to a PBX extension.
* **Take payment.** Send a checkout or card link during the call through your connected payment provider, so the caller can pay without leaving the conversation.
* **Look things up.** Answer from the agent's [knowledge base](/essentials/knowledge-base), or run a real-time web search when the answer is not in your knowledge.
* **Reach out and capture.** Send an email, SMS, or WhatsApp, and create a lead or contact in your CRM automatically.
* **Reach your own systems.** Connect apps in one click, or wire up Custom HTTP Tools to any HTTPS endpoint you own (Custom HTTP Tools require the Power Tools add-on).

See the full catalog in [agent tools](/essentials/agent-tools) and [integrations](/integrations).

***

## AI phone agent vs the alternatives

| Capability                 | AI phone agent                   | Voicemail                 | Phone menu (IVR)            | Human staff           |
| -------------------------- | -------------------------------- | ------------------------- | --------------------------- | --------------------- |
| Answers instantly, 24/7    | Yes                              | Records only              | Yes, but menu-driven        | Business hours only   |
| Natural conversation       | Yes                              | No                        | No, press-a-number          | Yes                   |
| Takes action on the call   | Books, pays, transfers, looks up | None                      | Routes only                 | Yes                   |
| Handles many calls at once | Yes                              | Yes, but no help          | Limited                     | One per person        |
| Cost to scale              | Low, per-minute usage            | Low, but loses the caller | Low, but frustrates callers | High, salary per seat |

<Note>
  An AI phone agent is not a replacement for your team so much as a way to make sure no call goes unanswered and no routine task waits. When a call genuinely needs a person, the agent transfers it, with context, rather than dropping the caller into voicemail.
</Note>

***

## How SmartAlex delivers it

SmartAlex is the platform for building, running, and improving AI phone agents without touching any of the underlying voice technology.

<Steps>
  <Step title="Build by chatting">
    In [Studio](/studio/overview) you describe the agent in plain language and Alex, the in-app assistant, proposes the change on a review card. Nothing goes live until you approve it. Alex can even scan your website to give the agent a starter knowledge base.
  </Step>

  <Step title="Give it a voice and a number">
    Pick a voice, then attach a [phone number](/essentials/phone-numbers) for phone calls or drop a [widget](/essentials/widgets) on your site for in-browser voice and chat. The Free plan lets you talk to an agent in the browser to try it; paid plans add telephony and included minutes (see [pricing](/pricing)).
  </Step>

  <Step title="Switch on the actions">
    Turn on the tools and [connectors](/integrations) the agent needs, from calendars and payments to your own APIs, so it can finish the job on the call.
  </Step>

  <Step title="Run inbound and outbound">
    Answer inbound calls around the clock, and run outbound [campaigns](/essentials/campaigns) with sequences and follow-ups. Every call lands in [call logs](/essentials/call-logs) with recordings, and cross-channel replies flow into the [inbox](/essentials/inbox).
  </Step>

  <Step title="Watch and improve">
    Review outcomes in [analytics](/essentials/analytics). After any test call, Studio posts an automatic summary, a quality score, and recommended next steps back into the chat.
  </Step>
</Steps>

For programmatic control, agents can call your own systems through the [MCP server](/mcp/overview) and [Custom HTTP Tools](/guides/http-tools/overview) today. A public REST API and TypeScript SDK are in private beta; contact support for early access.

<Info>
  Our voice stack is deliberately kept abstracted: curated, high-accuracy speech, language, and voice models behind one platform. You get the results without managing vendors, and you can change voices or capabilities without re-plumbing anything.
</Info>

***

## Industries that benefit most

<AccordionGroup>
  <Accordion title="Real estate">
    Capture and qualify every lead the moment it comes in, book viewings against the agent's calendar, and follow up on outbound lists automatically. See [real estate](/use-cases/real-estate).
  </Accordion>

  <Accordion title="Dental and healthcare">
    Answer patient calls 24/7, schedule and confirm appointments, and cut no-shows with reminder calls. See [dental](/use-cases/dental) and [healthcare](/use-cases/healthcare).
  </Accordion>

  <Accordion title="Legal">
    Screen and intake new-matter calls, collect caller details, and route urgent matters to the right person. See [legal](/use-cases/legal).
  </Accordion>

  <Accordion title="Small business">
    Never miss a call while you are on the tools or after hours, and let the agent book jobs and take deposits. See [small business](/use-cases/small-business).
  </Accordion>
</AccordionGroup>

***

## Frequently asked questions

<AccordionGroup>
  <Accordion title="Is an AI phone agent the same as an AI receptionist?">
    An AI receptionist is one common job an AI phone agent does: front-desk answering, routing, and message-taking. The term "AI phone agent" is broader and covers outbound calling and campaigns too. See [what is an AI receptionist?](/guides/what-is-ai-receptionist)
  </Accordion>

  <Accordion title="Can it both answer and make calls?">
    Yes. The same agent handles inbound calls on your number and outbound calls from a campaign. Inbound answering is included on paid plans with a number; outbound campaigns are an add-on.
  </Accordion>

  <Accordion title="What happens when the agent cannot help?">
    You decide the fallback. Most teams have the agent transfer to a person (with a warm handoff that announces the caller), forward to a number, or take a message and create a lead so nothing is lost.
  </Accordion>

  <Accordion title="Do I need a phone number to try it?">
    No. On the Free plan you can talk to an agent in your browser to see how it sounds and behaves. Add a phone number on a paid plan when you are ready to take real calls.
  </Accordion>

  <Accordion title="How is it priced?">
    Plans start free, with Professional at \$99/month for a number and included minutes. Usage beyond your plan is per-minute, and outbound calling is an add-on. See [pricing](/pricing) and [add-ons](/essentials/add-ons) for current figures.
  </Accordion>

  <Accordion title="Will callers know it is AI?">
    You control the greeting and how the agent introduces itself. The voice is natural and the conversation is real-time, so many routine calls complete smoothly. When a caller wants a person, the agent hands off.
  </Accordion>
</AccordionGroup>

***

## Get started

The fastest way to understand an AI phone agent is to build one and call it. Create an agent in Studio, add your knowledge, switch on a couple of tools, and run a test call in the browser. From there, attach a number and go live.

<Card title="Try SmartAlex free" icon="phone" href="https://getsmartalex.com">
  Build an AI phone agent, add your knowledge, and place a test call in minutes.
</Card>

## Related

<CardGroup cols={2}>
  <Card title="What is an AI receptionist?" icon="bell-concierge" href="/guides/what-is-ai-receptionist">
    The front-desk job an AI phone agent does best.
  </Card>

  <Card title="What is an AI voice assistant?" icon="microphone" href="/guides/what-is-ai-voice-assistant">
    The voice AI pipeline behind every phone agent.
  </Card>

  <Card title="Agent tools" icon="wrench" href="/essentials/agent-tools">
    Every action your agent can take on a call.
  </Card>

  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Build and launch your first agent step by step.
  </Card>
</CardGroup>
