# Adding a New Agent

**Adding a New Agent:**

To add a new agent to your company, follow these steps:

1. **Navigating to the Agents Section:**
   * Log in to the admin panel using your credentials.
   * Look for the "Agents" tab in the menu bar or navigation panel. It should be the second option.
   * Click on the "Agents" tab if necessary to access the agent's section.

     <figure><img src="/files/8Gx1JTJU2B1sCqOranRx" alt=""><figcaption></figcaption></figure>
2. **Accessing the Create New Agent Panel:**
   * Within the Agents section, locate the button labeled "Add New Agent".

     <figure><img src="/files/isgeJMpznHdUzg2JK0xR" alt=""><figcaption></figcaption></figure>
   * Click on the "Add New Agent" button to access the Create New Agent panel.

     <figure><img src="/files/srYHKieL56kvTUw4WMq6" alt=""><figcaption></figcaption></figure>
3. **Creating the New Agent:**
   * Within the Create New Agent panel, enter the new agent details. There are two sections to review.
     1. General Settings - To learn more about general settings click [here](/admin/ai-agents/adding-a-new-agent/general-settings.md).

        <figure><img src="/files/dq6n9fTA2ejMgiRdMmvT" alt=""><figcaption></figcaption></figure>
     2. Advanced Settings - To learn more about advanced settings click [here](/admin/ai-agents/adding-a-new-agent/advanced-settings.md).

        <figure><img src="/files/PtW85iAE1TkVVSZ4eU3w" alt=""><figcaption></figcaption></figure>
4. **Finalizing the New Agent:**

   * After entering the required information, review it for accuracy.
   * Once satisfied, click save and exit the create new agent panel to save the changes.

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

To watch a video demonstration, click [here](https://airiskinc-my.sharepoint.com/:v:/g/personal/vetrimaheswaran_aicrisk_com/Eb80tfo32adKtGsFXw7H3KgBmeMTWxU6xCRv1CJYU_6SOA?nav=eyJyZWZlcnJhbEluZm8iOnsicmVmZXJyYWxBcHAiOiJPbmVEcml2ZUZvckJ1c2luZXNzIiwicmVmZXJyYWxBcHBQbGF0Zm9ybSI6IldlYiIsInJlZmVycmFsTW9kZSI6InZpZXciLCJyZWZlcnJhbFZpZXciOiJNeUZpbGVzTGlua0NvcHkifX0\&e=O57zwk).

#### Additional Information:

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


---

# 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://docs.aicrisk.com/admin/ai-agents/adding-a-new-agent.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.
