> 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/modal-settings/detail.md).

# 画面詳細

面談予約画面に表示されるアイコン、カバー画像、説明文などの面談詳細を設定する画面です。

## 画面詳細とは

画面詳細とは、面談予約画面に表示される面談詳細（アイコン・カバー画像・説明文）を設定する画面です。

## 画面詳細でできること

| 機能          | 説明                             |
| ----------- | ------------------------------ |
| 面談詳細の表示/非表示 | 面談詳細（アイコン・カバー画像・説明文）の表示/非表示を設定 |
| アイコン画像設定    | 面談のアイコン画像の表示/非表示と画像のアップロード     |
| カバー画像設定     | 面談のカバー画像の表示/非表示と画像のアップロード      |
| 説明文設定       | 面談の説明文を設定（最大500文字）             |

## 設定項目詳細 <a href="#modal-setting-details" id="modal-setting-details"></a>

**面談詳細を表示**

* チェックボックスで面談詳細（アイコン・カバー画像・説明文）の表示/非表示を設定

**アイコン画像を表示**

* チェックボックスでアイコン画像の表示/非表示を設定

**アイコン**

* 面談のアイコン画像
* 推奨サイズ：400px×400px（正方形）
* 推奨フォーマット：PNG、JPEG
* ファイルサイズ：1MB以下推奨

**カバー画像を表示**

* チェックボックスでカバー画像の表示/非表示を設定

**カバー画像**

* 面談のカバー画像
* 推奨サイズ：828px×240px（横長）
* 推奨フォーマット：PNG、JPEG
* ファイルサイズ：1MB以下推奨
* 表示される際は下部の80pxが隠れる領域になります

**説明文**

* 面談の説明文
* 最大500文字まで入力可能

## 面談タイプとの紐づけ

予約画面は面談タイプの「予約設定」画面で選択できます。面談タイプごとに異なる予約画面を適用することで、用途に応じた最適な予約体験を提供できます。

**複数設定の扱い（A/Bテスト機能）**

* 複数の設定を面談タイプに紐付けると、ランダムで選択されます
* リードがアクセスするたびに異なる表示パターンを提供可能
* 効果測定やA/Bテストに活用できます

## よくある質問

**Q: 複数の予約画面を同じ面談タイプに設定するとどうなりますか？** A: 複数の設定を面談タイプに紐付けると、リードがアクセスするたびにランダムで選択されます。これにより、異なる表示パターンでのA/Bテストが可能です。


---

# 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/modal-settings/detail.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.
