# Dashboard Builder

As a developper, you just integrate one single script inside your codebase! You leave the visualization and layout configuration to your non-technical colleagues!

## Why is it powerful?

The Dashboard Builder is:

* Easy layout configuration through drag\&drop and resize
* Responsive Layout

### Grid System

A **12 columns** grid (also known as the **960 System**) is more flexible and precise (both in widths and heights). Responsiveness is handled by resizing the content widths while keeping the same number of columns. If the container width is less than 384px, the grid will be displayed only on 1 column.

## Deep Customization

Using the web component integration, you are able to target the DOM of our Dashboard Builder and make massive changes on the style of it: change colors of border, radius of grid items, etc…

{% hint style="danger" %}
Be careful when adapting colors or other classes to fit to your own application.

We’ve made some research to apply the best guidelines for understanding and readability. You will be responsible of the css applied on your application.
{% endhint %}

Follow the link to see a [live example](https://codepen.io/Dalanir/pen/vYdprxp)

Now you can publish it to show your work to everyone!

### Export as PDF

You can export a whole Dashboard Builder in PDF by clicking on the "pdf" icon on the top right corner.

<figure><img src="/files/6gYrD3O9RPEEUoQrToIC" alt=""><figcaption><p>Dashboard Builder - Export as PDF</p></figcaption></figure>

### Self-service Dashboard

Discover everything about the [self-service features of the dashboard here in the documentation.](https://docs-v3.toucantoco.com/visualizations-and-layouts/self-service/self-service-dashboard)


---

# 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-v3.toucantoco.com/visualizations-and-layouts/apps/dashboard-builder.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.
