# Dashboard

Overview

1. The dashboard is the first page of the Admin Panel that an admin views after login.
2. &#x20;It provides a central hub for navigating key functionalities and accessing important information.

## Dashboard For Admin

Here, you can access important information such as total patients, appointments, missed appointments, new user registrations.

<figure><img src="/files/dpQVDRk3e7dem5XbJXxH" alt=""><figcaption><p>Dashboard</p></figcaption></figure>

### Revenue

Total number of revenue generated from the platform.<br>

<figure><img src="/files/VqIlfKj9mOou58cKOGuI" alt=""><figcaption><p>Total Revenue</p></figcaption></figure>

### **Patient**

Total number of patients who registered on the platform.

<figure><img src="/files/QTRjHTziDr9D0rCeLvCb" alt=""><figcaption><p>Total Patient</p></figcaption></figure>

### **Appointment**

Total number of appointments which is booked by the patient, admin. It contains the upcoming and completed status of the appointment.

<figure><img src="/files/rZLyxM1CNGtga7QMOaGy" alt=""><figcaption><p>Total Appointment</p></figcaption></figure>

### **Missed Appointment**

It displays the number of missed appointments by the patient, provider and both

<figure><img src="/files/qF7rb7CQd9IcnXQ9j7M2" alt=""><figcaption><p>Missed Appointment</p></figcaption></figure>

### **Analytics**

&#x20;Here, you can see the analytical graph of appointments and new users.

1. **Appointment**

* The system generates bar graphs representing the number of completed or cancelled appointments within the selected time interval.
* Each bar on the graph corresponds to a specific time period (e.g. last 1 week, last 15 days, last 1 month, last 6 months), depending on the chosen interval.
* Admin can access a detailed insight about the appointment within the platform by clicking on the "**View Full Report**" button in the admin panel.

<figure><img src="/files/PpG7xDNboeHU4eWWhLoB" alt=""><figcaption><p>Appointment</p></figcaption></figure>

2. **New User**

* The system generates a bar graph representing the number of new registrations within the selected time frame for patients, consulting providers, and referring providers.
* Each category (patients, consulting providers, referring providers) is represented by a different color on the graph.
* Each bar on the graph corresponds to a specific time period (e.g. last 1 week, last 15 days, last 1 month, last 6 months), depending on the chosen interval.
* Admin can access a detailed insight about the and new users within the platform by clicking on the "**View Full Report**" button in the admin panel.

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

### **Calendar**

* It will contain a calendar that shows the availability of the service provider in day, week and month.
* Users can disguise with colour when the service provider is available colours are blue and the colour is yellow which means the service provider is booked in that slot.
* Further users can book an appointment for an available slot.

<figure><img src="/files/AqWBCT7deLC5L0Y2DH0y" alt=""><figcaption><p>Calendar</p></figcaption></figure>

### Onboarding Guidelines

* Users can access the onboarding guidelines by clicking the **rocket icon** on the admin dashboard. These guidelines will help you set up the platform's basic steps efficiently.
* **Set Up Appearance**
  * Upload your logo and choose theme colours for the platform.
  * Access the Appearance section via the **"Set Up"** button.
* **Set Up Clinic**
  * Enter clinic details, locations, and domain settings.
  * Click **"Set Up"** to configure your clinic.
* **Set Up Services**
  * Add services, set fees, and assign them to clinics.
  * Use the **"Set Up"** button to manage services.
* **Set Up Providers**
  * Add and manage healthcare providers.
  * Click **"Set Up"** to proceed.
* **Book Appointment**
  * Learn how to book appointments by switching to a patient’s view.
* **Connect with Your Domain**
  * Link your custom domain for a seamless, branded experience.
  * Click **"Connect Domain"** and follow the instructions.
* **Copy Code to Link on Your Website**
  * **Booking Feature**: Click the copy icon next to **"Book Appointment"**, and share the code with your developer to embed it.
  * **Login Feature**: Click the copy icon next to **"Login"**, and provide the code to your developer.
  * **Sign-Up Feature**: Click the copy icon next to **"Sign Up"**, and share it for integration with your website.

<figure><img src="/files/jXElchS4EzpkwNAFi8wk" alt=""><figcaption><p>Onboarding Guideline</p></figcaption></figure>


---

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