# Users

**Accessing Users:**

To access your company's users in our application, follow these steps:

1. **Navigating to the Users Section:**
   * Log in to the admin panel using your credentials.
   * Look for the "Manage Users" tab in the menu bar or navigation panel.
   * Click on the "Manage Users" tab to access the users' section.

     <figure><img src="https://2455207419-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnZwCwAN15BUJcXMA5avi%2Fuploads%2FLlopfJrT5ewcOhDsJSGf%2Fimage.png?alt=media&#x26;token=b95fdc3c-8a55-4ce5-9a2e-e2f248d90f93" alt=""><figcaption></figcaption></figure>
2. **Viewing Users:**
   * Upon accessing the users section, you will be presented with a list of users registered in the system.
   * The list may include user details such as email addresses and first and last names.

     <figure><img src="https://2455207419-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnZwCwAN15BUJcXMA5avi%2Fuploads%2F3RDRNfnMgqg0TtPtAevR%2Fimage.png?alt=media&#x26;token=f097f1ca-e525-4651-926a-038658a8a4e6" alt=""><figcaption></figcaption></figure>
3. **Filtering Users:**
   * Use the search option to narrow down the list of users based on specific criteria such as email address, first name, or last name.

     <figure><img src="https://2455207419-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnZwCwAN15BUJcXMA5avi%2Fuploads%2Fp8n0Alwes4bwgtLocWDS%2Fimage.png?alt=media&#x26;token=c9c4edf2-c73b-4a6f-9b84-567d36cd1356" alt=""><figcaption></figcaption></figure>
4. **Viewing User Details:**
   * Click on the user to view detailed information in the user panel.
   * This includes personal details, company roles, and assigned groups and agents.

     <figure><img src="https://2455207419-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnZwCwAN15BUJcXMA5avi%2Fuploads%2FlkHN7KsqjTNGyBFUZ1cm%2Fimage.png?alt=media&#x26;token=6191f733-7c1c-46cc-8573-edda7b23dd57" alt=""><figcaption></figcaption></figure>

**Note:** Ensure that you have the necessary permissions to access and manage user accounts. 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 users.


---

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