# Filtering Orders in Driver Station

Orders in the Driver Station can be filtered by Order Status and by Driver Assignment.

{% hint style="success" %}
These filters are available in all tabs of the driver station.
{% endhint %}

## Order Status

* **All** — Displays every order regardless of status.
* **Current** — Shows orders that are in progress or awaiting delivery.
* **Delivered** — Shows only orders that have already been completed.

<figure><img src="/files/0poYxUh82Q9mUSPyeLBP" alt=""><figcaption></figcaption></figure>

## Driver

* **All** — Displays all assigned and unassigned orders.
* **Not assigned** — Shows orders that have not yet been assigned to a driver.
* **Specific driver** — Filters orders by a selected driver, displaying only the ones assigned to them.

<figure><img src="/files/rKzCmtQAOM4KERGRH56S" alt=""><figcaption></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.bossithq.com/pos/driver-station/filtering-orders-in-driver-station.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.
