> 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-adaptive-configuration-rule.md).

# LCT - Adaptive Configuration Rule

The Adaptive Configuration Rule for LCT devices activates specific configurations based on geolocation triggers, pre-create in Cockpit > Template > Geofence. When the device enters or exits a predefined geofence, the rule applies a selected configuration from the pre-created templates in Cockpit > Template > Configuration, ensuring dynamic and location-based device management.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeP4bR0Is7tWfTKk406buUnR3rlFnXNnye5Emvt7R4TMYksNRDHJjuG-4AAbcUgTojxt7rmhC9MV55Y7sAps6Lrbfs1QkMppuUUqKwY8VtByr-t__f6igyHJHzTHjpAt7jZuQv9gQ?key=Kl1KyU1gDzenB_F0xjN17rry" alt=""><figcaption><p>LCT Adaptive Configuration Rule</p></figcaption></figure>

## Steps to Set Up Adaptive Configuration Rule for LCT:

1. **Access the Rule Page:**
   * Navigate to the device list, find the desired LCT device, and open its dashboard.
   * Go to the Rules section, click on the **+** icon, and select the **Adaptive Configuration Rule**.
2. **Activate the Rule:**
   * Toggle the switch at the top to enable the Adaptive Configuration Rule.
3. **Name the Rule:**
   * Enter a meaningful name to identify the rule.
4. **Set Alarm Level:**
   * Select the alarm level from the available options:
     * Critical
     * Major
     * Minor
     * Warning
5. **Define Alarm Trigger Action:**
   * Select the trigger action for the rule:
     * **Entering** or **Leaving** a geofence.
   * Choose the geofence from the dropdown list of existing geofences created in **Template > Geofence**.
6. **Select the Configuration:**
   * Choose the appropriate configuration from the list of previously createdconfigurations in **Template > Configuration**.
7. **Save the Configuration:**
   * Click Save to finalize and activate the Adaptive Configuration 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-adaptive-configuration-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.
