# Dashboard

[In the previous section, you learned about Logs](/kb/appmixer-studio-features/insights/logs.md). Now, it's the right time to show you the beauty of the Appmixer Dashboard.

The Dashboard can be found in the Insights tab and makes it easier to see custom-built charts in a single place.&#x20;

![Dashboard overview](/files/-MhiKekSadrfJk2wlvl5)

Let's look at a simple example to understand its value. Say we started a simple flow that serves a single purpose: to save customer data to the Data storage. In this flow, we use Forms as one of the Utility modules and save some of the collected data to Data storage. In other words, every time someone fills out a form, some of the data is stored in our [Key-Value Database](/kb/appmixer-studio-features/data-storage.md).

![Flow overview](/files/-MgL9MkR1ICznaCAzsxT)

As you may have noticed, we only store the job position of the customer. The reason being is we want to gather this data and visualise it in a simple chart to make better decisions in the future.

[As you'll learn in the next section](/kb/appmixer-studio-features/insights/chart-types.md), there are multiple types of charts. This time, we decided to create a pie chart showing the job positions.

![Pie chart](/files/-MgL9zP0Ken5ZwEZqPcm)

Simple, yet powerful.

Another example would be a bar chart showing the API requests of one of our flows. This time, we use a flow that checks the Bitcoin price and saves it to Data storage.

![Bar chart](/files/-MgLAJuorZi68JJbvMl5)

Again, something that takes a minute to set up in the Insight panel, but gives you the ability to easily see the number of API requests in one of your flows.

To sum it up, Dashboard not being the core of Appmixer, does a great job if you want to easily visualise the data aggregated and synced in your flows to make better decisions.

[Next, we will go a little bit deeper and check the Charts and Chart types](/kb/appmixer-studio-features/insights/charts.md).


---

# 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.appmixer.com/kb/appmixer-studio-features/insights/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.
