Some Claude conversations are worth keeping: a long research thread, a piece of writing you worked on together, or a technical solution you will need again. Claude.ai does not have a simple one-click export for a full conversation, so here are the practical ways to save a Claude chat and keep it for good.
Option 1: Copy and paste
The quickest manual method is to select the conversation and copy it into a document or note. It works, but for long chats it is slow, the formatting often breaks, and it is easy to miss the top of the thread. Fine for a short answer, painful for a long one.
Option 2: Print to PDF
Open the chat, press Ctrl+P (Cmd+P on Mac), and choose "Save as PDF". This captures the whole page as a document. It is handy for a quick archive, but the result includes the surrounding interface and is not easy to edit or reuse as clean text.
Option 3: Export as Markdown, text or JSON with an extension
For a clean, reusable copy, a browser extension is the easiest route. Claude Organizer is a free Chrome extension that adds a Download and a Copy button to Claude.ai. It exports the entire conversation, from the very first message, as:
- Markdown, ready to paste into Notion, Obsidian or a doc with formatting intact.
- Plain text, for a simple, universal copy.
- JSON, if you are a developer and want the structured data.
It runs entirely in your browser, with no account and nothing uploaded.
Which format should you use?
- Markdown if you are saving into a notes app and want headings and formatting.
- Plain text if you just want the words, anywhere.
- PDF if you want a fixed document to file or share.
- JSON if you plan to process the conversation programmatically.
Whatever you choose, exporting your important chats means they are safe outside the app, and easy to reuse whenever you need them.