Poe conversation to Word

Poe has no direct Word export. Scroll the conversation to the top so it fully loads, print it to PDF using Ctrl+P or Cmd+P, then convert that PDF into a .docx file with a converter. Pasting directly into Word carries over Poe's UI styling and usually needs heavy cleanup.

Short answer

Poe has no direct Word export. Scroll the conversation to the top so it fully loads, print it to PDF using Ctrl+P or Cmd+P, then convert that PDF into a .docx file with a converter. Pasting directly into Word carries over Poe's UI styling and usually needs heavy cleanup.

Poe doesn't offer a Word export, or any export, so getting a conversation into an editable document takes an extra step compared to ChatGPT or Claude, both of which have official data archives to convert from.

Why direct copy-paste is a poor starting point

Pasting a Poe conversation straight into Word carries the web page's formatting with it: Poe's fonts, background colors on message bubbles, and link styling that clashes with a document template. Code blocks lose their monospacing and line breaks. Long conversations with many turns become a slog to clean up by hand, and you'll typically need to manually re-add speaker labels since Poe's visual distinction between "you" and the bot doesn't survive a plain paste.

The reliable path: print, then convert

Because Poe has no export API to read from, the most complete route is:

  1. Open the conversation and scroll all the way to the first message, since Poe only keeps recently-viewed messages rendered
  2. Print to PDF using Ctrl+P or Cmd+P, with background graphics enabled so bot vs. user turns stay visually distinct
  3. Run that PDF through ChatExports, which can convert it into a properly structured .docx with real Word headings for each speaker turn, native lists, and monospaced code styling

This produces a document that behaves like a normal Word file rather than a screenshot pasted onto a page: restyle all the speaker labels at once by changing the heading style, generate a table of contents, apply track changes, and merge it with other documents cleanly.

Working with multiple bots

If you ran the same prompt through several bots on Poe to compare outputs, print each thread separately and convert them individually, then assemble the resulting Word documents side by side or into one file using Insert, then Object, then Text from File in Word, which preserves formatting far better than copy-paste between documents.

What to expect from formatting fidelity

Since the source is a PDF rendered from a web page rather than a structured export file, some visual artifacts from Poe's interface (button icons, avatar images) may carry through into the PDF before conversion. A clean conversion strips these and keeps just the conversation content, but always review the output, since Poe's UI changes periodically and older screenshots-to-PDF may include stray interface elements.

For frequent use

If you archive Poe conversations regularly, doing the print-to-PDF step immediately after any conversation worth keeping, rather than batching it later, avoids the risk of the conversation becoming inaccessible if it's deleted or the bot is removed from Poe's catalog.

Frequently asked questions

Does Poe let me export directly to Word?

No. Poe has no export feature of any kind. The workflow is to print the conversation to PDF first, then convert that PDF into a Word document.

Will the Word document preserve code blocks from Poe?

Yes, when converted properly. Code appears in a monospaced style with wrapping, rather than the mangled line breaks you'd get from a direct copy-paste into Word.

Can I combine several Poe bot conversations into one Word file?

Convert each conversation separately, then combine the resulting documents in Word using Insert, then Object, then Text from File, which preserves formatting better than pasting.

Is the print-to-PDF step necessary, or can I convert straight from the page?

Since Poe has no export file to read from directly, printing to PDF first is currently the most reliable way to capture the full, correctly ordered conversation before converting.

Related guides