> ## Documentation Index
> Fetch the complete documentation index at: https://noteflow.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# AI 对话导入

> 将 Claude、ChatGPT、Gemini 对话导入 NotebookLM

## 功能

在浏览器中打开 Claude、ChatGPT 或 Gemini 的对话页面后，NoteFlow 侧面板自动提取问答内容。

<Steps>
  <Step title="打开 AI 对话页面">
    在浏览器中打开 Claude、ChatGPT 或 Gemini 的对话页面。
  </Step>

  <Step title="自动提取">
    NoteFlow 侧面板自动识别当前 AI 平台，自动提取对话中的问答对。
  </Step>

  <Step title="选择问答（可选）">
    展开对话列表，勾选需要导入的问答对。可选择性导入。
  </Step>

  <Step title="导入到 NotebookLM">
    选择目标 Notebook，点击「导入到 NotebookLM」。
  </Step>
</Steps>

## 支持的平台

| 平台      | 说明                                           |
| ------- | -------------------------------------------- |
| Claude  | `claude.ai/*` — 自动提取对话内容                     |
| ChatGPT | `chatgpt.com/*` 或 `chat.openai.com/*` — 自动提取 |
| Gemini  | `gemini.google.com/*` — 自动提取                 |

## 说明

* 扩展通过内容脚本直接从页面 DOM 提取对话内容
* 提取的内容以 Markdown 格式导入 NotebookLM
* 只提取可见的对话内容，不含隐藏部分
