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

# Agent Quickstart

> Create your first voice AI agent in 2 minutes with the Ultravox Console.

## Create Agent

<Steps>
  <Step title="Start with the Ultravox Console">
    Go to [Agents](https://app.ultravox.ai/agents).

    <img className="block dark:hidden" src="https://mintcdn.com/fixie-ff99b187/RRU3EPaTCQ6pUNKk/images/screenshots/quickstart-agent-light.png?fit=max&auto=format&n=RRU3EPaTCQ6pUNKk&q=85&s=5075ea371cc6e5d7bae4aac031e72fca" width="2880" height="1604" data-path="images/screenshots/quickstart-agent-light.png" />

    <img className="hidden dark:block" src="https://mintcdn.com/fixie-ff99b187/RRU3EPaTCQ6pUNKk/images/screenshots/quickstart-agent-dark.png?fit=max&auto=format&n=RRU3EPaTCQ6pUNKk&q=85&s=39967822ec3a25f4851e792239bf3b9c" width="2880" height="1604" data-path="images/screenshots/quickstart-agent-dark.png" />
  </Step>

  <Step title="Create a New Agent">
    Click on `New Agent` in the top right corner.
  </Step>

  <Step title="Enter a Name and Prompt">
    Copy & paste the following for the name of your agent:

    ```text theme={null}
    Hello_Steve
    ```

    Next, copy and paste this system prompt:

    ```text theme={null}
    Your name is Steve. You are a world-class conversationalist.
    Ask the person their name and then chat with them.
    ```

    <img className="block dark:hidden" src="https://mintcdn.com/fixie-ff99b187/RRU3EPaTCQ6pUNKk/images/screenshots/quickstart-agent-prompt-light.png?fit=max&auto=format&n=RRU3EPaTCQ6pUNKk&q=85&s=0c683a91ed5f8569aa805be83ef00854" width="2880" height="1604" data-path="images/screenshots/quickstart-agent-prompt-light.png" />

    <img className="hidden dark:block" src="https://mintcdn.com/fixie-ff99b187/RRU3EPaTCQ6pUNKk/images/screenshots/quickstart-agent-prompt-dark.png?fit=max&auto=format&n=RRU3EPaTCQ6pUNKk&q=85&s=8572b2f641f32e451c5d91163a199b99" width="2880" height="1604" data-path="images/screenshots/quickstart-agent-prompt-dark.png" />
  </Step>

  <Step title="Choose a Voice">
    You can keep the default voice, or choose one of the dozens available.

    <img className="block dark:hidden" src="https://mintcdn.com/fixie-ff99b187/RRU3EPaTCQ6pUNKk/images/screenshots/quickstart-agent-voice-light.png?fit=max&auto=format&n=RRU3EPaTCQ6pUNKk&q=85&s=955e702d3ea01c3a8d7016b339fe65e9" width="2880" height="1604" data-path="images/screenshots/quickstart-agent-voice-light.png" />

    <img className="hidden dark:block" src="https://mintcdn.com/fixie-ff99b187/RRU3EPaTCQ6pUNKk/images/screenshots/quickstart-agent-voice-dark.png?fit=max&auto=format&n=RRU3EPaTCQ6pUNKk&q=85&s=52d868ec57c59b0628a898e8c5bb21a6" width="2880" height="1604" data-path="images/screenshots/quickstart-agent-voice-dark.png" />
  </Step>

  <Step title="Talk to Steve">
    Start a call with your agent by clicking the `Test Agent` button on the bottom right.

    Then use the `End Call` button to stop the call.

    <img className="block dark:hidden" src="https://mintcdn.com/fixie-ff99b187/RRU3EPaTCQ6pUNKk/images/screenshots/quickstart-agent-call-light.png?fit=max&auto=format&n=RRU3EPaTCQ6pUNKk&q=85&s=2a42dab4b6e01f979fd3c34762bf2a6d" width="2880" height="1604" data-path="images/screenshots/quickstart-agent-call-light.png" />

    <img className="hidden dark:block" src="https://mintcdn.com/fixie-ff99b187/RRU3EPaTCQ6pUNKk/images/screenshots/quickstart-agent-call-dark.png?fit=max&auto=format&n=RRU3EPaTCQ6pUNKk&q=85&s=5b967e56e278a9f5c98f952ca2630bf1" width="2880" height="1604" data-path="images/screenshots/quickstart-agent-call-dark.png" />
  </Step>
</Steps>

## Next Steps

1. Learn more about all the ways you can [customize agents](/agents/overview) in Ultravox
2. Connect your agent to [phone calls](/telephony/overview) or use it in a [web or native app](/apps/overview)
3. Create a [knowledge base](/tools/rag/overview) (AKA RAG) for your agent to give it specialized knowledge about your product or key topics
