# Setting Up

<figure><img src="/files/ZmWsFSzgEggkJQLT5js2" alt="The &#x22;Agent Group (Beta)&#x22; button is accessible in the left-hand side of the Captivate platform. Click this to access the Agent Group page."><figcaption><p>The "Agent Group (Beta)" button is accessible in the left-hand side of the Captivate platform. Click this to access the Agent Group page.</p></figcaption></figure>

Before you create an Agent Group, you have to access its main menu.

From the left-hand side of the Captivate platform, click **Agent Group (Beta)**.&#x20;

{% hint style="danger" %}
**Agent Groups are still in beta!**

In order to access Agent Groups, you need to activate **Developer Mode** in your settings:

1. Click your profile picture on the upper-right of the Captivate platform.
2. Click **Account Settings**.
3. Enable **Developer Mode**.
4. Refresh the homepage.
   {% endhint %}

<figure><img src="/files/HlZY1vMyJkvKnianEf3s" alt="The &#x22;Agent Groups&#x22; page gives a view of the Total Groups in the platform and the Total Agents used across them. You may click &#x22;+Create Agent Group&#x22; to start creating your own Agent Groups."><figcaption><p>The "Agent Groups" page gives a view of the Total Groups in the platform and the Total Agents used across them. You may click "+Create Agent Group" to start creating your own Agent Groups.</p></figcaption></figure>

Within the **Agent Groups** page, you will see:

* The **Total Groups** or the total number of Agent Groups created in the platform
* The **Total Agents** used across these Agent Groups&#x20;

To start creating your Agent Group, click ![You may click "+Create Agent Group" to start creating your own Agent Groups.](/files/RfvtOUaVzuvkQeaBEbfC)

{% hint style="info" %}
**You can use the same Agents (AI Chatbots) in different Agent Groups**

Depending on the kind of AI Chatbots you have set up, you can attach them to different Agent Groups.&#x20;

For example, a unified **Company Information** bot can be attached to Agent Groups about Sales, Marketing, or Operations. Such configurations could look like:

* **Sales Group:** Company Information, Sales Information
* **Marketing Group:** Company Information, Product Guide, Marketing Collaterals
* **Operations:** Company Information, Service Guide
  {% endhint %}


---

# 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/setting-up.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.
