# Events

The Events Overview page is a powerful tool for users who need to keep track of recent events, monitor changes in real-time, and analyze data over a certain period. The page's features, such as search functionality, column selection, time frame adjustment, and pagination, make it easy for users to customize the view according to their needs.&#x20;

The page provides a comprehensive view of the latest events received and allows users to quickly and efficiently navigate through the information.

## Charts

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

On the Charts Tab is a Dashboard which gives an overview over statistics of the events that are sent to the Platform. The dashboard is always limited to a single household, which can be selecte in the Filter above.

## Data

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

The table on the Data Tab displays information about the latest events received. The table includes columns such as the event name, date and time, location, and other relevant information. Each row in the table represents a single event, and users can view multiple events at once by adjusting the pagination.

## Filter

The filter functionality on the Events Overview page allows users to search for specific events by filtering by building, event type, event source, device name and date range.

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

## Pagination

The table has pagination enabled, which means that users can navigate through the table by clicking the page numbers or using the previous and next buttons. Users can also select how many elements per page they want to display. This feature can be accessed by clicking the "Page Size" button located above the table. A drop-down menu will appear, and users can select the number of elements they want to be displayed per page.


---

# 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://doc.moost.io/platform-manual/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.
