> 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/leads/lead-detail.md).

# リード詳細

個別リードの属性やファイル閲覧履歴を確認する画面です。

「リード管理」ページの各画面から開く「リード行動記録」モーダルです。[全リード](/immedio-box/leads/index.md)や[ホットリード](/immedio-box/leads/hot-leads.md)、[企業詳細](/immedio-box/leads/company-detail.md)のリード一覧で、リードの表示名（メールアドレス）をクリックすると表示されます。

そのリードがこれまでに閲覧したファイル・ルームの一覧を確認できます。

## 表示項目

| 項目          | 説明                                    |
| ----------- | ------------------------------------- |
| コンテンツ名・ルーム名 | 閲覧されたファイルまたはルームの名前                    |
| タイプ         | PDF／動画／ドキュメント／URL／ルームのいずれか            |
| 表示時間        | そのコンテンツの表示時間（`mm:ss`形式）。URLの場合は表示されない |
| 総再生時間       | 動画の総再生時間（動画のみ）                        |
| 発生日         | 閲覧が発生した日時                             |

## 行をクリックすると

各行をクリックすると、そのコンテンツのセッション詳細画面が表示されます。詳細についてはこちらを参照してください。

* [ファイルのセッション詳細](https://docs.immedio.io/immedio-box/leads/pages/3xnqnSDS6gmDcWZLPoJB#セッション詳細)
* [ルームのセッション詳細](/immedio-box/rooms/detail/session-detail.md)


---

# 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/leads/lead-detail.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.
