# Data Reports

### Report Management

The Reports Management section in the admin panel is designed to track user activity and monitor the overall status of the system.&#x20;

The admin can find valuable information here, such as the number of  appointments, revenue, and registered providers.

<figure><img src="/files/l4I05Xsn8LiUwcL36mGo" alt=""><figcaption><p>Report</p></figcaption></figure>

### Analytical Report

* The admin will find various reports available, including the New Users Report, Appointment Report, and Service Provider Report.
* If the status New users then admin finds the analytical bar graph of the new users registered in the platform such as consulting provider, referring provider and patient to distinguish with the different colors.

<figure><img src="/files/ITzhZ3UTbR5Qcxe0QSZ1" alt=""><figcaption><p>New User</p></figcaption></figure>

* If the status is appointment then admin can find the analytical bar graph of appointment with complete and cancelled appointment.
* If the status is revenue then admin can analyze the graph through date and revenue generated.

### **List view**&#x20;

1. **New users:** View the list of new user displayed, encompassing name of registered users, type(whether the user is patient, consulting provider and referring provider), Date of sign up.
2. **Appointment:** View the list of revenue displayed, encompassing Date & slot, Family Name, Patient Name, Service Provider Name, Service Name, Amount, Transaction Status
3. **Revenue:** View the list of revenue displayed, encompassing  Patient Name, Service Provider Name, Date Of Payment, Revenue Amount, Transaction Amount.

### **Search, Filter and Export functionality**

Admin can conveniently search by name. Admins can filter based on clinic name.

Exporting data facilitates comprehensive analysis of new users, appointments, revenue, transactions and average revenue.


---

# 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/data-reports.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.
