> For the complete documentation index, see [llms.txt](https://docs.pentaho.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pentaho.com/pba/10.2-analytics/pentaho-dashboard-designer-cp/get-started-with-the-dashboard-designer.md).

# Get started with the Dashboard Designer

Learn about the Dashboard Designer by viewing a sample dashboard in the User Console.

Complete the following steps to view an editable, sample dashboard containing sales performance data for the example company, Steel Wheels.

1. Navigate to the User Console Home page.
2. Click **Browse Files**.
3. In the Folders pane, click to expand the **Public** folder, then click the **Steel Wheels** folder.

   The content of the **Steel Wheels** folder opens in the Files pane.
4. In the Files pane, select **Sales Performance (dashboard)**.
5. In the File Actions pane, click **Edit**.

   The **Editing: Sales Performance (dashboard)** tab opens.
6. In the Objects pane, click **Prompts**, and then select the **Show Prompt Toolbar** checkbox.

   The Prompts section is added to the **Editing: Sales Performance (dashboard)** tab.
7. Review the function of each of the following areas of the Dashboard Designer user interface.

   ![Dashboard Designer](/files/unN3hSIbJecMUVheaf3A)

   | Area | Name                           | Function                                                                                                                                                                                                            |
   | ---- | ------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
   | 1    | Opened view toolbar            | A toolbar that you can use to open, create, edit, save, and print Analyzer Reports, Interactive Reports, and dashboards. The Dashboard Designer shows opened reports and files as a series of tabs across the page. |
   | 2    | **Prompts** section            | Expandable section containing filters than you can add to the dashboard. The Prompts section appears only when you select the **Show Prompt Toolbar** checkbox for the **Prompts** object in **General Settings**.  |
   | 3    | **Browse** and **Files** panes | Panes containing lists of folders and files that you can navigate to find a file with content that you want to add to the open dashboard.                                                                           |
   | 4    | Dashboard canvas               | A dynamic view of the dashboard that updates as you build the dashboard. You can build the dashboard by adding content, applying filters, and changing object settings.                                             |
   | 5    | Objects pane                   | A pane containing settings that you can use to apply templates and themes to the dashboard, show or hide the Prompts section, and edit page and object titles.                                                      |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.pentaho.com/pba/10.2-analytics/pentaho-dashboard-designer-cp/get-started-with-the-dashboard-designer.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
