# Notifications

Users receive real-time notifications for status updates.

#### Order Confirmation

A notification is sent once an order has been successfully placed.

#### Delivery Start

A notification is sent once their order is out for delivery.

#### Driver Arrival

A notification is sent once the driver reaches the delivery address.

#### Points Earned

A notification is sent about how much points were earned upon order completion.

#### Order Rejected

A notification is sent if the order has been rejected by the venue.

{% columns %}
{% column %}

<figure><img src="/files/3Hl8tHF7mVHaRJOgZacj" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/4ZEXRADzTDxTKrnY53vN" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}


---

# 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://docs.bossithq.com/web-app/app-key-differences/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.
