What you can actually export

The decision is made and the first practical question is whether you can take your conversations with you. The answer is yes, in a specific and limited sense that is worth understanding before you rely on it.

Nearly every assistant that stores chat history offers some form of account data export. What arrives is a set of files. What those files are good for is narrower than most people assume.

What an export is

An export is a snapshot, not a sync. You request it, the provider assembles the state of your account at that moment, and you download the result. It never updates. Conversations you have tomorrow are not in it. If you export, keep using the account for three more weeks, then cancel, the last three weeks are gone.

This has one direct consequence for sequencing: the export should be one of the last things you do before closing an account, not one of the first. Exporting early is still worth doing — it tells you whether the mechanism works and what the files look like — but the copy you keep should be generated close to the end.

What it typically contains

Formats differ by provider and change over time, so the useful thing is the categories rather than the filenames.

The conversations themselves, usually as structured data — one record per conversation, containing the messages in order with timestamps and role labels. Frequently JSON. Sometimes accompanied by a rendered HTML file meant to be browsable.

Account metadata — when the account was created, its identifiers, sometimes a record of subscription events. Rarely useful to you, occasionally useful for a support query.

Files you uploaded, sometimes. This is the least reliable category and the one worth checking first. Some exports include the documents and images you attached to conversations; some include only a reference to them, so the conversation text says a file was attached and the file itself is not there. If your conversations depended on attachments, verify this specifically.

Personalisation or memory content, sometimes, and usually in a much thinner form than what the product actually used. What you get is more like a list of remembered facts than the mechanism that applied them.

What to look for, not where to click

Interfaces move. The stable description is: the export control lives in the account, data, or privacy area of settings, usually described as data controls, your data, privacy, or account management. The action is usually called export, download your data, or request an archive.

Two behaviours are common enough to expect. Exports are frequently generated asynchronously — you request it and are notified when it is ready rather than getting an immediate download. And the download link frequently expires, so a request you forget about for a week may need making again.

Whether any of that is true of your provider today is something only your provider’s interface can tell you. Look for the category; verify the specifics there.

Verify the export before you trust it

The failure that costs people their history is not a failed export. It is an export that was never opened.

Three checks, in order of what they catch:

Open it. Unzip the archive and confirm the files are there and non-empty. An archive that downloaded partially is a real and quiet failure.

Find a conversation you remember. Search the files for a distinctive phrase from a conversation you know you had, ideally an old one. This confirms the export covers the full history rather than a recent window.

Check one attachment. If you ever uploaded files, find a conversation that had one and confirm the file is actually present in the archive rather than merely mentioned.

Do these while the account is still active. Every one of them is fixable then and none of them is fixable after.

What moves

WHAT MOVES — an account data export

  · Conversation text and timestamps
                    → exported, as structured data.
                      Readable and searchable.

  · Files you uploaded
                    → SOMETIMES. Verify one specific
                      attachment before relying on it.

  · Conversation state — the thread the
    assistant was following
                    → STAYS BEHIND. The text comes with
                      you; the ability to continue does
                      not.

  · Anything created after the export
                    → STAYS BEHIND. A snapshot never
                      updates.

  · Memory and personalisation
                    → partially, and thinner than what
                      the product used.

  · Clearing memory or deleting the account
                    → IRREVERSIBLE. Export first, and
                      open the export first.

Making the archive usable later

An export you cannot read in two years is a slower version of losing it.

Structured data is durable but unpleasant to browse. If your export includes a rendered HTML view, keep it, and test that it opens in a browser without a network connection — some rendered exports reference remote assets and become blank pages offline.

Beyond that, the cheapest useful thing is to give the archive a filename with a date in it and put it somewhere backed up. 2026-07-22 assistant-export.zip in a folder you already back up beats an elaborate scheme you abandon. If you want the conversations searchable, extracting the text into plain text or Markdown files — one per conversation, named by date and topic — is a one-time job that makes the archive greppable forever.

What this does not get you

The archive is the record of what was said. It is not the working state, and this is the point where expectations most often break: you cannot hand these files to a new assistant and resume the thread. The new one can be shown a conversation as text, the way you would paste in any document, and it can read it. It cannot inherit the thread.

Which means the export solves exactly one problem — never losing what was said — and none of the others. The things that genuinely do not transfer are a separate list, and rebuilding them is separate work.

Do the export properly anyway. It is the only step in the whole switch where the cost of getting it wrong is permanent.