> 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/ja/yu-yue.md).

# 予約

- [予約体験](https://help.sesami.co/ja/yu-yue/booking-experiences.md)
- [月/日表示](https://help.sesami.co/ja/yu-yue/booking-experiences/month-day-view.md)
- [複数日表示](https://help.sesami.co/ja/yu-yue/booking-experiences/multi-day-view.md)
- [体験のローカライズ](https://help.sesami.co/ja/yu-yue/booking-experiences/localizing-experience.md)
- [リソースの選択](https://help.sesami.co/ja/yu-yue/booking-experiences/resource-selection.md)
- [Sesamiのブランド表記を削除](https://help.sesami.co/ja/yu-yue/booking-experiences/remove-sesami-branding.md)
- [ブラウザ互換性](https://help.sesami.co/ja/yu-yue/booking-experiences/browser-compatibility.md)
- [予約機能](https://help.sesami.co/ja/yu-yue/booking-features.md)
- [即時予約](https://help.sesami.co/ja/yu-yue/booking-features/instant-booking.md)
- [グループ予約](https://help.sesami.co/ja/yu-yue/booking-features/group-appointments.md)
- [複数日予約](https://help.sesami.co/ja/yu-yue/booking-features/multi-day-bookings.md)
- [予約パッケージ](https://help.sesami.co/ja/yu-yue/booking-features/booking-packages.md)
- [予約パッケージ](https://help.sesami.co/ja/yu-yue/booking-features/booking-packages-1.md)
- [キャンセルと日程変更](https://help.sesami.co/ja/yu-yue/booking-features/cancellations-rescheduling.md)
- [オンライン会議リンク](https://help.sesami.co/ja/yu-yue/booking-features/online-meeting-links.md)
- [同意書と利用規約](https://help.sesami.co/ja/yu-yue/booking-features/waiver-terms.md)
- [空き状況](https://help.sesami.co/ja/yu-yue/availability.md)
- [リソースの空き状況](https://help.sesami.co/ja/yu-yue/availability/resource-availability.md)
- [柔軟な枠設定](https://help.sesami.co/ja/yu-yue/availability/flexible-slots.md)
- [バッファ時間](https://help.sesami.co/ja/yu-yue/availability/buffer-times.md)
- [当日予約](https://help.sesami.co/ja/yu-yue/availability/same-day-bookings.md)
- [カレンダー開始日](https://help.sesami.co/ja/yu-yue/availability/calendar-start-date.md)
- [タイムゾーン](https://help.sesami.co/ja/yu-yue/availability/timezone.md)
- [予約期間](https://help.sesami.co/ja/yu-yue/availability/reservation-period.md)
- [日付と時刻の形式](https://help.sesami.co/ja/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/ja/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.
