> For the complete documentation index, see [llms.txt](https://docs.aikynetix.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aikynetix.app/aikynetix-support/navigating-the-dashboard.md).

# Navigating the Dashboard

### Main Dashboard

On the main dashboard, you can:

* **Filter Data:**\
  Filter sessions by user, date range, and activity type to focus on specific data segments.
* **Key Metrics Overview:**\
  View a collection of key performance metrics such as average cadence, balance, and speed.
* **Session Statistics:**\
  See statistics for each session, including total time, distance, and count.
* **Comparative Analysis:**\
  Compare metrics across different sessions to identify trends and performance variations.
* **Leaderboard & Insight Comparison:**\
  Check out the leaderboard to see top-performing users and view insights that compare your metrics across sessions.

<figure><img src="/files/j9jcDD8lkzWuty0U2iAe" alt=""><figcaption></figcaption></figure>

***

### Insights

The Insights section provides in-depth analysis and high-level overviews for both your organization and individual clients.

#### Business Overview

This section is designed for the account owner (admin) and includes:

* **Active Clients:**
* **Sessions Completed:**
* **Engagement Rate:**
* **Coaches Overview:**\
  A table showing details for each coach:
  * **Name**
  * **Specialization**
  * **Sessions**
  * **Clients**
  * **Rating**
  * **Engagement Rate**
* **Current Plan:**\
  Displays your current subscription plan details
* **Recent Payments:**\
  A table showing payment history with details such as Subscription type, Date, Total Sum, and Status.

***

#### Client Overview

For individual clients, the dashboard provides similar insights tailored to their activity:

* **Client Metrics:**\
  Overview of the client's session performance and engagement metrics.
* **Session Details:**\
  Specific session statistics, including time, distance, and key performance figures.
* **Comparison Tools:**\
  Visual comparisons to help assess how a client’s metrics evolve over time.

<figure><img src="/files/4FstRpUZ5sndIteHalQO" alt=""><figcaption></figcaption></figure>


---

# 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.aikynetix.app/aikynetix-support/navigating-the-dashboard.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.
