> 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/booking-features.md).

# 予約機能

予約体験を向上させ、サービスに特別な機能を追加するサービスレベルの機能です。

## 予約機能とは？

予約機能は、サービスごとに有効化できるオプション機能で、お客様により良い体験を提供し、ビジネスにより多くの管理機能をもたらします。

## 利用可能な機能

### 高速予約

* [**即時予約**](/ja/yu-yue/booking-features/instant-booking.md) - Shopifyのチェックアウトを省略して、より速く予約する
* [**グループ予約**](/ja/yu-yue/booking-features/group-appointments.md) - 複数のお客様が同じ時間枠を予約できるようにする

### 複数セッション予約

* [**複数日予約**](/ja/yu-yue/booking-features/multi-day-bookings.md) - 複数日にまたがるサービス
* [**予約パッケージ**](/ja/yu-yue/booking-features/booking-packages.md) - 複数のセッションをまとめてセットにする

### 顧客管理

* [**キャンセルと日程変更**](/ja/yu-yue/booking-features/cancellations-rescheduling.md) - 顧客が自分の予約を管理できるようにする
* [**オンライン会議リンク**](/ja/yu-yue/booking-features/online-meeting-links.md) - オンライン予約にバーチャル会議リンクを追加する
* [**同意書・利用規約**](/ja/yu-yue/booking-features/waiver-terms.md) - 予約前に顧客の同意を収集する

## 機能の仕組み

各機能は **サービスレベル**で設定されるため、

* サービスごとに異なる機能を有効化できます
* 設定はサービスごとに独立しています
* 一部の機能には、特定のSesamiプラン（ProまたはPremium）が必要な場合があります

## 関連項目

* [サービス](/ja/guan-li/services.md) - サービスを設定
* [予約体験](/ja/yu-yue/booking-experiences.md) - 顧客向けUI
* [空き状況](/ja/yu-yue/availability.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/booking-features.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.
