# Order Rejection

In **List View**, beside every order, there is a **red line** that acts as an indicator for declining the order. Driver **swipes** on the order to reject it. A confirmation message will display:

*"**Are you sure you want to reject \[order number]?** This action cannot be undone."*

Order Rejection is only available for **5 minutes**.&#x20;

{% columns %}
{% column %}

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

{% endcolumn %}

{% column %}

<figure><img src="/files/H86IkxfpgRluAVWdOoFB" 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-rejection.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.
