# List View (Default)

## Ready to Go Orders

When orders are assigned, they appear in the **Ready to Go** section. This means that these orders are cooked and ready to be delivered. Order details are displayed such as:

* **Order Number**
* **Delivery Address**
* **Amount Due** (shows zero if paid online)
* **Customer's Name**
* **Order Rejection Indicator** — Red indicator allowing order decline.
* **Map Indicator —** Opens Google Maps using the order's postcode.

{% columns %}
{% column %}

<figure><img src="/files/uDtzljvrUhuKQO8o1cUK" alt="" width="262"><figcaption></figcaption></figure>

{% endcolumn %}

{% column %}

<figure><img src="/files/WTbx2B88BxWx1e9elLtl" 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/driver-app/orders/order-views/list-view-default.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.
