What shapes are available for flowcharts?+
Standard flowchart shapes: rectangle (process), diamond (decision), oval/rounded (start/end terminal), parallelogram (input/output), cylinder (database), document shape, and cloud. Each has a specific meaning in flowchart notation.
What does each flowchart shape mean?+
Rectangle: a process step or action. Diamond: a yes/no decision. Oval: start or end point. Parallelogram: data input or output. Arrow: flow direction. Circle: connector or reference to another page.
Can I export to Mermaid or draw.io?+
Yes. Export as Mermaid syntax to embed flowcharts in Markdown documentation (GitHub README, Notion, Confluence). Export as draw.io XML to import into drawio.com for further editing.
How do I create a swimlane diagram?+
Add horizontal or vertical lane containers and place process nodes inside them. Swimlanes separate responsibilities - e.g. Customer lane, System lane, Finance lane - showing which role performs each step.