# Notifications

<figure><img src="/files/m0ZXXSVbM18MbCe1gka4" alt=""><figcaption></figcaption></figure>

Notifications are sent to users as a reminder to avoid possible penalty due to commitment error. &#x20;

* Reminder of session: 3 hours, 1 hour, 30 minutes, 10 minutes (before session starts)&#x20;
* Reminder for clients to complete booking.&#x20;
* Notice for the service provider when booking was accepted.&#x20;
* Notice for all users that a new message was received.&#x20;
* Confirmation period: From the time a booking was made until 48 hours before session starts, this notification should remind clients once per day if the session was yet to be confirmed. &#x20;
* Decision to reschedule or refund: In case of reasonable cancellation of session post confirmation, this notification serves to prompt users for the decision to proceed within the grace period to avoid possible charges. &#x20;
* Late for session&#x20;
* Session is considered “no show”&#x20;
* Session starts and ends&#x20;
* Reminder to submit proof of reasonable cancellation to be verified.&#x20;
* Reminder to complete terms of service upon listing (could be a one-off notice or repeated if users select “remind me again”)&#x20;

Users in general, can choose to turn off notifications of reminder. However, this is not recommended unless the user is confident with staying committed without the notifications which serves as a **convenient reminder**.&#x20;


---

# 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://manual.ycucumber.com/engagement-feature/notifications.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.
