# Making a dashboard

## Step 1 - Add a new dashboard

First, navigate to dashboards in the top nav and click '+' to add a new dashboard.

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

Name your new dashboard anything you like.

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

When the dashboard is created, you will be redirected to a blank dashboard page that you will need to add components to.

<figure><img src="/files/35ZNhXBSVcoSmXxJIA9d" alt=""><figcaption></figcaption></figure>

## Step 2 - Add components

Click '+' in the top right to add a new component to your dashboard.

Choose a name you would like to display as the component's title. Then, select Data Grid or Bar Chart for display format.

* Data Grid: displays the data in a grid similar to query results.
* Bar Chart: displays a single data set as a bar chart. The first column of the query is used for data labels and the second column is used as data values.

Finally, choose which query will be used to populate the component. Only queries you have created in your account can be used.

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

Your new component is added to the top left of your dashboard. You can move any component by dragging the title bar.

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

You can add as many components as you like to a dashboard.

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

And you can re-size a component by dragging the bottom left corner.&#x20;

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

When the dashboard owner changes a component's position or size, it changes for all users. If a non-owner changes a component's position or size, it changes for only that session.

You remove components by clicking the hamburger menu and selecting 'Remove'.


---

# 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://web3-analytics.gitbook.io/product-docs/product-guides/making-a-dashboard.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.
