Exit Guide
MAGAZINEOwn Your AI › Exit Guide

Exit Guide: leave ChatGPT with everything

Mojo·June 10, 2026
Exiting ChatGPT

Step by step (verified on June 10, 2026):

Sign in to ChatGPT and click your profile icon.
Open Settings, then Data Controls.
Under Export Data, click Export, then Confirm export.
Wait for the email from OpenAI. It usually arrives within hours, can take up to a few days, and the download link expires after 24 hours.
Click Download data export and unzip the archive.

If the menu has moved since then, the official help article is the source of truth: How do I export my ChatGPT history and data?

What the export contains: conversations.json with your full message history, timestamps, model details and metadata, plus chat.html, a browser-readable version of the same data, and some account metadata.

What it omits: Memory entries are stored separately and are not included. Custom instructions are not reliably included. Shared links, project configurations and fine-grained settings do not come along. Export those by hand: open them in the UI and paste them into a markdown file.

Convert to markdown: conversations.json is one big JSON file. Turn it into one file per conversation, named by date and topic. Any scripting tool can walk the JSON; Pandoc handles the chat.html route. Suggested structure:

my-base/
  conversations/
    2026-06-11-project-kickoff.md
    2026-06-09-pricing-research.md
  notes/
    memory-entries.md
    custom-instructions.md
  prompts/
    weekly-review.md
Your first base

Keep the files somewhere you control: a local folder, a git repository, or a synced drive, in that order of preference. Keep the base current: re-export monthly, or better, write new work directly into the base and treat the chat service as a scratchpad.

The principle that carries the movement: standard formats any model can read, today and in ten years. Your conversations in markdown are useful in every tool you will ever use. Your conversations inside a provider's database are useful exactly as long as that provider allows.

Share thisXLinkedInWhatsApp
Exit Guide

Discover more on AskMojo

Explore a feed of AI outputs created by people like you.

Explore the feed →