# Drivers and Delivery

## Driver screen

Indicates whether the venue has a driver screen.

[Driver Station](/pos/driver-station.md)

## Driver fees

Indicates whether or not the venue pays a driver fee. A driver fee is a per order fee that has a cashout functionality.

[Driver Fee Types](/pos/driver-station/driver-fee-types.md)

## Driver check-in distance

Max distance (meters) from venue for driver check-in.

[Check-In Settings](/driver-app/orders/check-in-process/check-in-settings.md#check-in-distance)

## Driver check-in frequency

Minimum interval (minutes) between driver check-ins.

[Check-In Settings](/driver-app/orders/check-in-process/check-in-settings.md#check-in-frequency)

## Auto-dispatch deliveries

If true, deliveries are dispatched automatically.

[Auto-Dispatch Deliveries](/pos/driver-station/driver-assignment/auto-dispatch-deliveries.md)

## Drivers can select orders

If true, drivers can choose which orders to leave with. If false must deliver all assigned ready orders when leaving.

[Order Selection](/driver-app/orders/order-selection.md)

## Drivers choose dispatch order

If true, drivers can choose dispatch order, meaning they can choose sequence of order delivery.

[Order Sequence](/driver-app/orders/order-sequence.md)

## Driver assigned orders limit

Maximum number of active orders assigned per driver. 0 means no limit.

## Optimise route on leave

Optimises delivery route when driver leaves venue. This will choose fastest route to deliver all orders a driver is leaving with.

Delivery fulfillment target

Target time in minutes for delivery order fulfillment. This is used strictly for reporting and does not factor into any ETA calculation.

[Delivery Order Report](/analytics/delivery-order-report.md)

## Cashout receipt comment

Text displayed on driver cashout receipt.

## Cashout receipt requires signature

Controls whether the driver cashout receipt requires signature.


---

# 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/venue-details-configuration/drivers-and-delivery.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.
