# Dashboard Editor Overview

Once you’ve created a new dashboard, it’s time to customize it to suit your analysis needs. Glint’s dashboard editor is designed with an intuitive drag-and-drop interface and powerful configuration options, making it easy to design a layout that brings your onchain insights to life.

You’ll see a blank canvas in the center and a vertical panel on the right with various portlet types (Bar Chart, Pie Chart, Text, Image, and more).

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

This interface is where you’ll design and customize your dashboard. Below is a quick overview of the main elements:

#### **Dashboard Title**

At the top, you’ll see **New Dashboard**. Click it to rename your dashboard at any time.

#### **Select Categories**

Below the title, there’s a **Select Categories** button. Use it to assign relevant tags (e.g., NFT, DAO, DeFi) to keep your dashboards organized.

#### **Canvas**

The center area is your main workspace, where you’ll place and arrange portlets.

#### **Right-Side Panel**

On the right, you’ll find a list of available portlet types (e.g., Bar Chart, Text, Image). Click any portlet to add it to your canvas.

#### **Layout Toggles**

At the bottom of the screen, two toggles let you show or hide portlet boundaries and the designer grid. Enabling these can help you align your portlets more precisely.

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

#### **Available Portlets**

On the right side of the My New Dashboard overview screen, you’ll see a panel with these portlet (widget) types you can add to your dashboard. Portlets are grouped into three categories: Charts, Network, Dynamic, and Static.

#### **Charts**

* Line Chart
* Bar Chart&#x20;
* Pie Chart&#x20;
* Area Chart&#x20;
* Scatter Chart&#x20;
* Race Chart

#### **Network Graphs**

* Bubble Map
* Sankey Chart
* Dependency Wheel

#### **Dynamic**

* Value (Dynamic column value)

#### **Static**

* Text (Static text)
* Image (Static image)
* Frame (Simple frame)

Use these portlets to visualize your data, display values that update dynamically, or add fixed elements like text and images. In the next sections, we’ll show you how to add, move, and customize each one.


---

# 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://glint-analytics.gitbook.io/glint-analytics/dashboard-editing/dashboard-editor-overview.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.
