# Analytics

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

Forest Admin's Dashboard delivers a wide array of charting options - from single value displays to pie charts, time-based visualizations, leaderboards, percentages, and goal tracking charts. The Dashboard improves data analysis with customization through the Layout Editor mode, allowing for the easy addition of charts tailored to your data’s story.

<figure><img src="/files/3qWwwUJlPzle7SHBTbM0" alt=""><figcaption></figcaption></figure>

### Creating Your Dashboard

Creating your dashboard is simple with the Dashboard interface. Just drag and drop your preferred chart type, set your data source and visualization options, and you're all set. Forest Admin's Dashboard offers the flexibility to customize data displays to meet your operational needs.

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

{% hint style="info" %}
For more advanced usage, you can create charts by coding the visualization using HTML/CSS/JS or by implementing backend logic to retrieve data. See [Charts](/cloud/code-customization/charts.md)
{% endhint %}


---

# 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/ui-customization/analytics.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.
