Create a Swimlane diagram
- Open Swimlanes and create a new diagram.
- Drag nodes from the stencil onto the canvas.
- Drop nodes inside lanes to snap; nodes stay attached to the lane.
- Connect nodes using the handles (drag from a black handle to another node).
- Export SVG or PNG when you’re ready to share.
Create an ERD (tables + relationships)
- Open ERD and create a new diagram.
- Drag Entity nodes onto the canvas.
- Select an Entity → add fields in Properties (name/type, PK/FK).
- Connect entities using handles to create relationships.
- Toggle notation: Crow’s Foot vs Chen.
- Export SQL (DDL) or PDF data dictionary for documentation.
Reverse‑engineer from SQL
- Open an ERD diagram.
- Click Import SQL in the toolbar.
- Paste CREATE TABLE statements (PostgreSQL style).
- Review entities and FK edges; use Auto‑Layout if needed.
Create a Flow Chart (SaaS-grade)
- Open Flow Chart and create a new diagram.
- Drag shapes from the stencil onto the canvas.
- Connect nodes using handles (orthogonal connectors).
- Click an edge → use “Edit Edge” to label exits (Yes/No) and toggle async dashed edges.
- Click an edge -> use Edit Edge to label exits (Yes/No) and toggle dashed async edges.
- Use Export Mermaid when you want the diagram in documentation or version control.
Create an Org Chart (Functional/Divisional/Matrix/Flat)
- Open Org Chart and create a new diagram.
- Drag Employee/Contractor cards onto the canvas.
- Connect Manager → Report to create primary reporting lines.
- Use the chart type selector in the toolbar and click Auto‑Layout.
- For matrix: select an edge → Edit Edge → mark it dashed (secondary).
Create a System Architecture diagram
- Open System Architecture and create a new diagram.
- In the left stencil sidebar, choose a Style: Generic / AWS / Azure / Google Cloud.
- Drag components layer-by-layer (Client → Security → Compute → Messaging → Data → Observability).
- Connect nodes with solid sync edges; use Edit Edge to toggle dashed async edges (events/queues/CDC).
- Use boundaries for Region/VPC/Cluster and Auto-Layout for clean spacing.
- Export Mermaid/SVG/PNG for documentation.
Create a Data Architecture diagram (beginner-friendly)
- Open Data Architecture and create a new diagram.
- In the left sidebar, use Quick start → choose a template (AWS/Azure/GCP) → Load.
- Use + Source / + Ingestion / + Processing / + Storage / + Analytics to add steps (no dragging required).
- Use containers (Lakehouse / Workspace / Domain) to group nodes; nested nodes move together.
- Click Auto-Layout to align layers and reduce edge crossings.
- Export SVG/PNG for docs, or Export JSON for version control and re-importing.
Find your last diagram (Recents)
- Open /tools/diagrams.
- Under “Recent on this device”, click Open on your last diagram.
- If you only have the diagram ID (from the URL), paste it into “Open diagram by ID”.
- Optional: bookmark the diagram URL for quick access.