Getting Started with Whimsical AI Flowcharts

By Review Team ·

Difficulty: Beginner

What You Will Learn

By the end of this tutorial, you will be able to generate clean, usable flowcharts from plain English descriptions using Whimsical AI — and know when to manually adjust the output.

Prerequisites

Step 1: Open the AI Flowchart Tool

Log into Whimsical and create a new Flowchart document. Click the AI button in the top toolbar to open the generation panel.

Step 2: Write a Simple Prompt

Start with a linear process that has no branching. For example:

“User signs up, confirms email, and completes profile setup”

Click Generate. Whimsical AI should return a 3-step flowchart in under 10 seconds.

Step 3: Add a Decision Point

Now introduce branching logic:

“User signs up. If email is valid, send confirmation. If not, show error. After confirmation, redirect to dashboard.”

The AI will add a diamond-shaped decision node. Check that both branches (valid / invalid) are clearly labeled.

Step 4: Iterate on Complex Flows

For multi-step business logic, break your prompt into stages:

  1. Generate the main flow first
  2. Select a specific node and ask the AI to expand it
  3. Manually wire any edge cases the AI misses

Common Pitfalls

Next Steps

Once you are comfortable with flowcharts, try generating sequence diagrams for API flows or mind maps for brainstorming sessions.