> For the complete documentation index, see [llms.txt](https://loggix.gitbook.io/indephr-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://loggix.gitbook.io/indephr-docs/getting-started/dashboard-overview.md).

# Dashboard Overview

### Overview

The dashboard is your central workspace in Indephr. It provides a comprehensive view of your surveys, responses, and reports, allowing you to manage everything from a single place.

Once you log in, you will land on the dashboard, where you can quickly track activity, monitor progress, and take action based on insights.

***

### Purpose of the Dashboard

The dashboard is designed to help you:

* Get a quick overview of all your survey activities
* Monitor survey progress and performance
* Access recent surveys and reports instantly
* Navigate efficiently across different features
* Take action based on real-time insights

It acts as the **starting point for all key actions** within Indephr.

***

### Key Sections of the Dashboard

#### 📊 Summary Cards

At the top of the dashboard, you will find summary cards that provide a quick snapshot of your activity:

* **Open Surveys** – Surveys currently active and collecting responses
* **Scheduled Surveys** – Surveys planned for future release
* **Published Surveys** – Surveys that have been launched
* **New Reports** – Recently generated reports based on responses

These cards help you quickly understand the overall status of your surveys.

***

#### 📋 Recent Surveys

This section displays a list of your most recent surveys with key details such as:

* Survey name
* Created date
* Status (Draft, Published, etc.)
* Scheduled and deadline dates
* Number of recipients
* Number of responses

From here, you can:

* Open and manage a survey
* Track its progress
* Review response activity

A **“+” (Create)** button is also available to quickly start a new survey.

***

#### 📑 Recent Reports

This section shows the latest reports generated from survey responses.

It includes:

* Report date
* Survey name
* Status (Ready, Aborted, etc.)
* Response count
* Overall sentiment score

From here, you can:

* Access detailed reports
* Analyze survey results
* Review insights and performance

***

#### 🧭 Top Navigation Menu

The dashboard includes a navigation bar that allows you to move across key sections of the platform:

* **Dashboard** – Overview of all activities
* **Surveys** – Manage and create surveys
* **Groups** – Organize recipients
* **Calendar** – Schedule surveys and events
* **Reports** – View detailed analytics and insights

This ensures smooth navigation across the application.

***

#### ⚙️ Account & Settings

From the top-right section, you can:

* Access your profile
* Switch organization/workspace (if applicable)
* Manage account settings
* Upgrade your plan

***

### How to Use the Dashboard Effectively

To get the most out of the dashboard:

* Regularly monitor your **survey status** using summary cards
* Use **Recent Surveys** to track progress and manage active surveys
* Review **Recent Reports** to understand insights quickly
* Use navigation to switch between surveys, reports, and groups efficiently
* Take action based on **real-time data and sentiment analysis**


---

# 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://loggix.gitbook.io/indephr-docs/getting-started/dashboard-overview.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.
