> 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/platform-user-guide-book/device/device-dashboard-details/add-device-rules/device-rules-per-device-type.md).

# Device rules per device type

The platform offers pre-defined IoT smart rules that can be applied according to each device's capabilities. These rules activate on specific device events and may generate alarms, which can all be accessed in the Alarms menu.

Clicking on the "+" icon the user can create (LCT) or (LM) Rules

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXd_RALGvtJbhhHOyrbtI4sUw6ruWPby5DVxKwgsrd1begGys2BwiFBOVW-0WlLuuVwz5a9IS04aOFcAEbzIDVSogA3fvISv0nRFao_wbCYHqwIy6vTS-FyPypF-4EENaUKsVEM3tQ?key=M-g4csUEzYvWKn331EzU-Woy" alt=""><figcaption><p>Device rules</p></figcaption></figure>

## (LM) Level Meter Smart Rules

* **Battery Level Alarm:** Allows setting a specific battery level that will trigger an alert, along with the endpoint type and alarm severity level.
* **Geofence Alarm:** Defines a geofence area that triggers an alert when the device enters or exits the designated boundary.
* **Alarm to Email Rule:** Sets the endpoint for email notifications to be sent when data triggers an alarm.

These rules provide automated alerts and notifications, ensuring that critical device status updates are promptly communicated.

{% hint style="success" %}
Learn more: [https://app.gitbook.com/o/DKrl40rifuf7Bl8WIqXK/s/fEQ6KpTjmszWVWQqgcEa/\~/changes/68/level-meter-full-device-guide-book/level-meter-greater-than-giots-function/lm-rules](/level-meter-full-device-guide-book/level-meter-greater-than-giots-function/lm-rules.md)
{% endhint %}

## (LCT) Low Cost Tracker Smart Rules

* LCT Temperature Alarm: Triggers an alert when temperature readings exceed or drop below defined thresholds.
* Battery Level Alarm: Monitors the device's battery status, providing alerts for low levels.
* LCT Tamper Contact: Detects unauthorized access or tampering, triggering security alerts.
* Alarm to Email Rule: Sends email notifications based on the selected alarm type configured by the user.
* Geofence Alarm: Sets alerts when a device enters, exits, or moves within a predefined area, with optional email notifications.
* LCT Adaptive Configuration: Generates a new configuration version based on geolocation, automatically updating parameters based on location changes.

These smart rules enable automated monitoring and response for various device events, enhancing security and operational awareness.<br>

{% hint style="success" %}
Learn more: [https://app.gitbook.com/o/DKrl40rifuf7Bl8WIqXK/s/fEQ6KpTjmszWVWQqgcEa/\~/changes/68/low-cost-tracker-full-device-guide-book/low-cost-tracker-greater-than-giots-functions/lct-rules](/low-cost-tracker-full-device-guide-book/low-cost-tracker-greater-than-giots-functions/lct-rules.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.g-iot.io/platform-user-guide-book/device/device-dashboard-details/add-device-rules/device-rules-per-device-type.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.
