> For the complete documentation index, see [llms.txt](https://docs.g-iot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.g-iot.io/level-meter-full-device-guide-book/locating-an-lm-device-on-the-giot-platform.md).

# Locating an LM Device on the GIOT Platform

The serial number is printed on the tracker. This number is uniquely assigned to each tracker and can be used as the tracker ID for searching in the LM application.

<figure><img src="/files/eE4p8VSk0p1rwziQvxHt" alt="" width="375"><figcaption></figcaption></figure>

## LM - Read Device Serial Number on Device and Platform

{% hint style="success" %}
**All trackers are uniquely identifiable by their default serial number, which is displayed both on the platform and on the device itself.**
{% endhint %}

<figure><img src="/files/tYOVbbOJUCAeoC6qbOGQ" alt=""><figcaption></figcaption></figure>

1. Enter the Serial Number into the search field and press the Enter key or the icon to the left of the search field.
2. The next dialog will display the found tracker(s).\
   To configure an already registered tracker or assign it to a group, you must first locate it in the LVM Dashboard. by Clicking and selecting the desired device.
3. Access the device Dashboard, Configuration, Rules, Alarms, Events, Time-series and Properties

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdS6MyAVCcvgax2dKgUipM4pZZEdE_T4GR0f8cfuq4N84PnIj1BlzhMdqAZ7Q224zUronL-8fbnO3XGxa6Mfhc7Wb4s5Fkz8dVq0FjKpei0xd0-kTLkW0gkyZMp1qQeO-bLwPHyrA?key=6Q0L8l71kf0rf1QHDmG1DmN7" alt=""><figcaption><p>Locate the device on the Platform</p></figcaption></figure>


---

# 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.g-iot.io/level-meter-full-device-guide-book/locating-an-lm-device-on-the-giot-platform.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.
