# Create a Dashboard from the Dashboard Tab

### Access the Dashboard Section

After logging in, go to the **'Dashboard'** tab located in the left-hand navigation bar. This will take you to the **Dashboard Listing Page**, where all existing dashboards are displayed as cards. You can filter these dashboards by:

* **Data Source** (connected databases)
* **Type** (Chart, Notebook)
* **Status** (Published, Unpublished)
* **Author** (You, Others)

<figure><img src="https://1640066561-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3UjpVP9YQLo2slTy7qQ1%2Fuploads%2FC5TnSb0NcUgaETMwCnDk%2Fimage.png?alt=media&#x26;token=6b72cd62-0048-4638-8c13-b91eb48151ea" alt=""><figcaption></figcaption></figure>

### Create a New Dashboard

Click on the **'+ Dashboard'** button at the top of the page. A popup will appear asking for:

* **Name** of the dashboard
* **Description**

Once you provide these details, click 'Add' to create your dashboard.

### Choose a Method to Build the Dashboard

After creating the dashboard, you’ll be prompted to choose one of the two methods to build it:

* **SQL Editor**: Create charts by writing SQL queries.
* **SQL Notebook**: Build a dashboard using notebook-based queries.

You will be redirected to the respective method's listing page, where you can start building your dashboard.

<figure><img src="https://1640066561-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3UjpVP9YQLo2slTy7qQ1%2Fuploads%2FykXbE4jH9IWn2XUby90W%2Fimage.png?alt=media&#x26;token=87144b64-cd01-4a56-8c18-912936607e0d" alt="" width="375"><figcaption></figcaption></figure>


---

# 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.autonmis.com/create-and-manage-your-first-dashboard/create-a-dashboard-from-the-dashboard-tab.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.
