# Dashboards

{% hint style="success" %}
This is the official documentation of Forest Admin Cloud.
{% endhint %}

A Dashboard serves as a centralized space for visualizing and analyzing key data metrics and insights. You can create various types of charts, including time-based charts, leaderboards, value charts, pie charts, etc., based on all your structured data plugged into Forest Admin. This structured data setup allows for complex filters and advanced data visualization.

For ultimate flexibility, you can even code the HTML/CSS/JS of your charts, enabling advanced data visualization tailored to your specific needs. The computation of data can be executed through an HTTP URL, ensuring that you don't encounter limitations and providing a seamless integration of dynamic data into your dashboard. Dashboards in Forest Admin empower you to efficiently monitor and derive valuable insights from your structured data, facilitating informed decision-making and optimal data management within your admin panel.

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


---

# 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.forestadmin.com/cloud/core-concepts/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.
