> ## 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 Chat Import

> Import Claude, ChatGPT, and Gemini conversations into NotebookLM

## Feature

Open a Claude, ChatGPT, or Gemini conversation page. The NoteFlow side panel automatically extracts Q\&A content.

<Steps>
  <Step title="Open an AI chat page">
    Open a conversation on Claude, ChatGPT, or Gemini.
  </Step>

  <Step title="Auto-extract">
    The NoteFlow side panel detects the AI platform and automatically extracts Q\&A pairs from the conversation.
  </Step>

  <Step title="Select Q&A (optional)">
    Expand the conversation list and check the Q\&A pairs you want to import. Selective import supported.
  </Step>

  <Step title="Import to NotebookLM">
    Select your target notebook and click "Import to NotebookLM".
  </Step>
</Steps>

## Supported Platforms

| Platform | Description                                           |
| -------- | ----------------------------------------------------- |
| Claude   | `claude.ai/*` — auto-extract conversation content     |
| ChatGPT  | `chatgpt.com/*` or `chat.openai.com/*` — auto-extract |
| Gemini   | `gemini.google.com/*` — auto-extract                  |

## Notes

* The extension extracts conversation content directly from the page DOM via content scripts
* Extracted content is imported into NotebookLM in Markdown format
* Only visible conversation content is extracted — hidden portions are not included
