# Add device

To add a device, click on the three dots next the the asset where you want the device be included. Then, in the sub-menu click **Add device**.

<figure><img src="https://content.gitbook.com/content/bvUukoXtbhsv9XV3KOU0/blobs/tjJdjEroPUZlHb40nDSm/image.png" alt=""><figcaption><p>Add device from the asset tree</p></figcaption></figure>

This will make a pop-up form window appear. In order to add a device, fill in the form accordingly. Some additional fields might be required depending on the selected device type.

### Mandatory fields:

1. &#x20;**Device name**: The name of the device. This name is used throughout SolidRed as a unique identifier to keep track of the device. **Note:** Once filled in, the name can not be changed. The "Label" field can be used to show the device under a different name.
2. **devEUI:** The device's globally unique Identifier in the IEEE EUI64 address space. The devEUI is provided in a file when purchasing the device.
3. **appEUI:** The device's global application ID in IEEE EUI64 address space that uniquely identifies the Join Server that is able to assist in the processing of the Join procedure and the session keys derivation. The appEUI is provided in a file when purchasing the device.
4. **Device type:** The type of device to add. The device type can be found in the device's documentation. Clicking the field will open a drop-down list including all available devices. The device type defines how the device is handled in SolidRed.
5. **Key**: The device specific encryption key. The key is provided in a file when purchasing the device.
6. **Sensor orientation:** (only applicable to the NEON Vibration Sensor) the sensor orientation is based on the position it is installed, related to the asset.

### Optional arguments:

1. **Device label:** The device label is shown everywhere in SolidRed as a replacement of the device name. When left empty, the device name is shown.
2. **Description:** The device description.


---

# 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.twtg.io/docs/solidred-3.3/entity-management-features/device-management/add-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.
