# Dashboards

{% hint style="success" %}
To start analysis using the dashboard view the current project must have at least one model that has been:

* [Uploaded to the platform](/tensorleap-integration/uploading-with-cli/cli-assets-upload.md#uploading-a-model)
* [Validated](/user-interface/project/network/network-mapping/validate-mapping.md)
* [Evaluated](/user-interface/project/menu-bar/evaluate-a-model.md)
  {% endhint %}

<figure><img src="/files/5LEcYPjo7Oxse5r4zMwY" alt=""><figcaption><p>The dashboard view. Marked are the dashboard name, add new dashlet panel, and the tabs (insights/issues/tests)</p></figcaption></figure>

The Dashboard view is the view in which all Model analysis is made within the platform. This view supports multiple dashlets: [population exploration](/user-interface/dashboards/dashlets/population-exploration.md), [metrics related](/user-interface/dashboards/dashlets/metrics-dashboard.md), [sample analysis](/user-interface/dashboards/dashlets/sample-analysis.md) - each of these enables a separate analysis flow.

In addition, it offers a suite of capabilities:

* The [Insights](/user-interface/dashboards/insights.md) panel - Pinpoints specific model & data failures
* The [Tests](/user-interface/dashboards/tests.md) panel - In-platform tracking of important failure cases and allows a one-click overview to test for model regressions.
* The Collections panel - A view for managing samples in the context of specific issues or other relevant phenomena.

### Adding and removing  a model from analysis

{% embed url="<https://www.loom.com/share/291924dd6eab43b3abb3b4cf1d4dfdbd>" %}

To add or remove models from the analysis, we use the [versions](/user-interface/project/versions.md) tab. Next to each model run version that was previously [evaluated](/user-interface/project/menu-bar/evaluate-a-model.md) within tensorleap, there's an "Add To Dashboard" button. Clicking the button adds the model to the dashboard, populating all existing dashlets, insights, and tests using the added model.

The currently examined model runs could be seen in color-coded cards at the top of the dashboards. Each dashlet would be split according to the number of models concurrently examined.

To remove a model that was added to the analysis, either click the "x" button next to its card at the top, or click the corrosponding "Add To Dashboard" icon again to deselect it.

### Adding Dashlets

<figure><img src="/files/qNyUy9vzmGLQrgIeiD3W" alt=""><figcaption><p>Adding a new dashlet in Tensorleap</p></figcaption></figure>

Adding a dashlet is done from the "Add New Dashlet" dropdown in the top right. Available dashlets for adding are:

* [Metrics and plots dashlets](/user-interface/dashboards/dashlets/metrics-dashboard.md)
* [Population exploration](/user-interface/dashboards/dashlets/population-exploration.md)
* [Sample analysis](/user-interface/dashboards/dashlets/sample-analysis.md)

### Creating multiple dashboards

<figure><img src="/files/xMPHK5EAPxJBxpHuy6BD" alt=""><figcaption><p>Dashboard selection panel</p></figcaption></figure>

A project can hold more than one dashboard. To add a dashboard, click the "+" icon in the top left othe dashboard. To switch between dashboards, click the dropdown panel in the top left side of the dashboard.


---

# 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.tensorleap.ai/user-interface/dashboards.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.
