# Device events

The Event Logger section displays and stores various types of modules, controllers and processor events indefinitely as long as the system is connected and running. To access it, click on the Event Logger button located on the right side of the Navigation Bar.

<figure><img src="/files/uXZAu0syGo5Pg7KtDljh" alt=""><figcaption><p>Event Logger</p></figcaption></figure>

In this section, you can:

* Search and filter events by severity, device type, and time period.
* Read the description of the event in detail.
* Only for modules: Click the **Blink** button on the right side of the device ID in the table to identify the module where the event was recorded.&#x20;
* Export a \`.json\` file of all or filtered events.

### Device-specific events

You can check recent events for specific devices by selecting them on the Device List and selecting the Events tab on the side panel.

<table><thead><tr><th width="366">Controller side panel – Events tab</th><th>Module side panel – Events tab</th></tr></thead><tbody><tr><td><img src="/files/YIjk286VXCYsB0nOlJ4M" alt="" data-size="original"></td><td><img src="/files/z79EjrZ27n3ApJxDh4pu" alt="" data-size="original"></td></tr></tbody></table>


---

# 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.holoplot.com/holoplot-control/maintaining-the-system/device-events.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.
