> 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/immedio-box/integrations/immedio.md).

# immedio連携設定

immedio（日程調整）との連携を設定する画面です。

immedio BoxとimmedioをAPI連携するための画面です。「外部連携」ページの「immedio連携」セクションで設定します。

連携後の使い方（資料・動画閲覧中のモーダル表示設定、アンケートとの組み合わせなど）は以下のガイドを参照してください。

* [ファイル閲覧中の顧客に商談を打診する](/immedio-box/guides/workflow/immedio.md)
* [アンケート回答後に面談の日程調整を行う](https://github.com/immedioinc/immedio-docs/tree/main/immedio-box/guides/questionnaire/questionnaire-immedio.md)

## 設定項目一覧

| 項目    | 説明                                     |
| ----- | -------------------------------------- |
| APIキー | immedio管理画面のWeb接客ページに記載されているAPIキーを入力する |

## 各項目の詳細

### APIキー

immedio管理画面（`https://console.immedio.io/web_engagements`）に記載されている**APIキー**を入力し「保存する」を押すと連携が完了します。タグコードではなくUUID形式のキーのみを貼り付けてください。


---

# 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/immedio-box/integrations/immedio.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.
