> 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/low-cost-tracker-full-device-guide-book/low-cost-tracker-greater-than-giots-functions/lct-rules/lct-battery-level-alarm-rule.md).

# LCT - Battery Level Alarm Rule

The Battery Level Alarm Rule in LCT devices triggers an alert when the device's battery level falls below a predefined threshold. This rule ensures timely monitoring of battery status, helping to prevent downtime and maintain device functionality.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXe83aoOmyx1f16RN8u7nzb5SUblZpDkPa2XrOOHf8YHrAY6iVO97NJx7QeC9OL-DiKaCmzV0uy5BMxTZwtGvVgR49LJi8aAR8yrMPzvLpdUzE5g4rt2GOkQhkReWaUclLMi7z0z?key=Kl1KyU1gDzenB_F0xjN17rry" alt=""><figcaption><p>LCT Battery Level Alarm Rule</p></figcaption></figure>

## Steps to Set-up Battery Level Alarm Rule:

1. **Activate the Rule:**
   * Toggle the switch at the top of the configuration panel to enable the rule.
2. **Set Alarm Level:**
   * Select the alarm severity from the available options:
     * Critical
     * Major
     * Minor
     * Warning
3. **Define the Alarm Trigger Battery Threshold:**
   * Use the slider to set the battery percentage that will trigger the alarm.
4. **Define the Notification Type:**
   * **None:** The alarm will only be visible on the platform without sending a notification.
   * **Email:** Enter up to 5 email addresses to receive the notification when the alarm is triggered.
5. **Save the Configuration:**
   * Click Save to apply and activate the Battery Level Alarm Rule.


---

# 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/low-cost-tracker-full-device-guide-book/low-cost-tracker-greater-than-giots-functions/lct-rules/lct-battery-level-alarm-rule.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.
