# User Activity

### Overview

The User Activity section within the admin panel serves as a comprehensive record keeper, providing insights into the actions performed by users across the platform.

### **Recorded Activities**

* **Action Tracking**: The module records various actions taken by users, including logging in, scheduling appointments, updating profiles, and more.
* **Timestamps**: Each action is timestamped with the date and time it occurred, providing a chronological view of user activity.
* **Location Details**: User activity logs also include the location based on the user's IP address, offering insights into user engagement across different regions.
* **User Type Identification**: Users are categorized based on their role, such as referring provider, consulting provider, patient, or admin.
* **User Identification**: The name of the user associated with each action is recorded, facilitating accountability and tracking.

<figure><img src="/files/r9b1YxxcIcC4IwhoTCVq" alt=""><figcaption><p>User Activity</p></figcaption></figure>

### **Search and Filter Functionality**

* **Keyword Search**: Utilize the search bar to enter keywords related to specific actions or user names, enabling quick retrieval of relevant activity logs.
* **Filtering Options**: Admins can filter user activity data based on clinics, users, and activity dates, allowing for focused analysis and monitoring.


---

# 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.omnivatelehealth.com/admin/reports/user-activity.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.
