> For the complete documentation index, see [llms.txt](https://manual.captivatechat.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.captivatechat.ai/start-creating/create-an-agent-group/create-new-agent-group.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
