# Create New Agent Group

<figure><img src="/files/z4UOrOHDf2M2yHHpj5Fb" alt="After clicking &#x22;+Create New Agent Group&#x22; a &#x22;Create New Agent Group&#x22; popup window will appear. This will initially appear empty except the option to fill out Group Name, and clicking &#x22;+Add Agent&#x22; will start populating the popup with the option to add Agents."><figcaption><p>After clicking "+Create New Agent Group" a "Create New Agent Group" popup window will appear. This will initially appear empty except the option to fill out Group Name, and clicking "+Add Agent" will start populating the popup with the option to add Agents.</p></figcaption></figure>

When you click *+Create New Agent Group*, this **Create New Agent Group** popup will appear.

Fill out the **Group Name**, which will represent your Agent Group. This will be the name you have to locate if you want to use the Agent Group as an AI Chatbot in your Channels.

## Add Agent

In order to add a new AI Chatbot into your Agent Group, click ![Click "+Add Agent" within the "Create New Agent Group" to start adding AI Chatbots as Agents in the Agent Group you are currently working on](/files/ioY13Wfj3q3VkrXjRcRL)

This will expand the ***Create New Agent Group*** popup to reveal a new interface.

<figure><img src="/files/Fk6UnkIekWojwrLTexnz" alt="Click &#x22;+Add Agent&#x22; to start adding agents to your Agent Group in the &#x22;Create New Agent Group&#x22; popup. Click &#x22;+Add Agent&#x22; as many times as you need to add as many AI Chatbots in your Agent Group as needed, provided you fill out the necessary information."><figcaption><p>Click "+Add Agent" to start adding agents to your Agent Group in the "Create New Agent Group" popup. Click "+Add Agent" as many times as you need to add as many AI Chatbots in your Agent Group as needed, provided you fill out the necessary information.</p></figcaption></figure>

After clicking ***+Add Agent***, the popup expands to reveal more fillable information. Please provide the following:

* **Select Chatbot:** Choose the AI Chatbot you want to add into the Agent Group. It has to be a pre-existing AI Chatbot you already created.
* **Agent Name:** Give your AI Chatbot an Agent Name to be used in the context of this Agent Group.
* **Model Provider (Optional):** Give a Model Provider of the AI Chatbot you've chosen for easy tracking in your dev team - this can be OpenAI, Anthropic, etc.
* **Description:** Describe the function of your AI Chatbot within this Agent Group. How will it help users compared to your other bots inside this Agent Group?
* **Example Queries:** Add examples of chats from users that this AI Chatbot will normally answer. This will teach the Agent Group to start routing users to this AI Chatbot if they spot questions that follow the pattern of your queries.&#x20;

Repeat the process by clicking ***Add Agent*** to add as many AI Chatbots as your Agent Group needs.

## Finish your Agent Group setup

When done, click ![Finish your Agent Group set up by clicking "Create Group" after filling out everything inside the "Create New Agent Group" popup](/files/MozGYesSafMM2VWdMlDD)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://manual.captivatechat.ai/start-creating/create-an-agent-group/create-new-agent-group.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
