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

# Create Your First Agent

> Step-by-step guide to create your first agent on Diga

Diga makes it easy to create conversational agents that can handle calls naturally. In this quick guide, we'll show you:

* How to create a new agent on the Diga platform.
* How to configure the agent basics.
* How to assign a phone number to the agent.
* How to test your agent by making a call.

> **Don't have an account?** [Sign up here](https://app.diga.io/dashboard) to get started.

## Steps to Create Your First Agent

<Steps>
  <Step title="Create a new agent">
    1. Navigate to "Agent" in the left sidebar.
    2. Click the "Create Agent" button.

    <Frame>
      <img src="https://mintcdn.com/diga/xKWg5W37UL9-MZ81/images/Agentes%20empty%20state.png?fit=max&auto=format&n=xKWg5W37UL9-MZ81&q=85&s=e737d3462a80ad9f670da8aced10a8ee" alt="Create agent" width="1430" height="960" data-path="images/Agentes empty state.png" />
    </Frame>
  </Step>

  <Step title="Enter the agent's basic information">
    1. Choose between "Single Prompt Agent" or "Conversational Path Agent".
    2. Enter the name and description.
    3. Select the language and voice.
    4. Click "Get Started".

    <Frame>
      <img src="https://mintcdn.com/diga/xKWg5W37UL9-MZ81/images/Crea%20un%20agente%201.png?fit=max&auto=format&n=xKWg5W37UL9-MZ81&q=85&s=0ae8fa3fd836e597c300be765ca059b1" alt="Create agent" width="1430" height="959" data-path="images/Crea un agente 1.png" />
    </Frame>
  </Step>

  <Step title="Customize the agent's behavior">
    1. Configure the prompt or conversational flow depending on the agent type selected.
    2. Adjust additional settings like tone and style.

    <Frame>
      <img src="https://mintcdn.com/diga/5WJ7DCPPeyMq2XKq/images/agente-prompt-hecho.png?fit=max&auto=format&n=5WJ7DCPPeyMq2XKq&q=85&s=d6d2222cbd32e7d65f29153fe77d5697" alt="Configure agent" width="2880" height="1800" data-path="images/agente-prompt-hecho.png" />
    </Frame>
  </Step>

  <Step title="Publish the agent to a phone number">
    1. Click "Create Version" in the upper right corner.
    2. Select "Publish when creating version".
    3. Select an existing number or [purchase a new one](/en/telephony/buy-numbers).
    4. Click publish.

    <Frame>
      <img src="https://mintcdn.com/diga/5WJ7DCPPeyMq2XKq/images/publicar-agente.png?fit=max&auto=format&n=5WJ7DCPPeyMq2XKq&q=85&s=a1db5e974f60250c80fc8c3f2c0df29f" alt="Publish agent" width="1326" height="913" data-path="images/publicar-agente.png" />
    </Frame>
  </Step>
</Steps>

<Icon icon="party-popper" iconType="solid" /> Congratulations! You've created and published your first agent on Diga. This agent is ready to receive calls on the assigned number.

## Next Steps

Now that you've created your first agent, you can explore the following guides to improve and customize your agent according to your use case:

<Columns cols={2}>
  <Card title="Build Effective Prompts" icon="wand-sparkles" href="/en/build/agents/single-prompt">
    Improve your agents' effectiveness with better prompts.
  </Card>

  <Card title="Use Conversational Paths" icon="https://mintcdn.com/diga/8ytXWoW-xL71V8MR/icons/dataflow-04.svg?fit=max&auto=format&n=8ytXWoW-xL71V8MR&q=85&s=03d07d28aec6c86382aafe2844647877" href="/en/build/agents/conversational-paths" width="24" height="24" data-path="icons/dataflow-04.svg">
    Build complex flows for advanced interactions.
  </Card>
</Columns>

<Card title="Add External Integrations" icon="cable" href="/en/build/integrations/introduction">
  Connect your applications to your agents.
</Card>
