# Adding Device

Your miner comes with one of the many LoRaWAN-compatible sensors. These devices, unlike Wi-Fi, can operate at a significant distance from the miner, covering hundreds of meters and potentially supporting connections for other users within range. It’s essential to understand how the network works, as it is designed not only for miners but also for registered devices. We recommend registering the provided sensor, testing its capabilities, and exploring the network’s features.

To add a device to the network, go to the Dashboard and select the "Add Device" option in the upper-right corner of the page.

1. Select the "LoRaWAN Devices" option.
2. Enter the device’s manufacturer and model as indicated on the box.
3. Enter the `DevEUI` and `AppKey` listed on the device's box, and save them for future use. This information may be needed if you have to reconfigure the device, so it's recommended to record the sensor’s name or model and its location (e.g., "Temperature Sensor — Main Office, DevEUI xxxx, AppKey xxxx") in your documentation. Although this information is stored in the device, recovering it may require technical skills and depends on the manufacturer.

![](/files/oTzleS6ccVB3wLjoEoLb)

![](/files/OjTJRkyUVA4PbaBvkRif)

![](/files/WF5dJsi1bVPWSKH39rqq)

![](/files/xYyyvlXttL0l22xShZHA)

Add additional information, if necessary.

![](/files/wIMFzYONqNUxn8VRnZXH)

Your device added sucessfully.

![](/files/1mXGU6EPdFqm3mrHtMCr)


---

# 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.chirptoken.io/blackbird/2-quick-start-guide/6-adding-device.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.
