> 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-configuration/lct-temperature-monitoring-configuration.md).

# LCT-  Temperature Monitoring configuration

It involves tracking the temperature of a device. The system continuously measures and records temperature values. If the temperatures exceed or fall below the setted range, the system sends an alarm alert.

<figure><img src="/files/9ifuewS2Ow6GaaIQyHFw" alt=""><figcaption><p>Temperature Monitoring configuration</p></figcaption></figure>

## Steps to Set Up Temperature Monitoring:

1. **Open the Device:**
   * Navigate to the device dashboard and select the desired device.
2. **Go to Configuration:**
   * Access the Configuration tab to manage the device's settings.
3. **Find the Temperature Monitoring Setting:**
   * Locate the Temperature Monitoring option in the configuration list.
4. **Toggle the Switch:**
   * Enable temperature monitoring by toggling the switch to the ON position.
5. **Set Temperature Thresholds:**
   * Use the cursor to adjust the minimum and maximum temperature values that will trigger events.
6. **Save the Configuration:**
   * Click Save to apply the changes and activate temperature monitoring.


---

# 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/low-cost-tracker-full-device-guide-book/low-cost-tracker-greater-than-giots-functions/lct-configuration/lct-temperature-monitoring-configuration.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.
