# Devices

In case you haven't added devices yet, your Devices screen will look like this. Tap **Add New Device** to add new devices.

<div align="left"><figure><img src="/files/kkxGTasBJE6Q677I8raf" alt="" width="375"><figcaption><p>Devices tab</p></figcaption></figure></div>

Follow the [provisioning steps](/en/getting-started/activating-devices/blynk-edgent-wifi-provisioning.md#activating-the-device-using-blynk-app).

<div align="left"><figure><img src="/files/yqdpKPw95B2ltlpzxc5d" alt="" width="375"><figcaption><p>Add new device</p></figcaption></figure></div>

You will see the tiled list of devices after they are added.

<div align="left"><figure><img src="/files/BmyI6QfJsdydOwQooWDs" alt="" width="375"><figcaption></figcaption></figure></div>

You can add new and **stack/sort** existing devices in the **right side menu**

<div align="left"><figure><img src="/files/cydhGrJDRFjRqOeArzLc" alt="" width="375"><figcaption><p>R<strong>ight side menu</strong></p></figcaption></figure></div>

Tap **Device tile** to open the device's Dashboard. Here you can view and interact with device's stats and settings.

<div align="left"><figure><img src="/files/DYVtK2HDBuzlrRZXQEdt" alt="" width="375"><figcaption><p>Device dashboard</p></figcaption></figure></div>

**Timeline** screen displays all events and notifications related to this device. The screen is availble on tapping the *bell* icon.

<div align="left"><figure><img src="/files/WjXVUKBsGGkMvJO2LApd" alt="" width="375"><figcaption></figcaption></figure></div>

**Device info** screen contains all the basic information and meta data related to the device and can have additional tabs to host more info with PRO plan or higher. Device actions menu is accessible from the device info screen.

<div align="left"><figure><img src="/files/VzFPSBEYXVNyLGUDPa2D" alt="" width="375"><figcaption><p>Actions menu on device info screen</p></figcaption></figure></div>

**Actions Menu** options:

* **Notification settings** – enables the configuration of specific settings for notifications on this particular device, such as sound options, availability and sound for critical notifications, connection status alerts, and the option to disable all notifications entirely.
* **Reconfigure** – use to connect new or factory-reset Device so it keeps all data and settings of a previously set up and used Device. [Starts provisioning flow](/en/getting-started/activating-devices/blynk-edgent-wifi-provisioning.md#re-provisioning-new-wifi-credentials).
* **Erase all device data** – ***critical action!***  Erases all data generated by the device with no restore option. Confirmation required.
* **Delete** – ***critical action!***  Deletes the device and all it's data. Confirmation required.


---

# 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.blynk.io/en/blynk.apps/device-management.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.
