> For the complete documentation index, see [llms.txt](https://docs.bossithq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bossithq.com/venue-configuration/drivers-and-delivery.md).

# 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.

[Order Performance Report](/analytics/order-performance-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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bossithq.com/venue-configuration/drivers-and-delivery.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
