# Dashboard

### Overview&#x20;

* The patient dashboard offers a comprehensive overview of their progress, including mood tracking, goal management, diary entries, and appointment scheduling.&#x20;
* With features for recording daily activities and setting goals, patients can monitor their health journey efficiently while providers and admins can access their information for better patient care.
* In the patient dashboard, there are three tabs: Overall, Goal, Mood, and Diary.

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

### 📅 Overall Tab

<figure><img src="/files/23s6HSQf6rh1UGNnBw6H" alt=""><figcaption><p>Overall Tab</p></figcaption></figure>

* **Analytical Report:** Shows progress based on set goals. Patients track progress linked to the first four goals on the overall tab.
* **Today's Mood**: Tracks current mood.
* **Calendar:** Displays recent and upcoming appointments.
* **Today's Diary:** Records daily activities and updates.
* **Follow-Up**: Follow-up appointments are displayed as cards on the patient's dashboard with details like provider name, case number, and a "Book Now" button.
* **Upcoming Appointment**: Lists scheduled appointments. The lists all your upcoming appointments in chronological order. You can quickly see when your next appointment is scheduled and make sure you don't miss it.

### Mood Tab

<figure><img src="/files/iYg1wVY5sNOGQejey5br" alt=""><figcaption><p>Mood Tab</p></figcaption></figure>

* Weekly mood chart displayed in a calendar format
* Mood entries appear in the calendar when added
* Stores history of mood entries for reference
* Filter by date range for specific mood records
* Record mood data weekly to track emotional well-being
* Add new mood entries to monitor changes over time
* When adding mood:
  1. Pop-up displays to enter mood (e.g., annoyed, angry)
  2. Select reason for mood
  3. Write description (optional)
  4. Submit the data

### 🎯Goal Tab&#x20;

* List of goals with details: goal name, cycle, value, start date, end date, action (edit, view)
* Patients track progress linked to the first four goals on the overall tab.
* Filter out the data from date range filter.
* When adding goal:
  1. Pop-up displays to enter goal
  2. **Goal Name:** Enter the name of your goal.
  3. **Value:** Specify the numerical value of your goal.
  4. **Unit:** Define the unit of measurement for your goal (e.g., hours, pounds, dollars).
  5. **Cycle:** Choose the cycle duration for your goal (e.g., daily, weekly, monthly).
  6. **Goal Start Date:** Select the start date for your goal.
  7. **End Date:** Choose the end date for your goal.
  8. **Description:** Optionally, provide a description or additional details about your goal.
  9. Click on the "Submit" button to save your goal.

### 📝 Diary Tab

* The patient diary such as a personal journal to record daily activities and routines.
* The add-diary section includes calendar and notes section.
* Following that, the diary part contains the add-diary section, through which a patient can add the notes he added.


---

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