How do I get a flowchart from ChatGPT into a Word document?

About 3 min · Updated 2026-09-13

ChatGPT hands you Mermaid code, not a file. Paste the whole reply here, then choose Download to Word. The .docx has the diagram embedded at 3x resolution and the original Mermaid code on a final page.

Short answer

ChatGPT gives you a block of Mermaid code, and a screenshot of the rendered preview turns to mush the moment Word scales it. Paste the whole reply into the editor, then open the ▾ next to "Download PNG" and pick Word. You get a .docx with the diagram embedded at 3x resolution and the original Mermaid code on a final page, so the next edit starts from text rather than from a picture.

Three steps

  1. Copy the whole reply. You don't need to find where the code block starts and ends — the prose around it is fine.
  2. Paste into the editor. The Mermaid code inside gets picked out and rendered; the status line tells you what it found.
  3. Download → Word. The file is generated in your browser and downloaded directly. Nothing is uploaded.

Why not just screenshot it

A screenshot is screen pixels. Word scales it to the page and the edges break up; print makes it worse. The export re-renders the diagram at 3x and embeds a clean bitmap, so text edges hold up at A4.

Try it

A typical flowchart reply — open it in the editor and run through the download:

flowchart TD
    A([Ticket created]) --> B{Requirements clear?}
    B -- Yes --> C[Schedule work]
    B -- No --> D[Ask for detail]
    D --> B
    C --> E[QA]
    E --> F{Passed?}
    F -- Yes --> G([Ship])
    F -- No --> C
Open in the editorEdit the text, switch themes and download PNG, Word or PowerPoint from there.

Try it in the editor

More guides

All guidesLooking for a specific answer? Try the Help Center