> For the complete documentation index, see [llms.txt](https://docs.aicrisk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aicrisk.com/admin/groups/adding-an-agent.md).

# Adding an Agent

**Adding an Agent to a Group:**

To add an agent to a group in our application, follow these steps:

1. **Accessing the Group Edit Panel:**
   * Log in to the admin panel using your credentials.
   * Navigate to the "Manage Groups" tab in the menu bar.
   * Click on the group to which you want to add an agent. This action opens the group edit panel.

     <figure><img src="/files/3Z4ZSUhWtcs1y68uNRPs" alt=""><figcaption></figcaption></figure>
2. **Navigating to the Agents Section:**
   * Scroll down within the group edit panel to find the "Agents" section.
   * This section displays the agents currently assigned to the group.

     <figure><img src="/files/YBbf55huFum0W9t2Esug" alt=""><figcaption></figcaption></figure>
3. **Identifying the Agent to Add:**
   * In the "Agents" section, locate the agent you wish to add to the group in the dropdown menu.

     <figure><img src="/files/hER2FsFMaDtzG5wyC6PL" alt=""><figcaption></figcaption></figure>
4. **Initiating Agent Addition:**
   * In the "Agents" section, you will find an option to add an agent to the group.
   * Click on the dropdown menu provided to select the agent you want to add.

     <figure><img src="/files/dOIjmgPItJdk5E193Grj" alt=""><figcaption></figcaption></figure>
5. **Confirming Agent Addition:**
   * After selecting the agent, ensure that the correct agent is displayed in the list of agents within the 'Agents' section.
   * Review the selection to verify accuracy.
6. **Finalizing Agent Addition:**

   * Once you have ensured the agent has been added to the group, click save and exit the group editing panel to save the changes.
   * The agent is now added to the group.

   <figure><img src="/files/SQFcaaELc3poh0COciun" alt=""><figcaption></figcaption></figure>

**Note:** Adding an agent to a group allows the group's users to access it. Ensure that you assign agents to groups based on their roles and responsibilities within the organization.

#### Additional Information:

* **Company Admin Privileges**: Please note that only users with company admin privileges can access the admin panel and manage groups.


---

# 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://docs.aicrisk.com/admin/groups/adding-an-agent.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.
