# Create your first agent (/en/ai/studio/quickstart)

> For AI agents: see the complete documentation index at [llms.txt](/llms.txt).

This page guides you through creating and testing your first AI voice agent. In less than 10 minutes, you will have a working agent that you can speak to in the browser. No telephony setup is required.

<CalloutContainer type="success">
  <CalloutTitle>
    Prefer natural language?
  </CalloutTitle>

  <CalloutDescription>
    Use [Concierge](build/concierge) to build and test an agent by describing what you want instead of following the steps below.
  </CalloutDescription>
</CalloutContainer>

## Create an agent

To create your first agent:

1. Log in to [Agora Console](https://console.agora.io).

2. Select your project from the dropdown at the top of the page. The agent uses this project's credentials to connect to Agora. Agora bills the usage to this project.

3. In the navigation sidebar, select **Agents**.

   ![List of agents](https://assets-docs.agora.io/images/console/agent-list.png)

4. Select **Create Agent**.

    <img alt="Create a new agent" src="https://assets-docs.agora.io/images/console/create-agent.png" width="600"  />

5. Enter a name for your agent.

6. Under **Choose a template**, select the **Blank Template**.

7. Select **Create Agent**.

   The agent editor opens with a system prompt and pre-configured model settings.

   ![](https://assets-docs.agora.io/images/console/agent-editor-prompt.png)

## Configure your agent

The agent editor is organized into multiple tabs. For the quickstart, you only need to review the **Prompt** tab and the **Models** tab.

### Review the prompt

The agent editor opens with the following prompts:

* **System prompt**: The base instructions that shape how your agent thinks, speaks, and escalates.
* **Greeting**: The first assistant message before the live exchange starts. Type in a greeting such as `Hello, how can I help you today?`
* **Failure message**: The fallback message used when the agent needs a moment or cannot proceed.

### Review selected models

Models determine which ASR, LLM, and TTS services your agent uses to process speech, generate responses, and synthesize voice output.

1. Select the **Models** tab.

   ![](https://assets-docs.agora.io/images/console/agent-editor-models.png)

2. Review the pre-selected models for &#x2A;*Automatic Speech Recognition (ASR)**, &#x2A;*Large Language Model (LLM)**, and &#x2A;*Text-to-Speech (TTS)**. Use the default values to create your first agent.

The default models support **Agora Managed Key**. When you use a managed key, Agora provides the API credentials for your selected vendor. You do not need to obtain an API key directly from the vendor. See [Pricing](../reference/pricing) for details. To use your own API key or use a vendor that does not support a managed key, see [Customize your agent](build/customize-agent).

## Test the agent

1. Select the **Test** tab in the right panel.
2. Select **Start Call** to start a test call.
3. Allow microphone access when prompted.
4. Speak to the agent to verify it responds correctly.

For guidance on what to test and how to troubleshoot issues, see [Test your agent](build/test-agent).

## Next steps

You now have a working voice agent. From here you can:

* [Customize your agent](build/customize-agent): Fully configure models, prompts, and advanced settings for your use case
* [Manage integrations](build/integrations): Manage API credentials, knowledge bases, MCPs, custom tools, and connectors for reuse across agents
