> 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-motion-tracking-configuration.md).

# LCT-  Motion Tracking configuration

Motion Tracking usually refers to the ability of a device to detect and monitor movement within a certain area. It tracks changes in position or activity over time. In the context of this platform, motion tracking is used to trigger actions or send alerts when movement is detected.

<figure><img src="/files/6aXxvpngEWz9lbqUxCpC" alt=""><figcaption><p>Motion Tracking configuration</p></figcaption></figure>

* **Send message when**: Choose the condition under which a message or alert is triggered, such as when motion starts, stops, or if tampering is detected during motion tracking.
* **Default Presets**: these are pre-configured settings for common use cases, allowing you to quickly apply optimal motion tracking parameters.
* **Motion stop after x seconds**: Define the duration in seconds after which motion tracking stops, once no movement is detected for that period.
* **Motion Start after x seconds**: Set the delay in seconds after motion is first detected, before the device starts tracking and sending updates.
* **Sensitivity:** Adjust this level to determine how easily motion is detected by the device. A higher sensitivity detects smaller movements, while lower sensitivity requires more significant movement.

\
Steps to Set Up Motion Tracking
-------------------------------

1. **Open the Device:**
   * Navigate to the **Device Dashboard** and open the desired device.
2. **Access Configuration:**
   * Click on the **Configuration** tab.
3. **Locate Tamper Contact Monitoring:**
   * Scroll through the configuration list to find the **Tamper Contact Monitoring** option.
4. **Activate Monitoring:**
   * Toggle the switch to the **ON** position.
5. **Save Changes:**
   * Click **Save** to apply the settings.


---

# 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-motion-tracking-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.
