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

# 利用状況

面談タイプに紐づくリソースの利用状況を確認できるページです。

## 利用状況とは

利用状況とは、面談タイプに紐づいているリソース（日程調整URL、フローチャート、ルーティングリストなど）の件数と名前を確認できるページです。面談タイプがどの機能で使用されているかを把握でき、不要な面談タイプの整理や管理に役立ちます。

## 利用状況でできること

| 機能        | 説明                                   |
| --------- | ------------------------------------ |
| リソース件数の確認 | 面談タイプに紐づく各リソースの件数を確認できます             |
| リソース名の確認  | 紐づいているリソースの名前を確認できます（一部のリソースは件数のみ表示） |

## 表示されるリソース

| リソース      | 説明                                        | 名前の表示      |
| --------- | ----------------------------------------- | ---------- |
| 日程調整URL   | この面談タイプを使用している日程調整URLの件数と名前               | あり         |
| フローチャート   | この面談タイプを使用しているフローチャートの件数と名前               | あり         |
| ルーティングリスト | この面談タイプを使用しているルーティングリストの件数と名前             | あり         |
| Slack通知   | この面談タイプに設定されているSlack通知の件数                 | なし         |
| Web接客     | この面談タイプを使用しているWeb接客の件数と優先度                | あり（優先度で表示） |
| セグメント     | この面談タイプを使用しているセグメントの件数と優先度                | あり（優先度で表示） |
| AE連携      | この面談タイプを使用しているAccount Engagementリストの件数と名前 | あり         |
| AI接客フロー   | この面談タイプを使用しているAI接客フローの件数と名前               | あり         |

## 利用状況の確認方法

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/reservation-settings/linked-resources.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.
