> 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/initial-settings/web-customer-service.md).

# Web接客を表示する

* [x] [Web接客用のアンケートフォームを作成する](#webnoanktofmuwosuru)
* [x] [（任意）Web接客用の面談タイプを作成する](#webnotaipuwosuru)
* [x] [（任意）Web接客用の予約画面を作成する](#webnowosuru)
* [x] [（任意）面談タイプごとのSlack通知先を設定する](#taipugotonoslackwosuru)
* [x] [（任意）Web接客で使用するグループを作成する](#webdesurugurpuwosuru)
* [x] [Web接客（セグメント）を作成する](#websegumentowosuru)
* [x] [Web接客のタグを埋め込む](#webnotaguwomemu)

***

## Web接客用のアンケートフォームを作成する

Web接客は、お問い合わせや資料請求フォームのCV後に表示する日程調整モーダルと異なり、お客様の情報を事前に取得する前にカレンダーを表示し、日時選択後にお客様の情報を入力いただき日程確定となります。

その際にどういった情報を入力いただくのか？を決めて、アンケートフォームで作成する必要があります。

[こちら](https://docs.immedio.io/meeting-settings/questionnaires#ankto)の手順を参考にアンケートフォームを作成してください。

***

## （任意）Web接客用の面談タイプを作成する

[こちら](/initial-settings/schedule-modal/week-2.md#taipuwosuru)の手順を参考に作成してください。

***

## （任意）Web接客用の予約画面を作成する

[こちら](/initial-settings/schedule-modal/week-2.md#wosuru)の手順を参考に作成してください。

***

## （任意）面談タイプごとのSlack通知先を設定する

[こちら](/initial-settings/schedule-modal/week-2.md#taipugotonoslackwosuru)の手順を参考に作成してください。

***

## （任意）Web接客で使用するグループを作成する

[こちら](/initial-settings/schedule-modal/week-1.md#gurpuwosuru)の手順を参考に作成してください。

***

## Web接客（セグメント）を作成する

[こちら](/company-settings/web-engagement/segment.md#web-segumentono)を確認し作成してください。アクションタイプは[こちら](/company-settings/web-engagement/segment.md#akushontaipu)を参照してください。

***

## Web接客のタグを埋め込む

[こちら](/company-settings/web-engagement/segment.md#webtaguno)を確認し埋め込んでください。

***


---

# 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/initial-settings/web-customer-service.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.
