> 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.md).

# 预约

- [预约体验](https://help.sesami.co/zh-cn/yu-yue/booking-experiences.md)
- [月/日视图](https://help.sesami.co/zh-cn/yu-yue/booking-experiences/month-day-view.md)
- [多日视图](https://help.sesami.co/zh-cn/yu-yue/booking-experiences/multi-day-view.md)
- [本地化体验](https://help.sesami.co/zh-cn/yu-yue/booking-experiences/localizing-experience.md)
- [资源选择](https://help.sesami.co/zh-cn/yu-yue/booking-experiences/resource-selection.md)
- [移除 Sesami 品牌标识](https://help.sesami.co/zh-cn/yu-yue/booking-experiences/remove-sesami-branding.md)
- [浏览器兼容性](https://help.sesami.co/zh-cn/yu-yue/booking-experiences/browser-compatibility.md)
- [预约功能](https://help.sesami.co/zh-cn/yu-yue/booking-features.md)
- [即时预约](https://help.sesami.co/zh-cn/yu-yue/booking-features/instant-booking.md)
- [团体预约](https://help.sesami.co/zh-cn/yu-yue/booking-features/group-appointments.md)
- [多日预约](https://help.sesami.co/zh-cn/yu-yue/booking-features/multi-day-bookings.md)
- [预约套餐](https://help.sesami.co/zh-cn/yu-yue/booking-features/booking-packages.md)
- [预约套餐](https://help.sesami.co/zh-cn/yu-yue/booking-features/booking-packages-1.md)
- [取消与改期](https://help.sesami.co/zh-cn/yu-yue/booking-features/cancellations-rescheduling.md)
- [在线会议链接](https://help.sesami.co/zh-cn/yu-yue/booking-features/online-meeting-links.md)
- [弃权书与条款](https://help.sesami.co/zh-cn/yu-yue/booking-features/waiver-terms.md)
- [可用性](https://help.sesami.co/zh-cn/yu-yue/availability.md)
- [资源可用性](https://help.sesami.co/zh-cn/yu-yue/availability/resource-availability.md)
- [灵活时段](https://help.sesami.co/zh-cn/yu-yue/availability/flexible-slots.md)
- [缓冲时间](https://help.sesami.co/zh-cn/yu-yue/availability/buffer-times.md)
- [当日预约](https://help.sesami.co/zh-cn/yu-yue/availability/same-day-bookings.md)
- [日历开始日期](https://help.sesami.co/zh-cn/yu-yue/availability/calendar-start-date.md)
- [时区](https://help.sesami.co/zh-cn/yu-yue/availability/timezone.md)
- [预订期限](https://help.sesami.co/zh-cn/yu-yue/availability/reservation-period.md)
- [日期和时间格式](https://help.sesami.co/zh-cn/yu-yue/availability/date-and-time-format.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.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.
