# 缓冲时间

缓冲时间在预约之间增加了缓冲空间——用于清理、准备、出行或休息的时间。

## 设置缓冲时间

1. 前往 **Sesami > 服务 > \[选择一项服务] > 管理**
2. 滚动到 **缓冲时间** 部分
3. 配置选项：

| 选项             | 作用                  |
| -------------- | ------------------- |
| **在每次预约之前**    | 在每次预订前阻止时间          |
| **在每次预约之后**    | 在每次预订后阻止时间          |
| **在当天第一场预约之前** | 在一天开始时阻止时间（例如，准备时间） |

4. 请输入缓冲时长，单位为分钟
5. 点击 **保存**

### 示例

如果您希望客户至少提前 **24 小时**进行预订，请将“在每次预约之前”设置为 **1440 分钟** （1 天）。

{% hint style="info" %}
缓冲时间会在创建预订后显示在管理员日历中，但在 **前台日历中不可见** ——它只是将这些时间段从可用性中移除。
{% endhint %}

## 固定时间表

如果您需要带有内置休息时间的固定时间表（而不是动态缓冲），请将可用时间手动设置为时间段。

**示例** — 30 分钟服务，带 15 分钟休息：

* 上午 9:00 – 上午 9:30
* 上午 9:45 – 上午 10:15
* 上午 10:30 – 上午 11:00
* 上午 11:15 – 上午 11:45

这种方式让您可以完全控制时间段具体何时可用。

## 常见设置

| 业务类型 | 前     | 后     | 原因      |
| ---- | ----- | ----- | ------- |
| 美发沙龙 | —     | 15 分钟 | 顾客之间的清理 |
| 咨询   | —     | 10 分钟 | 记录和准备   |
| 清洁服务 | 30 分钟 | 30 分钟 | 行程时间    |
| 瑜伽课程 | 15 分钟 | 15 分钟 | 场地更换    |

## 相关

* [当日预订](/zh-cn/yu-yue/availability/same-day-bookings.md) — 控制客户可以预订到距离当前时间有多近的时间
* [资源可用性](/zh-cn/yu-yue/availability/resource-availability.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/buffer-times.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.
