# 可用性

控制服务何时可被预订的规则和限制。

## 什么是可用性？

可用性决定客户何时可以预订您的服务。这包括工作时间、时区处理、预订限制和时间段配置。

## 核心可用性设置

### [资源可用性](/zh-cn/yu-yue/availability/resource-availability.md)

为资源（团队成员、房间、设备）设置工作时间和排班：

* 定义每周重复排班
* 为特定日期设置自定义时间
* 为节假日或维护创建阻止时段
* 配置按资源可用性

### [灵活时段](/zh-cn/yu-yue/availability/flexible-slots.md)

通过自定义时间段间隔控制客户何时可以预订：

* 设置间隔（15、30、45 或 60 分钟）
* 按服务配置
* 将预订时间与您的实际运营相匹配

## 预订限制

### [缓冲时间](/zh-cn/yu-yue/availability/buffer-times.md)

在预约之间添加准备时间：

* 每个预约之前（准备时间）
* 每个预约之后（清理时间）
* 当天第一个预约之前（开业设置）

### [当日预订](/zh-cn/yu-yue/availability/same-day-bookings.md)

控制客户是否可以在当天预订：

* 完全禁用当日预订
* 设置最短提前通知时间（向上取整起始间隔）

### [日历开始日期](/zh-cn/yu-yue/availability/calendar-start-date.md)

为预订日历设置一个特定的开始日期：

* 日历将打开到您选择的日期，而不是今天
* 非常适合季节性服务、未来活动或预售

## 时区与显示

### [时区](/zh-cn/yu-yue/availability/timezone.md)

为客户和多地点配置时区处理：

* 客户时区转换
* 多地点时区支持
* 面向目的地服务的时区固定

### [预留时段](/zh-cn/yu-yue/availability/reservation-period.md)

在客户结账时临时保留时间段：

* 防止重复预订
* 可配置的保留时长（5-60 分钟）
* 自动释放过期预留

### [日期和时间格式](/zh-cn/yu-yue/availability/date-and-time-format.md)

自定义向客户显示日期和时间的方式。

## 可用性如何运作

可用性基于多个因素计算：

1. **资源可用性** - 所需资源是否在工作？
2. **服务限制** - 缓冲时间、当日限制
3. **现有预订** - 已被预订的时间段
4. **时区** - 客户或地点时区
5. **保留期** - 临时保留的时段

一个时间段只有在 **所有条件** 都满足时才可用。

## 相关

* [资源](/zh-cn/guan-li-yuan/resources.md) - 设置资源
* [服务](/zh-cn/guan-li-yuan/services.md) - 配置服务
* [预订体验](/zh-cn/yu-yue/booking-experiences.md) - 面向客户的界面
* [地点](/zh-cn/guan-li-yuan/locations.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.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.
