> For the complete documentation index, see [llms.txt](https://kuadron.gitbook.io/reportql/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kuadron.gitbook.io/reportql/report/create-dashboard/full-dashboard.md).

# Full Dashboard

Dashboards provide a consolidated view of your data and insights.&#x20;

**To create a Dashboard**:

Go to Dashboard and click ‘Add New’.

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

Choose from Full Dashboard.&#x20;

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

To make general settings for the dashboard, you can use the edit button at the top corner of the section that appears below. This will display the general dashboard settings on the properties screen.

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

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

**Add Component:**

On the screen that opens, press the “Add New” button to add a new component to your dashboard.

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

Select Element

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

Select the component you want to add

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

On the left side of the screen is the properties section. You can make settings related to the component you have selected from this section. You can also enter the connection information and SQL query that the component will use from this section. Enter the Name, Size, Region, SQL query information of the component you added. (E.g. Server Table) Select the Paging, Sorting, Filtering, Column Select, Report Design and/or Excel Export options and save.

**Add Parameter:**

On the screen that opens, press the “Add New” button to add a new parameter to your dashboard. Select Parameter.

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

Select the parameter you want to add

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

Enter name and programmatic name. You can use this parameter with the programmatic name in the queries you add afterwards. Example:&#x20;

```
select * from orders where startDate >= @startDate
```

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

**Layout and Design**

Arrange the widgets in your dashboard and adjust their size and layout for optimal viewing.

**Save and Share**

Once you’re happy with your board, save it. You can then share it with other users or teams as needed.


---

# 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://kuadron.gitbook.io/reportql/report/create-dashboard/full-dashboard.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.
