> 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/~/revisions/VogQMoqSfAjFiPWKwr6n/blynk.console/devices/device-profile/timeline.md).

# Timeline

This tab keeps events data that can be sorted by time limitation period and event type.

![](https://user-images.githubusercontent.com/72824404/120787540-2389b580-c538-11eb-8880-08d2ac22d1d4.png)

## Filters

### Time Period

* Latest
* Last Hour
* 6 Hours
* 1 Day
* 1 Week
* 1 Month
* 3 Months
* Custom Range – set start and end dates in date picker

### **Events Type**

There are 4 types of events view:

* Critical
* Warning
* Content
* Resolved
* All events

Total quantity numbers for each of them are displayed inside the switches.

## Events list

Here you can see events in sequential order (latest to earliest).

Event name and date are displayed in the header.\
Short description given in event body can be fully viewed during cursor hover on it.\
After actions applied you can move notification from Critical or Warning list to Resolved. To do this:

1. Hover on notification, Mark as Resolved button will appear &#x20;
2. Click **Mark as Resolved**, it will open *\*\**&#x43;ommentary modal window
3. Describe actions made and/or actual specific of what happened to Device by giving a commentary in the input field (up to 200 characters)
4. Click **Mark as Resolved.**

## **Notifications Settings**

This button is on the top right of the screen.\
Click it to set up events notifications recipients, statuses and channels. Click [this link](/en/~/revisions/VogQMoqSfAjFiPWKwr6n/getting-started/notification-management.md) for more details.


---

# 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/~/revisions/VogQMoqSfAjFiPWKwr6n/blynk.console/devices/device-profile/timeline.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.
