# Order Log

At bottom of each Order page lives BDP's **Order Log**. This real-time record of the Order's lifecycle provides visibility into Order status, capturing key events and documenting any changes made

* captures IP address of customer, date & time Order is created
* records date & time the Order Confirmation (receipt) is sent
* notes any changes made to the Order by an Admin, along with user, date & time
* on day of delivery, records Order status changes made by Driver users, from "Assigned" to "Delivering," and "Complete," again capturing user, date & time
* once an Order is history (day after), the Log retains key details including: order creation & confirmation sent, delivery notification sent, and 'Thank You' sent.&#x20;

<figure><img src="/files/njil92ab1rDW14120zdA" alt=""><figcaption><p>Order Log sample </p></figcaption></figure>


---

# 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.bulkdelivery.pro/pro-tips/order-log.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.
