> For the complete documentation index, see [llms.txt](https://docs.dryad.app/dryad-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dryad.app/dryad-documentation/silvanet-deployment/deploy-sensors/device-ids.md).

# Register Wildfire Sensors

{% hint style="info" %}
**Device ID**

Each Silvanet Wildfire Sensor has its own unique **Device ID** (also referred to as Serial ID). It is provided as a unique text string as well as a QR Code printed on a label attached to the Sensor.
{% endhint %}

## Register Device ID

1. In the Silvanet Deployment app, tap a Site.

<figure><img src="/files/TFp1dnMfIsZPWUHSnbej" alt="" width="180"><figcaption><p>Select a Site</p></figcaption></figure>

2. In the list of devices that appears, tap a Wildfire Sensor. Alternately, tap **Show Devices on Map**.

<figure><img src="/files/srejd0RxzeeqBgbmQWra" alt="" width="180"><figcaption><p>Select a device</p></figcaption></figure>

3. On the page that appears, tap **Register Device**. The blue dot on the map show your current location.

<figure><img src="/files/eKSkGQLkcYpb3HHQXqeS" alt="" width="180"><figcaption><p>Tap Register Device</p></figcaption></figure>

{% hint style="info" %}
**Finding the deployment location**

Note the Sensor is 120 m away from the user. Use this map to move towards the deployment location.
{% endhint %}

4. If you tapped **Show Devices on Map**, the map shows an overview of the Site on the map. Your location is indicated by a blue dot.

<figure><img src="/files/WFDufJggw7GQJnOmcwN9" alt="" width="180"><figcaption><p>Map showing current location</p></figcaption></figure>

5. Once the deployment location is found, scan the device's QR Code which is attached to the back of the Sensor. The Deployment app automatically fills in the Sensor's latitude and longitude using the Smartphone's GPS location.

<figure><img src="/files/XPFj9EiLzgxzx1ut2EiJ" alt="" width="180"><figcaption><p>Scan QR Code</p></figcaption></figure>

5. The Deployment app automatically fills in the Sensor's latitude and longitude using the Smartphone's GPS location.

{% hint style="info" %}
**Entering Device ID (Serial ID) manually**

If the QR Code cannot be added, the information can be entered manually. Tap **Enter Serial ID Manually** to continue.
{% endhint %}

7. After successfully scanning the QR Code, the Deployment app shows a **Registration successful** screen. The device icon changes from **Planned** to **Deployed**. For more information, see [Status icons](/dryad-documentation/resources/status-icons.md#mesh-gateway-status-icons).

<figure><img src="/files/vnJRencKglHlAFBcbsMH" alt="" width="180"><figcaption><p>Registration successful</p></figcaption></figure>

## Confirm mounting in Deployment app

1. After the **Registration successful** message appears in the Deployment app. Brief instructions are provided for mounting correctly the Wildfire Sensor.

<figure><img src="/files/j6Pe1FOlm3JCJAcLKmJo" alt="" width="180"><figcaption><p>Mounting instructions</p></figcaption></figure>

2. Tap **Confirm**.
3. After you have correctly mounted the Wildfire Sensor (see [mounting instructions below](/dryad-documentation/silvanet-deployment/deploy-sensors/mount-wildfire-sensors.md#attach-sensors-using-treenails-long-term)) and is fully charged, an Installation successful message appears.

<figure><img src="/files/arcsbLzAF1wfDFt0XVm7" alt="" width="180"><figcaption><p>Installation successful</p></figcaption></figure>

4. Dismiss the dialog by tapping **Close** or you can view the Device Details by tapping **Show Device Details**.

<figure><img src="/files/Ip07Ew4oI8fnlyWRjYFW" alt="" width="180"><figcaption><p>Device Details</p></figcaption></figure>

{% hint style="info" %}
**See Also**

For details, see [Mount Wildfire Sensors](/dryad-documentation/silvanet-deployment/deploy-sensors/mount-wildfire-sensors.md).
{% endhint %}


---

# 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.dryad.app/dryad-documentation/silvanet-deployment/deploy-sensors/device-ids.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.
