# AI Agents

**Accessing AI Agents:**

To access your company's agents in our application, 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 first section you see when opening the admin panel.

     <figure><img src="/files/Y4X2PLZYTmGQ1b1CVqkA" alt=""><figcaption></figcaption></figure>
2. **Viewing Agents:**
   * Upon accessing the agents section, you will be presented with a list of agents registered in the system.
   * The list may include agent details such as name, description, and agent engine or type.

     <figure><img src="/files/toekGZa9RuGeOboSEB57" alt=""><figcaption></figcaption></figure>
3. **Filtering Agents:**
   * Use the search bar option to narrow down the list of agents if necessary to help locate the one you are looking for.
4. **Viewing Agent Details:**
   * Click on the agent to view detailed information in the agent editing panel.

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

To watch a video demonstration, click[ ](https://airiskinc.sharepoint.com/:v:/s/ArtificialIntelligenceRisk/EbfiL8tXotZIkfigM0h4u7sBXCNNW-hVMSC9L9565EP8CQ?e=sPz541)[here](https://airiskinc-my.sharepoint.com/:v:/g/personal/vetrimaheswaran_aicrisk_com/EbPzssG9DbVEj94xAUtR31YBYBtN80Ly8IUeCuId0ArxQA?nav=eyJyZWZlcnJhbEluZm8iOnsicmVmZXJyYWxBcHAiOiJPbmVEcml2ZUZvckJ1c2luZXNzIiwicmVmZXJyYWxBcHBQbGF0Zm9ybSI6IldlYiIsInJlZmVycmFsTW9kZSI6InZpZXciLCJyZWZlcnJhbFZpZXciOiJNeUZpbGVzTGlua0NvcHkifX0\&e=CauFNK).

**Note:** Ensure that you have the necessary permissions to access and manage agents. Exercise caution when performing actions that affect user accounts to avoid unintended consequences.

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