# Quick Start
import {
PackageManagerTabs
// @ts-ignore
} from '@theme';
:::info
To quickly experience FlowGram.AI, you can directly [open it in CodeSandbox](https://codesandbox.io/p/github/louisyoungx/flowgram-demo/main).
:::
Choose a way to start:
- Option 1: Use the official template scaffolding to build a new project (⭐️ Recommended for a quick start).
- Option 2: Integrate into an existing project by installing the editor package.
## Option 1: Create a FlowGram.AI Application via the Official Template
1. Use the FlowGram CLI to set up a runnable demo.
Free Layout Demo [View Online Demo](/examples/free-layout/free-layout-simple.html)
Fixed Layout Demo [View Online Demo](/examples/fixed-layout/fixed-layout-simple.html)
Free Layout Demo Simple [View Online Demo](/examples/free-layout/free-layout-simple.html)
Fixed Layout Demo Simple [View Online Demo](/examples/fixed-layout/fixed-layout-simple.html)
Nodes can be dragged freely on the canvas, and edges can be used to connect nodes to establish logical relationships between them.
Next: [Create a Free Layout Canvas](/guide/getting-started/free-layout)
The position of nodes in the graph represents the logical relationship between them.
Next: [Create a Fixed Layout Canvas](/guide/getting-started/fixed-layout)