> 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/journey-to-getting-started-with-giot/12.-manage-rules.md).

# 12. Manage Rules

Rules allow users to define automated actions and alerts based on device data or specific conditions, ensuring efficient monitoring and management. By setting up rules, users can trigger alarms, send notifications, or modify device behavior based on predefined criteria such as temperature, geofencing, or battery levels. Creating a rule involves selecting the rule type, defining its parameters, and configuring notifications, all tailored to the device's capabilities and operational needs.

### How to set and What are the LM and LCT rules?

{% hint style="success" %}
LM - Rules\
[https://app.gitbook.com/o/DKrl40rifuf7Bl8WIqXK/s/fEQ6KpTjmszWVWQqgcEa/\~/changes/152/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 %}

{% hint style="success" %}
LCT - Rules\
[https://app.gitbook.com/o/DKrl40rifuf7Bl8WIqXK/s/fEQ6KpTjmszWVWQqgcEa/\~/changes/152/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:

```
GET https://docs.g-iot.io/journey-to-getting-started-with-giot/12.-manage-rules.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.
