# Dashboards Basics

## Overview

<figure><img src="/files/zowlAZDnkCBALaRnutZe" alt=""><figcaption><p>Example Dashboard</p></figcaption></figure>

Dashboards provide an easy way for you to visualise your Model and understand the impact of [**Assumptions**](/assumptions/introduction-to-assumptions.md), [**Scenarios and Sensitivities**](/cases/introduction-to-cases.md).

Dashboards are created using a simple drag and drop interface giving you the power to quickly generate a new view of your Model.

{% hint style="info" %}
Metrics and Charts will show the [**currently active Case**](/cases/introduction-to-cases.md#how-to-change-active-scenario-and-sensitivity) by default. Charts can be configured to always show a specific Case (see [**Dashboard Charts**](/dashboards/dashboard-items.md) for more details).
{% endhint %}

## Editing Dashboards

Dashboard Items can be created and moved through a drag and drop interface, as demonstrated in the gif below.

<figure><img src="/files/vZX2ST2dthqqVp78r3yB" alt=""><figcaption><p>Creating, moving, editing and deleting Dashboard items</p></figcaption></figure>

### Creating an Item

To create an Item, drag an icon from the control bar to the desired position in the Dashboard. A dialog will be opened allowing you to configure the item before it is added to the layout.

### Moving an Item

To move an Item, simply drag and drop it to a different position.

### Editing and Deleting Items

To edit or delete items, you must first enable editing, using the **Editing on/off** toggle on the control bar. When editing is enabled, hovering over an item will show **Edit** and **Delete** buttons.

{% hint style="info" %}
You can only edit or delete [**Panels**](/dashboards/dashboard-layout.md) when the **Show panels** toggle is set to **On**.
{% endhint %}

## Dashboards in Excel

You can add a Dashboard to a [**Sheet**](/layout/sheets/sheet-content.md#dashboards) in your [**Layout**](/layout/generating-excel.md), and a representation of the Dashboard will be generated for you in Excel. There are limitations to what can be produced in Excel relative to Models - these are covered in the [**Excel Dashboards**](/dashboards/excel-dashboards.md) page.


---

# 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://help.taglo.io/dashboards/dashboards-basics.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.
