# 当日预约

控制客户是否可以在当天预约，以及他们距离开始时间多近时仍可预约。

## 禁用当天预订

如果你不想让客户在当天预订（例如，你需要时间准备）：

1. 前往 **Sesami > 服务 > \[选择一项服务]**
2. 检查 **禁用当天预订**
3. 点击 **保存**

启用后，今日日期在前台日历中将不显示可用时段。

## 向上取整起始间隔

如果你 **允许** 当天预订，则“向上取整起始间隔”会控制客户必须提前多久预订某个时段。

**选项：**

* **禁用** — 客户可以预订任何可用时段，甚至是立即开始的时段
* **15 分钟** — 必须在时段开始前至少 15 分钟预订
* **30 分钟** — 必须在时段开始前至少 30 分钟预订

### 示例

现在是上午 10:45。使用 **15 分钟** 向上取整：

* 上午 10:45 时段 — **不可用** （太晚了）
* 上午 11:00 时段 — **可用** （15 分钟后）

使用 **30 分钟** 向上取整：

* 上午 11:00 时段 — **不可用** （只剩 15 分钟）
* 上午 11:15 时段 — **可用** （30 分钟后）

## 设置

1. 前往 **Sesami > 服务 > \[选择一项服务]**
2. 找到 **当日预订** 部分
3. 选择你的向上取整间隔，或完全禁用当天预订
4. 点击 **保存**

{% hint style="info" %}
如果你需要客户提前更久预订（例如提前 24 小时），请使用 [缓冲时间](/zh-cn/yu-yue/availability/buffer-times.md) 并将值设为“每次预约之前”。
{% endhint %}

## 相关

* [缓冲时间](/zh-cn/yu-yue/availability/buffer-times.md) — 在预订之间添加准备时间
* [日历开始日期](/zh-cn/yu-yue/availability/calendar-start-date.md) — 控制日历首先显示哪个日期
* [灵活时段](/zh-cn/yu-yue/availability/flexible-slots.md) — 控制时间段间隔


---

# 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://help.sesami.co/zh-cn/yu-yue/availability/same-day-bookings.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.
