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

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