> ## Documentation Index
> Fetch the complete documentation index at: https://docs.p36-csq.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Dashboard

> Monitor and track your cloud service qualifications

<div className="not-prose mb-8">
  <div className="p-6 rounded-xl bg-gradient-to-r from-[#00D4AA]/10 to-transparent border border-[#00D4AA]/20">
    <div className="flex items-center gap-3">
      <div className="p-2 rounded-lg bg-[#00D4AA]/20">
        <svg className="w-5 h-5 text-[#00D4AA]" fill="none" stroke="currentColor" viewBox="0 0 24 24">
          <path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z" />
        </svg>
      </div>

      <span className="text-slate-600 dark:text-slate-400">
        Central hub for tracking qualifications, deviations, and test executions
        across all your use cases.
      </span>
    </div>
  </div>
</div>

## Overview

The Dashboard area is visible to every user with access rights to the Cockpit. It serves as the monitoring section where you'll find all your information about the use cases.

<Info>
  The dashboard provides real-time insights into your cloud service
  qualifications and is the central hub for monitoring activities.
</Info>

## Overview of All Use Cases

By clicking on the Dashboard tile, you will open the component and see a list of all use cases created. This overview gives you the most important information about each use case.

### Key Information Displayed

* **Use Case Name**: Identifier for each use case
* **Version**: Version of the use case
* **Status**: Visualization of deviations in time slices

<video autoPlay loop muted playsInline className="w-full aspect-video rounded-xl" src="https://mintcdn.com/csq/OVLrH_JrQyHV1OVG/videos/Dashboard_Use_Case.mp4?fit=max&auto=format&n=OVLrH_JrQyHV1OVG&q=85&s=afd074d2e3928160fbba94324866385f" data-path="videos/Dashboard_Use_Case.mp4" />

<Steps>
  <Step title="Access Dashboard">
    Click on the Dashboard tile from the main navigation
  </Step>

  <Step title="View Use Cases">
    Browse through all created use cases in the list view
  </Step>

  <Step title="Select Use Case">
    Click on a specific use case to get detailed information
  </Step>
</Steps>

## Dashboard Details

When you are in the Dashboard component and click on a use case, it opens a new section with a menu on the left-hand side.

### Menu Components

* **Dashboard Details**: View main information about the selected use case
* **Deviations**: Access all deviations associated with the use case

<Tabs>
  <Tab title="Dashboard Details">
    ### Main Information View

    The Dashboard Details section provides comprehensive information about the selected use case:

    * **Regions**: Lets you select the regions in which you want to see details
    * **Use Case Services**: Displays all services associated with the use case and its deviation timeline
    * **Activities**: Shows all activities related to the use case, including events associated to deviations for cloud services

    <CardGroup cols={2}>
      <Card title="Service Status" icon="server">
        Monitor the health and performance of all assigned services
      </Card>

      <Card title="Activity Timeline" icon="clock">
        Track all recent activities and changes in chronological order
      </Card>
    </CardGroup>
  </Tab>

  <Tab title="Deviations">
    ### Deviation Management

    The Deviations section allows you to access all deviations associated with the selected use case:

    #### What are Deviations?

    * Created when test executions fail
    * Consecutive failing test executions are grouped into one deviation
    * Prevents multiple identical deviations for the same failed test
    * Remains active until the test runs successfully again

    #### Deviation Information

    * **Time Period**: Displays the time period of the deviation
    * **Risk Priority**: Indicates the severity of the deviation based on the risk priority assessed during the qualification process
    * **Regions**: Shows the regions affected by the deviation
    * **Status**: Indicates whether the deviation is active or resolved
    * **Evaluation**: Indicates whether our deviation evaluation is in progress or completed
    * **Category**: Displays the classification of a deviation based on our evaluation
  </Tab>
</Tabs>

## Navigation Tips

<Tip>
  Use the breadcrumb navigation at the top to quickly switch between different
  use cases or return to the main dashboard view.
</Tip>

### Quick Actions

* **Filter Use Cases**: Use search and filter options to find specific use cases
* **Sort by Status**: Organize use cases by their current status
* **Export Data**: Generate reports directly from the dashboard view

## Next Steps

<CardGroup cols={2}>
  <Card title="Manage Use Cases" icon="folder-tree" href="/use-cases/overview">
    Learn how to create and manage use cases
  </Card>

  <Card title="View Deviations" icon="triangle-alert" href="/features/dashboard#deviations">
    Learn how to access and manage deviations for your use cases
  </Card>
</CardGroup>
