How to download a ChatGPT conversation
- Request an export from Settings and Data controls in ChatGPT.
- Download the ZIP when your export is ready.
- Open the ZIP above and search for the conversation you need.
- Select Markdown, PDF, clean JSON, or plain text.
- Download one conversation directly or several in a ZIP.
See OpenAI's official data export instructions for the latest account steps.
Choose the right ChatGPT export format
- Markdown
- Best for AI agent context, notes, Git repositories, and editable long-term memory.
- Best for printing, sending a finished transcript, or keeping a fixed visual archive.
- Clean JSON
- Best for scripts and analysis that need roles, message text, IDs, and dates without ChatGPT's full mapping structure.
- Plain text
- Best when the destination accepts text but does not understand Markdown.
Find one useful chat in a large export
ChatGPT data exports can contain hundreds or thousands of conversations. This tool searches conversation titles and message bodies on your device. Use Select none, find the chat, select it, and download only that file. You do not need to extract the ZIP or inspect the raw JSON yourself.
Turn old chats into reusable context
A conversation often contains decisions, constraints, examples, and project history that would help the next agent. Export only the durable chats, review the result, and keep them with the work they describe. The Markdown converter is the strongest fit for editable context. Use the PDF converter when the transcript should be shared as a finished document.
Frequently asked questions
Request your data export from ChatGPT, open the ZIP here, select the conversation you need, and download it as Markdown, PDF, JSON, or plain text.
Yes. Search by title or message text, select none, then choose the single conversation you want. It downloads directly in your chosen format.
Yes. All readable conversations are selected by default. Choose a format and the converter creates a ZIP with one file per conversation.
Use Markdown for AI context and editable archives, PDF for printing and sharing, clean JSON for code and data work, or plain text for maximum compatibility.
No. The ZIP is opened and converted locally in your browser. Your conversations do not leave your device.
A browser save or print captures one open page. The official data export includes your conversation history, and this tool lets you search it and create separate portable files.
It supports the conversation mapping used in ChatGPT data exports and a simpler messages array fallback. If no readable user and assistant messages exist, it reports that instead of creating empty files.