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

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