# Dashboards

Dashboards allow you to organize reports into easily digestible pages.

To create a new dashboard, make sure “Dashboards” is selected in the primary sidebar, click “New Dashboard”, and then click “From Scratch”. This will land you on an untitled and empty dashboard. To edit the dashboard’s title, click the pen icon next to its name.

Now, you’re ready to add a report. Clicking the + button will launch the report builder, and add the report to the dashboard automatically when you are done. If you want to add a report you’ve already built, you can click “Add Existing Report” instead of selecting a report type. You can use a single report in multiple dashboards.

Once you’ve added some reports, you may want to rearrange them. To move a report around, drag it by its header and move it to your desired spot. You can also shrink and stretch reports to fit multiple in the same row by clicking on the ellipsis in the top right corner of the report. A row consists of 4 columns. Every added report starts at a 4-column width and can be stretched all the way down to a single column.

If you want to delete the dashboard, hover on its name in the sidebar, click on the ellipsis, and click “Delete.”


---

# 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.hockeystack.com/marketing-intelligence/dashboard-builder.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.
