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

# Create an AI Agent Using a Template

> Discover how to effortlessly create an AI agent with a pre-defined template in Verbex

<Note>
  **What you'll learn**

  * How to create an AI agent using a template
  * How to configure the agent with a pre-defined template
</Note>

Starting from scratch when creating an AI agent can be overwhelming and confusing. Using a pre-defined template is a more efficient approach, providing a clearer understanding of the process.

In Verbex, you have the option to create an AI agent using a pre-defined template. You can choose from templates available in both Simple and Agentic modes.

## Steps to Create an AI Agent from a Template

1. Navigate to the AI agent page.

<Frame>
  <img src="https://mintcdn.com/hishabsingaporepteltd/Bd-nkhA8cT0nKgAS/images/basics/create_agent.png?fit=max&auto=format&n=Bd-nkhA8cT0nKgAS&q=85&s=a233c161836e87a85d6419f1fd9c880f" alt="Create AI Agent from Template" height="400" width="600" data-path="images/basics/create_agent.png" />
</Frame>

2. Click the "Create AI Agent" button.
3. Choose the mode: Simple or Agentic.
4. For Simple agents, you will see the following templates:

<Frame>
  <img src="https://mintcdn.com/hishabsingaporepteltd/Bd-nkhA8cT0nKgAS/images/basics/simle_agent_templates.png?fit=max&auto=format&n=Bd-nkhA8cT0nKgAS&q=85&s=2469d61f9bf9999f545bd50bf54452fd" alt="Create AI Agent from Template" height="400" width="600" data-path="images/basics/simle_agent_templates.png" />
</Frame>

5. For Agentic agents, you will see the following templates:

<Frame>
  <img src="https://mintcdn.com/hishabsingaporepteltd/Bd-nkhA8cT0nKgAS/images/basics/agentic_agent_templates.png?fit=max&auto=format&n=Bd-nkhA8cT0nKgAS&q=85&s=8369ee6495d129135005698d23224059" alt="Create AI Agent from Template" height="400" width="600" data-path="images/basics/agentic_agent_templates.png" />
</Frame>

6. After selecting your desired template, you can modify prompts, tools, and other configurations.

<Frame>
  <img src="https://mintcdn.com/hishabsingaporepteltd/Bd-nkhA8cT0nKgAS/images/basics/agent_template_example.png?fit=max&auto=format&n=Bd-nkhA8cT0nKgAS&q=85&s=2d8af6b2d173618e460a9807b6e7c50e" alt="Create AI Agent from Template" height="400" width="600" data-path="images/basics/agent_template_example.png" />
</Frame>

<Note>
  More templates will be added in the future to expand your options.
</Note>

<CardGroup cols={2}>
  <Card title="Choose a Template Based on Your Needs" icon="tag">
    Select a template that closely matches your requirements for a more tailored experience.
  </Card>

  <Card title="Customize Prompts, Tools, and Configurations" icon="wrench">
    Adjust the prompts, tools, and configurations to better suit your specific needs.
  </Card>

  <Card title="Conduct Thorough Testing" icon="check-circle">
    Ensure the agent functions as expected by conducting comprehensive tests.
  </Card>
</CardGroup>
