> 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/web-app/time-slots.md).

# Time Slots

If pre-order is enabled, customers can choose a preferred time slot during checkout.

These can be configured based on venue needs.

{% hint style="warning" %}
**Do not change the settings in the in the middle of service hours.** Adjusting these values mid-service can cause allocation errors, as existing orders may no longer fit the updated intervals or capacities.
{% endhint %}

## Time Slot Days

Venues can allow customers to book a time slot **up to a specified number of days in advance**.

{% hint style="success" %}
If Time Slot Days is set to 0, it will only allow pre-orders for the current shift. This factors in the **day offset value** which allows customers to pick time slots for hours past midnight that are still within the current shift.
{% endhint %}

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

{% hint style="info" %}
This can be configured on a service level. [Service Configuration](/services/service-configuration.md)
{% endhint %}

## Time Slot Interval

Time slots are shown in defined intervals.

> Available intervals are 5, 10, 15, 30, or 60 minutes.

{% hint style="info" %}
This can be configured on a service level. [Service Configuration](/services/service-configuration.md)
{% endhint %}

## Scheduled Order Quantity Limit

This defines the number of orders that can be accommodated for a specific time slot for the specific service.

{% hint style="info" %}
This can be configured on a service level. [Service Configuration](/services/service-configuration.md)
{% endhint %}

## Buffer Hours

A buffer period can be configured, ensuring the **first available slot begins after a set delay** (e.g., two hours from the current time).

{% hint style="info" %}
This can be configured on a service level. [Service Configuration](/services/service-configuration.md)
{% endhint %}

## **Start & End Times**

Start and End Times of the Time Slots are dictated by the Service Open Hours.

{% hint style="info" %}
This can be configured on a service level. [External Schedule](/services/external-schedule.md)
{% endhint %}


---

# 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/web-app/time-slots.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.
