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

# 予約画面一覧

予約画面の一覧表示、検索、新規作成、コピー、削除の機能を提供します。

## 予約画面一覧とは

予約画面一覧とは、作成済みの予約画面を一覧表示し、管理するための機能です。設定の検索、新規作成、コピー、削除の操作を行うことができます。

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

| 機能   | 説明                |
| ---- | ----------------- |
| 一覧表示 | 作成済みの予約画面を一覧で確認   |
| 検索   | 予約画面名での絞り込み検索     |
| 新規作成 | 新しい予約画面の作成        |
| コピー  | 既存設定を複製して新しい設定を作成 |
| 削除   | 不要な予約画面の削除        |

## 一覧表示

予約画面一覧では、以下の項目が表示されます：

| 項目   | 説明            |
| ---- | ------------- |
| 予約画面 | 設定に付けられた名前    |
| 更新日時 | 設定が最後に更新された日時 |

設定名をクリックすると、詳細編集画面に遷移します。詳細な設定項目については、[予約画面の詳細](/meeting-settings/modal-settings/detail.md)を参照してください。

## 検索

画面上部の検索ボックスに設定名を入力すると、入力したテキストに部分一致する設定のみが表示されます。検索ボックスを空にすると、すべての設定が再表示されます。

## 新規作成

「予約画面を追加」ボタンをクリックすると、新しい設定が作成され、詳細編集画面に自動的に遷移します。

## コピー

1. コピーしたい設定の操作メニュー（縦三点アイコン）をクリック
2. ドロップダウンメニューから「コピー」を選択
3. 設定が複製され、一覧に追加される

コピーされた設定は、元の設定名に「(コピー)」が追加された名前で作成されます。

## 削除

1. 削除したい設定の操作メニュー（縦三点アイコン）をクリック
2. ドロップダウンメニューから「削除」を選択
3. 確認ダイアログで「削除する」ボタンをクリック

* 削除した設定は復元できません
* 削除すると、面談タイプとの紐付けも解除されます


---

# 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/index.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.
