# Notification System

LETSTOP’s aim is to minimize user interaction with the LETSTOP app while driving, allowing for a focus on the road. The journey begins automatically as soon as driving is detected, using a combination of motion sensors and GPS speed thresholds, with users receiving a prompt notification. Similarly, at the end of the journey, users have the option to manually end the trip with a button or let the app conclude it automatically. In both scenarios, a notification will be sent.

Furthermore, LETSTOP provides summaries of their driving as alerts, offering them insights into their driving patterns, such as frequency of phone use, trip smoothness, and overall safety score. These insights are designed to promote awareness and continuous improvement.

Additionally, location-based offers are presented to the user through alerts, adding value to their experience and encouraging safer driving behavior. For example, users might receive discounts for nearby gas stations, car washes, or automotive services after completing a trip.


---

# Agent Instructions: 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://whitepaper.letstop.io/game-mechanics/notification-system.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.
