> For the complete documentation index, see [llms.txt](https://uni.fotello.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://uni.fotello.co/availability-and-scheduling/scheduling-settings.md).

# Scheduling Settings

Scheduling Settings are the guardrails around your schedule. Customers will only see time slots that fit within these rules.

Go to **Availability → Settings.**

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

#### Minimum Buffer time (in minutes)

Use this to build in extra time **between accepted orders**. The default is set to 30 minutes but you can change it to fit your needs.

Use this for travel time, minor clean-up, gear prep, parking, and wrap-up.

#### AI Smart Buffer&#x20;

When you accept a new order, Smart Buffer checks the live drive time from your current location to the next shoot. If it's longer than your Minimum Buffer Time, we automatically push your start time back - snapping to the nearest 15-minute interval - to give you breathing room.

Example: If you set 30 minutes and it's a 15-minute drive to your next shoot, Smart Buffer keeps the 30-minute gap. But if it's a 50-minute drive, Smart Buffer automatically gives you 60 minutes instead—no manual tweaking needed.

#### Minimum notice

This is the minimum lead time required before your customer can book.

Example: `4 hours` means customers can’t book anything starting in the next 4 hours.

#### Maximum notice: Limit future bookings

This setting limits how far into the future customers can see and book slots.

Example: `30 days` means customers can book up to 30 days ahead. The maximum allowed limit is 90 days.

Click **Save** to lock in your changes.

{% hint style="info" %}
These settings apply to both **Exact time** and **Time of day** booking modes. When using time-of-day windows, buffer time and minimum notice still apply — Fotello uses them to determine which slots exist inside each window. To switch between exact time and time-of-day windows, see [Order Settings](/orders/order-settings.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:

```
GET https://uni.fotello.co/availability-and-scheduling/scheduling-settings.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.
