Skip to main content
Ophel can export any AI conversation to a file, preserving not just the text but also images, uploaded files, generated assets, code artifacts, and reasoning chains — depending on what the platform exposes. You control the output format, what gets included, and how files are packaged.

How to export

After triggering an export, a full-page progress overlay blocks accidental interaction while Ophel loads history, extracts content, packages assets, saves the file, and restores the page.

Export formats

You can also click Toolbox Copy Markdown to copy the entire conversation to your clipboard without saving a file.

Segmented export

Segmented export lets you select and export specific parts of a conversation instead of exporting the entire thread. This is useful for long conversations where you only need certain sections, or when you want to organize different topics into separate files.

How to use segmented export

1

Open the segmented export dialog

From the Conversations tab, click the three-dot menu on any conversation row and choose Export segments…
2

Select segments

Ophel automatically detects conversation segments based on user questions. You can:
  • Search for specific segments using the search box
  • Select segments individually by clicking checkboxes
  • Use range selection (e.g., “1-3, 8”) to select multiple segments at once
  • Click Select visible to select all segments matching your search
  • Click Invert visible to flip the current selection
3

Choose export mode

Pick one of three output modes:
  • ZIP (one Markdown per segment) — Each selected segment becomes a separate .md file inside a zip archive
  • Merged Markdown — All selected segments are combined into a single .md file
  • Copy Markdown — Copies the merged Markdown directly to your clipboard
4

Export

Click Export selected to download or copy your selection.

Segment detection

Ophel treats each user question as the start of a new segment. A segment includes:
  • The user’s question
  • The AI’s complete response
  • Any nested back-and-forth exchanges before the next top-level user question
Each segment shows a preview with metadata: number of user messages, number of AI messages, and approximate character count.

Packaging mode

Go to Settings → Features → Export → Packaging mode to choose how Markdown exports handle assets: When zip mode is active, Ophel downloads the archive directly instead of a standalone Markdown file.

Zip package structure

All references inside the Markdown file use stable relative paths, so the zip extracts cleanly into any folder.

Platform export capabilities

Each AI platform exposes different types of content. The table below shows what Ophel can preserve per platform.
This table reflects what Ophel can extract from each platform’s current page structure. If a platform redesigns its DOM, some capabilities may need adapter updates before they work again.

Platform-specific export details

ChatGPT

  • Generated images — AI-generated image-only replies are included in both Markdown and zip exports.
  • Deep Research reports — When a Deep Research report is available, the export includes the report title and a link. In zip mode, linked report files are preserved under assets/files/.
  • User attachments — Uploaded images and linked files from user prompts are packaged in zip mode.

Gemini & Gemini Enterprise

  • Canvas code artifacts — Exports open Canvas artifacts, switches to the code tab, and includes the generated code in the Markdown output. When a Canvas panel is open, Copy Markdown and Download Markdown buttons appear directly in the Canvas toolbar for quick code export.
  • Deep Research exports — Covers owned app conversations, share pages, and generated report share pages. Closed report panels are opened during export and restored afterward.
  • Deep Research report actions — When a Deep Research report panel is open, Copy Markdown and Download Markdown buttons appear in the report toolbar, exporting only the current report without changing the regular conversation export.

Claude

  • Document artifacts — Markdown document artifacts are exported as linked files under assets/documents/ in zip packages.
  • Thinking chains — Expanded Claude thinking blocks are included when “Include Thoughts in Export” is enabled.
  • Attachments — Uploaded images and linked files from user prompts are packaged in zip mode, preserving the original reply order of text and artifact links.

Kimi

  • Share page export — Kimi share pages are supported for export, outline extraction, and scroll navigation.
  • Thought chains — Visible thinking content is included when “Include Thoughts in Export” is enabled.
  • User images — Uploaded images are preserved in Markdown and zip exports.

Deep Research report export (Gemini)

Gemini Deep Research reports are handled separately from regular conversation exports:
  • The Outline tab shows a Chat / Document source switch when a report is open, letting you browse the report outline independently from the conversation outline.
  • The report panel toolbar includes Copy Markdown and Download Markdown buttons for exporting only the report content.
  • During a full conversation export, Ophel opens the report panel if it is closed, extracts the content, and restores the panel state afterward.

Export settings

Configure export behavior in Settings → Features → Export:

Copy as Markdown

Click Toolbox Copy Markdown to copy the entire conversation to your clipboard in Markdown format. This is faster than exporting a file when you just need to paste the content into a note, email, or another AI chat.

Export from share pages

Ophel supports exporting from share pages on most platforms. The browser tab title and export filename use the page heading when the conversation title is not exposed on a share page. Platform-specific share page support:
  • Gemini — owned app conversations, conversation share pages, and report share pages
  • Kimi — share page conversations with images and file labels
  • Doubao — share links under /thread/
  • Z.ai — conversation and share pages
  • ChatGLM — share pages with thinking content
  • Qwen Studio — regular and share page conversations with thinking details
Last modified on June 20, 2026