> For the complete documentation index, see [llms.txt](https://docs.blynk.io/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blynk.io/en/blynk.console/dashboards/platform-data-widgets.md).

# Platform Data Widgets

{% hint style="info" %}
Fleet Analytics (Platform Data) Widgets are available only for **Enterprise plan**.
{% endhint %}

Six ready-to-use widgets keep you informed about your fleet performance by showing key metrics and trends powered by time-series data.

{% hint style="warning" %}
Platform data widgets (except **Activations**) only work in the **root organization** and will not appear in sub-organizations.
{% endhint %}

* **Activations** – Displays the number of newly activated devices, defined as those that connected to the Blynk cloud for the first time.
* **Total Devices** – Shows the total number of devices in your organization(s).
* **Total Devices by Templates** – Shows the total number of devices grouped by their templates, helping you analyze device distribution across product types.
* **Active Devices** – Indicates how many devices were online and connected to the Blynk cloud at least once during the selected time period.
* **Active Devices by Templates** – Breaks down active device by their templates, offering deeper insight into which product types are most active.
* **Devices by Connection Statuses Chart** – Visualizes the distribution of connection statuses (Online, Offline) across your devices. If a device was both online and offline during the selected timeframe, it is counted once for each status.

<div align="left"><figure><img src="/files/FmSqUOQ0WgQ3EYxs9NPn" alt=""><figcaption><p>Platform Data Widgets</p></figcaption></figure></div>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.blynk.io/en/blynk.console/dashboards/platform-data-widgets.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
