# Workload Mode for Scheduled Orders

## Fixed Workload Levels by Time of Day (UTC Timezone)

For scheduled orders placed well **in advance** (beyond a configurable threshold which is 90 minutes by default), the system applies a **fixed workload level** based on the estimated time of arrival of the order, rather than the venue's real-time workload. This approach ensures that preparation and delivery times align with the expected operational conditions at the time of fulfilment.

| Time Range    | Workload Level |
| ------------- | -------------- |
| 17:00 — 19:00 | Moderate       |
| 19:01 — 20:59 | Busy           |
| 21:00 — 22:30 | Moderate       |
| 22:31 — 16:59 | Quiet          |

##


---

# 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/workload/workload-mode-for-scheduled-orders.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.
