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

# 初期設定モード

面談タイプの各設定項目をステップ形式でガイドに沿って設定できる機能です。初めての設定時や設定を見直したい場合にご利用ください。

## 初期設定モードとは <a href="#about" id="about"></a>

初期設定モードとは、面談タイプの設定画面で利用できるガイド付きの設定モードです。面談タイプには多くの設定項目がありますが、初期設定モードを利用することで、ステップ形式で順番に設定を進めることができます。

面談タイプの設定画面には「通常モード」と「初期設定モード」の2つの表示モードがあり、いつでも切り替えることができます。デフォルトでは通常モードで表示されます。

## 初期設定モードでできること <a href="#features" id="features"></a>

| 機能             | 説明                                    |
| -------------- | ------------------------------------- |
| ステップ形式のナビゲーション | 設定項目が5つのカテゴリに分かれ、順番に設定を進められます         |
| 進捗表示           | 完了したカテゴリ数が表示され、全体の進捗を把握できます           |
| 要確認・任意バッジ      | 各カテゴリに「要確認」または「任意」のバッジが表示され、優先度がわかります |
| 保存して次へ         | 設定を保存しながら次のステップへ自動的に遷移できます            |
| スキップ           | 現在のステップを保存せずに次のステップへ進めます              |

## 利用条件 <a href="#requirements" id="requirements"></a>

初期設定モードへの切り替えは、**マネージャー以上のロール**を持つユーザーに限定されています。

## 初期設定モードの開き方 <a href="#how-to-open" id="how-to-open"></a>

1. 面談タイプの設定画面を開きます
2. サイドバー下部の「初期設定ガイドを開く」ボタンをクリックします
3. サイドバーがステップナビゲーションに切り替わり、初期設定モードが開始されます

## ステップの構成 <a href="#steps" id="steps"></a>

初期設定モードでは、設定項目が以下の5つのカテゴリに分かれています。

| ステップ | カテゴリ名  | 含まれる設定項目                               | バッジ（確認要否） |
| ---- | ------ | -------------------------------------- | --------- |
| 1    | 基本設定   | 全般設定、面談条件、面談予約画面設定                     | 要確認       |
| 2    | 通知・メール | 会議通知、予定詳細、面談リマインダー、面談予約通知、フォローアップメール   | 要確認       |
| 3    | アンケート  | 面談前アンケート、離脱前アクション、キャンセル前アンケート、チェックイン設定 | 任意        |
| 4    | 連携     | CRM連携                                  | 任意        |
| 5    | その他    | 電話リクエスト、自動リサーチ、利用状況                    | 任意        |

「要確認」バッジが付いたカテゴリは、面談タイプを利用するうえで設定の確認が推奨される項目です。「任意」バッジが付いたカテゴリは、必要に応じて設定してください。

## ボトムバーの操作 <a href="#bottom-bar" id="bottom-bar"></a>

初期設定モードでは、各設定ページの下部にナビゲーションバー（ボトムバー）が表示されます。

### スキップ <a href="#skip" id="skip"></a>

現在のステップの設定を保存せずに、次のステップへ遷移します。スキップしたステップは、サイドバーからいつでも戻って設定しなおすことができます。

### 通常モードへ <a href="#exit-to-normal" id="exit-to-normal"></a>

最後のステップ（その他 > 利用状況）に到達すると、「通常モードへ」ボタンが表示されます。このボタンをクリックすると通常モードに戻ります。

初期設定モード中でも、サイドバー上部の「通常モードへ」ボタンからいつでも通常モードに切り替えることができます。

## ステップの移動 <a href="#navigation" id="navigation"></a>

* ボトムバーの「保存して次へ」または「スキップ」で次のステップへ順番に進みます
* サイドバーのカテゴリ番号をクリックすると、任意のステップへ直接移動できます

## 注意事項 <a href="#notes" id="notes"></a>

* 面談タイプの新規作成時も、デフォルトは通常モードです

## よくある質問 <a href="#faq" id="faq"></a>

### 初期設定モードで設定をスキップした項目はどうなりますか？

スキップした項目の設定は変更されません。サイドバーからスキップしたステップを選択して、いつでも戻って設定しなおすことができます。

### 初期設定モードは何度でも使えますか？

はい、何度でも利用できます。設定の見直しや確認にもご利用いただけます。


---

# 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/setup-guide.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.
