# Device Info

{% hint style="info" %}
In Info tab contains, Device Auth token and Cluster ID that is used to configure with the device library.
{% endhint %}

### Firmware Configuration

* Click on any particular **Device.**
* Here you can navigate through **tabs.**&#x20;
* Click on the **Device Info** tab.
* The **Firmware Configuration** is displayed.
* Hover to display a small toggle mentioned as **Click to Copy Code**.
* Click on Firmware Configuration to **Copy to Clipboard**.
* This Initial Firmware will be uploaded to the device.&#x20;

### Device Information&#x20;

* The **Status** of the device is been displayed.
* Device **created date and time** is been displayed.
* **AUTH Token** is been displayed.
* **Device Model** is been displayed.
* **Cluster ID**, **Cluster name ID** is been displayed.
* **Device Mac ID** is been Displayed.
* **Organization** name is displayed.
* **Last Update** is been been displayed.


---

# 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.devsbot.com/devsbot/manage/devices/device-info.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.
