# Dashboard

## Overview

A dashboard is a visual display of all of your data. With Labii, you can customize the dashboard with widgets to monitor key metrics, track experiment progress, and gain at-a-glance insights into your laboratory operations.

Dashboard can be accessed by clicking **Dashboard** from the side menu. For a full list of available dashboard widgets, see the [Dashboard Widgets](/widgets/dashboard-widgets.md) reference.

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

## Add widget

Click **Add widget** to add a widget to your dashboard. Select a widget from the drop-down menu or click **More widgets** to browse all available widgets. The widget will be appended to the bottom of the dashboard once added.

When adding a widget, configure the following options:

* **Name** — Provide a display name for the dashboard item.
* **Size** — Set the size of the dashboard item. Widgets can be arranged in different sizes to create a structured, readable layout.

## Edit widget

To change the name or size of an existing dashboard item, click the more actions icon (**⋮**) on the widget and select **Edit widget**.

## Remove widget

To remove a dashboard item, click the more actions icon (**⋮**) on the widget and select **Remove widget**.

## Order widget

To reorder widgets, click and hold the drag handle on a widget, then drag and drop it to the desired position.

## Print

Click **Print** to print the current content of the dashboard.

## Install to all users

If you need to apply a specific dashboard configuration to all users in the organization, use the **Install to all users** function. This ensures that the same widget, along with its associated data, is installed for every user. If a user already has the widget in place, this function will update both the widget data and size for their existing instance.

{% hint style="warning" %}
This function is exclusively available for administrators.
{% endhint %}

## Install to administrators

If you need to apply a specific dashboard configuration only to administrators, use the **Install to administrators** function. This ensures that the widget is installed exclusively for users with administrator roles, without affecting regular users. If an administrator already has the widget, this function will update both the widget data and size for their existing instance.

{% hint style="warning" %}
This function is exclusively available for administrators.
{% 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.labii.com/user-guide/side-menu/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.
