How do I get a mind map out of an AI reply?

About 3 min · Updated 2026-09-13

Ask for Mermaid mindmap syntax by name, or the model will hand you a markdown bullet list, which doesn't render as a mind map. Paste the code, render, export PNG, SVG, Word or slides.

Short answer

Name the mindmap syntax in your prompt. Left to itself, the model usually replies with a markdown bullet list, which isn't a mind map. With real mindmap code, paste it into the editor or the mind map page and export as usual.

A prompt that works

Draw a mind map in Mermaid using the mindmap syntax. Topic: ××. Use exactly one root, put root((Topic)) on the second line, indent each level by two more spaces, do not use markdown - bullets, and give the complete code block.

Three rules the syntax actually enforces

  1. One root only. Indentation that accidentally creates a second root is the one thing mindmap reliably errors on, and the message names the node.
  2. Levels come from indentation — two spaces per level, no -.
  3. No straight quotes inside node text.

Try it

mindmap
  root((Product refresh))
    Why now
      User feedback
      Competitor moves
    Plan
      Information architecture
      Visual system
    Timeline
      Phase one, two weeks
      Phase two, one month
Open in the editorEdit the text, switch themes and download PNG, Word or PowerPoint from there.

Exporting

Mind maps run wide, so use 3x for PNG or export SVG. For a deck, "Export PowerPoint" lays it across a slide.

Try it in the editor

More guides

All guidesLooking for a specific answer? Try the Help Center