# Limit how far ahead customers can book

Use Maximum days customers can book ahead to control how far into the future customers can schedule appointments for a service.

This is the easiest way to prevent customers from booking too early (for example, months in advance).

***

### ✅ What this setting does

Maximum days customers can book ahead sets a booking window like:

* **7 days** → customers can book **today + the next 7 days**
* **30 days** → customers can book up to **30 days from today**
* **leave the field blank** > all future days are available to be booked

If a date is beyond the limit, customers won’t be able to select it in the booking calendar.

***

### 🛠️ **Steps to set date range**

1. Open the app >  click **Services** > open the service you want to edit
2. Scroll to **More options**
3. Find **Maximum days customers can book ahead**
4. Enter a number, example: **14**
5. Click **Save**

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

***

### 🧪 Example

If today is **Dec 1** and you set:

* Maximum days customers can book ahead = 14

Customers can book from:\
✅ Dec 1 → Dec 15

Customers cannot book:\
🚫 Dec 16 and later

***

### ⚙️ How it works with other rules

A time slot will appear only if **all** of these allow it:

* The date is within the “book ahead” limit
* Staff availability exists for that time
* The time isn’t blocked (days off / blocked time)
* &#x20;The service duration fits

So if customers can’t see any slots, this field might be too low **or** availability is missing.

***

### ⭐ Recommended values

* **7–14 days:** clinics, busy teams, short planning cycles
* **30 days:** salons, classes, common services
* **60–90 days:** weddings/events planning

***

### 🛠 Quick troubleshooting

**Customers say “no dates available”**

* Check if the value is **0** or too small
* Make sure the service has availability set (team members + working hours)

***

**🙋 Still need support?**

If you still need help, please feel free to contact us at <hi@tipo.io>. We’ll be happy to assist you further.


---

# 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.tipo.io/tipo-appointment-booking/availability-team-members/limit-how-far-ahead-customers-can-book.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.
