# Dashboard Components

The main option of retrieving your results is via the dashboard.&#x20;

The dashboard has two main components: A Snapshots List view and a Scans List view. We're adding a Project Overview which will be available in the next release.&#x20;

### Snapshots List

![Snapshots View](/files/2Z6Iallk13RUE1lvzp1p)

This view allows you to quickly compare snapshots and see which is performing better. Also during production it helps you tell if there are any issues arising with the latest data feed. All the metrics and visuals are aggregations of the scan results:

* Snapshot name and date/timestamp&#x20;
* % Passed - out of the scans ran on the snapshot, how many found no issues (if a scan finds no issues, then it is passed, if it finds at least one issue then it is failed)
* Accuracy % - The value of the accuracy metric on the snapshot
* Model Health - Red/amber/green scale. This is currently pre-set based on % of scans passed (red - 30% and below, yellow - 30% - 70%, green - 70% and above), however in future iterations we will give you the option to customise it
* Accuracy, Data Leakage, Robustness, Drift, Sensitivity, Bias - are all %scans passed out of scans ran in the given area
* Top issue found: what is the issue that impacts the biggest % of the sample. E.g. if an accuracy issue that impacts the whole sample was found at the same time as a bias issue that impacts one segment only, the top issue found surfaced in this view would be accuracy, but you can check for details on all the other issues in the Scans detail view
* Sample Impact %: for the top issue found, what is the % of sample impacted

### Scans List

![Scans list view](/files/tnRk0VP6vFpKtavz2PqA)

For each snapshot, this provides: a detailed view of the scans performed, broken down by each issue type tested as part of each scan.  Fields and definitions are as per previous view. Additional fields include details on the snapshot itself, as well as the following:

* Issue type scan tested for&#x20;
* Metric used&#x20;
* Threshold used by the scan&#x20;
* Parameters used by the scan, e.g. demographic feature&#x20;
* Whether the issue was found or not&#x20;
* No. of features an issue was found for if any
* No. of segments an issue was found for if any

You can also use the Compare functionality to see which tests are passing from one version of the model to the other.

{% hint style="info" %}
Instead of linking to the dashboard, you can also link to your usual toolkits or retrieve your results in your IDE as per available notebooks. If you want to use our API to integrate with other tools, just get in touch: <info@etiq.ai>
{% endhint %}


---

# 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.etiq.ai/etiq-1.x-documentation/dashboard/dashboard-components.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.
