> For the complete documentation index, see [llms.txt](https://docs.immedio.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.immedio.io/meeting-settings/reservation-settings/reservation-modal-settings.md).

# 予約画面

既存の予約画面を面談タイプに紐づける機能です。複数の設定を紐づけることでA/Bテストが可能になります。

## 予約画面とは

予約画面とは、既存の予約画面を面談タイプに紐づける機能です。事前に作成された予約画面の中から選択して、面談タイプごとに異なる予約体験を提供できます。複数の既存設定を同じ面談タイプに紐づけることで、ランダム選択によるA/Bテストが可能です。

## 予約画面でできること

| 機能     | 説明                                |
| ------ | --------------------------------- |
| 設定の紐づけ | 作成済みの予約画面から選択して面談タイプに紐づけ。複数を紐づけ可能 |

* 複数紐づけると、予約画面が表示ごとにランダムで選択されます

## 予約画面の紐づけ方法

あらかじめ[予約画面](/meeting-settings/modal-settings/index.md)を作成しておく。

1. 予約画面のページにアクセス
2. 既存の予約画面を選択
3. 保存ボタンをクリック

## A/Bテストの確認方法

[ダッシュボード](/reports/dashboard.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://docs.immedio.io/meeting-settings/reservation-settings/reservation-modal-settings.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.
