# Device Management

After onboarding a device, the DeviceOn allows you to:

* View and edit basic device information in the **Device List** page, including name, upgrade status, power state, etc.
* See current device load and set threshold-based rules through the Rule Engine (hardware and software) in the **Device Monitoring** section
* Remotely control and troubleshoot devices through **Remote Control**
* Access all sensor data streams in **Device Data**
* Logically group devices via **Device Groups**
* Schedule remote batch tasks on devices using **Task** Definitions
* Configure advanced functionality like WoL, backups, protection in **Device Provisioning**
* Use AI to detect device display anomalies via **Anomaly Detection**


---

# 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://deviceon.gitbook.io/docs/web-user-interface/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.
