> 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/event-widgets.md).

# Event Widgets

Event widgets provide insights into the latest events, most frequent events, and critical alerts across your devices. They help you analyze trends and event distribution across devices, templates, and organizations so you can stay informed and make data-driven decisions.

Available Event widgets:

* [Event Count Tile](#event-count-tile)
* [Events Count Bar Chart](#events-count-bar-chart)
* [Latest Events](#latest-events)
* [Total Events Over Time](#total-events-over-time)
* [Events Breakdown Over Time](#events-breakdown-over-time)
* [Events by Organization / Templates / Devices](#events-by-organization-templates-devices)

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

#### How to Configure

All Event widgets share a similar configuration structure. Widget settings consist of three tabs:

* **Devices**
* **Events**
* **Design**

To configure an Event widget:

1. **Select Devices** (optional)

The **Devices** tab allows you to narrow the device selection for the widget.

By default, all devices from the Dashboard Data Source are included.You can refine the selection by:

* Selecting segments
* Applying filters
* Manually selecting individual devices

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

2. **Select Events**\
   In the **Events** tab, select which events should appear in the widget.\
   Events with the same name across multiple templates are grouped together automatically.\
   By default, all events are selected, but you can limit the widget to:

* A specific event
* Several selected events

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

3. **Fine-tune design**\
   In the **Design** tab you can:

* Rename the widget
* Adjust appearance
* Configure widget-specific settings

{% hint style="info" %}
Available design options are vary depending on the widget type.
{% endhint %}


---

# 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/event-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.
