# Create an Agent Group

You can use the Captivate platform to create an **Agent Group**. This is a combination of AI Chatbots (Agents) you can attach to Channels. With Captivate's AI Router, an Agent Group connects users to the appropriate AI Chatbot within its system by solely relying on natural language queries.

{% hint style="info" %}
**SUMMARY**

Creating an Agent Group is straightforward. You can do this in a few steps:

1. Click the **Agent Group** button
2. In the list of Agent Groups, click *+Create New Group* to start the process.
3. **Provide basic information:** Provide the name of your Agent Group.
4. **Select Agents:** Click *+Add Agent* to add an AI Chatbot inside your Agent Group.
5. **Set up Agent:** For every Agent you add into the Agent Group:
   1. **Select the AI Chatbot** you need from your list of existing chatbots
   2. Name the **Model Provider** (e.g., OpenAI, Anthropic, etc.)
   3. Give a **Description** of what this specific Agent does
   4. Give an E**xample Query,** or the kind of message the user needs to type in order to get routed into the specific Agent
      {% endhint %}

To start creating an Agent Group, proceed with this next step:&#x20;


---

# 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.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.
