# Driver Assignment

## Individual Assignment

Orders can be assigned to individual drivers by clicking on the "Assign" button within the order. The **Assign driver** pop-up will appear, allowing driver selection. Once assigned, the order will be labelled as **Assigned** and the driver's name is displayed.

The driver check-in time is also shown so that drivers who have checked in the longest time ago can be prioritised.

Drivers who are not working will not show up on the list.

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

## Bulk Action

Using the Bulk Actions button, multiple orders can be selected and assigned to the same driver. Once orders are selected, click the **Assign all** button and select the driver from the pop-up.

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

{% hint style="info" %}
Orders already assigned to other drivers cannot be included in bulk assignments. The Assign all button will be greyed out.
{% endhint %}


---

# 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/driver-assignment.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.
