# Data visualisation

{% hint style="success" %}
**You can manage charts using** [**the query tool**](https://userguides.mediarithmics.io/data-studio/query-tool) **and** [**edit dashboards in the UI**](https://userguides.mediarithmics.io/basics/dashboards/custom-dashboards#editing-dashboards-in-the-ui)**.** Manipulating dashboards by API and in advanced mode can be useful in some advanced integrations, but will take longer.
{% endhint %}

With data visualisation, you can create dashboards :&#x20;

* In your datamart's home page
* In your segments
* In the standard segment builder

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

Those dashboards will answer questions like :&#x20;

* What is ingested in the platform?&#x20;
* Do we have moments where we ingest less data than on other days?
* Who are my users?&#x20;
* How many active users do I have? On which channels?
* What differentiates people in this segment from the rest of my users?
* Do I have enough data to activate a segment?

## Quick start guide

Create your first dashboard with our [Quickstart](/dashboards/quickstart.md) guide.

## Cookbook

Speed up your learning curve with useful examples in our [Cookbook](#undefined).


---

# 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://developer.mediarithmics.io/dashboards.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.
