# Dashboard

Once users log in to the Testwheel platform, they are directed to the **Dashboard**, which serves as the central hub for navigating and interacting with various features of the application. The Dashboard is designed to offer a clear, concise, and user-friendly interface that provides quick access to critical information and tools based on the user’s role and permissions.<br>

<figure><img src="/files/uBg3UlMsnXTPBYAhq1TE" alt=""><figcaption><p><kbd><strong>Dashboard Page</strong></kbd></p></figcaption></figure>

The image above showcases the Testwheel Dashboard page, which provides a structured and intuitive layout for seamless navigation and quick insights.On the **left-hand side**, users will find a vertical navigation panel that lists all the core **modules** of the application, enabling easy access to different functionalities such as Application Management, Test Management, User Management, Reports, and more.\
\
The **main dashboard area** features **four dynamic graphical widgets**, each representing a key performance or usage metric:

1. **Test Result Summary -** Displays a visual breakdown of recent test outcomes, such as Passed, Failed, Blocked, or In Progress, helping users track test execution at a glance.\ <br>

   <figure><img src="/files/1KMn3AYdbVqUK4MW0Uhu" alt=""><figcaption><p><kbd><strong>Test Result Summary Graph</strong></kbd></p></figcaption></figure>

2. **Overall Result Summary -** Provides an aggregated view of test results across all modules or selected filters, offering a high-level perspective on testing effectiveness.<br>

   <figure><img src="/files/EmbHj6jF1j2L1BSMbiDG" alt=""><figcaption><p><kbd><strong>Overall Result Summary Graph</strong></kbd><br></p></figcaption></figure>

3. **Application Summary -** Highlights test-related data specific to individual applications within the system, helping users monitor app-wise performance and coverage.<br>

   <figure><img src="/files/liEr4mDAnZgyCq0c5q5N" alt=""><figcaption><p><kbd><strong>Application Summary Graph</strong></kbd><br></p></figcaption></figure>

4. **Organization User Status -** Visualizes user activity and status across the organization, including active vs. inactive users, roles distribution, and recent logins.<br>

   <figure><img src="/files/FpjUvJJawD71p54Azzyl" alt=""><figcaption><p>Organization User Status Graph</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.testwheel.com/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.
