> For the complete documentation index, see [llms.txt](https://help.sesami.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.sesami.co/zh-cn/yu-yue/availability/same-day-bookings.md).

# 当日预约

如果你 **不** 希望客户预约当天的时间。

如果你 **允许** 允许当日预约时，此设置控制下一个可用预约何时开始。向上取整起始间隔控制客户必须提前多久预订时间段。

* 禁用——客户可以预订任何可用时段，甚至是现在就开始的时段。
* 5 分钟，&#x20;
* 10 分钟
* 15 分钟
* 30 分钟
* 60 分钟

{% hint style="info" %}
所选值决定当前时间与下一个可用预约时段之间的最短时间。
{% endhint %}

现在是 **上午 10:45**.&#x20;

使用 **5 分钟** 向上取整

* 上午 10:45 时段——不可用（当前时间）
* 上午 10:50 时段——可用（距离 5 分钟）

使用 **10 分钟** 向上取整

* 上午 10:50 时段——不可用（仅相差 5 分钟）
* 上午 10:55 时段——可用（距离 10 分钟）

使用 **15 分钟** 向上取整

* 上午 10:45 时段——不可用（当前时间）
* 上午 11:00 时段——可用（距离 15 分钟）

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

* 上午 11:00 时段——不可用（仅相差 15 分钟）
* 上午 11:15 时段——可用（距离 30 分钟）

使用 **60 分钟** 向上取整

* 上午 11:00 时段——不可用（仅相差 15 分钟）
* 上午 11:45 时段——可用（距离 60 分钟）

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

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

## 禁用当天预约

如果你 **不** 希望客户预约当天的时间。

1. 前往 **Sesami > 服务 > \[选择一个服务]**
2. 勾选 **禁用当天预约**
3. 点击 **保存**

启用后，店铺前台日历中今天的日期将不显示任何可用时段。

## 向上取整起始间隔

如果你 **允许** 允许当日预约时，此设置控制下一个可用预约何时开始。向上取整起始间隔控制客户必须提前多久预订时间段。

**选项：**

* 禁用——客户可以预订任何可用时段，甚至是现在就开始的时段。
* 5 分钟，&#x20;
* 10 分钟
* 15 分钟
* 30 分钟
* 60 分钟

{% hint style="info" %}
所选值决定当前时间与下一个可用预约时段之间的最短时间。
{% endhint %}

### 示例

现在是 **上午 10:45**.&#x20;

使用 **5 分钟** 向上取整

* 上午 10:45 时段——不可用（当前时间）
* 上午 10:50 时段——可用（距离 5 分钟）

使用 **10 分钟** 向上取整

* 上午 10:50 时段——不可用（仅相差 5 分钟）
* 上午 10:55 时段——可用（距离 10 分钟）

使用 **15 分钟** 向上取整

* 上午 10:45 时段——不可用（当前时间）
* 上午 11:00 时段——可用（距离 15 分钟）

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

* 上午 11:00 时段——不可用（仅相差 15 分钟）
* 上午 11:15 时段——可用（距离 30 分钟）

使用 **60 分钟** 向上取整

* 上午 11:00 时段——不可用（仅相差 15 分钟）
* 上午 11:45 时段——可用（距离 60 分钟）

## 设置

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