> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt
> Use this file to discover all available pages before exploring further.

# Creating Workflows

> Start a new Flowker workflow from the + New Workflow button and choose Blank Workflow to open a fresh canvas.

Every Flowker workflow starts from the same entry point — the **+ New Workflow** button on the Workflows page. From there you open a blank canvas and build your logic node by node.

## How it works

***

When you click **+ New Workflow**, the **Workflow Templates** modal opens. Select **Blank Workflow** to get an empty canvas where you define every trigger, executor, and conditional node yourself.

Every new workflow starts in **Draft** status. You can design, test, and iterate before [activating it](/en/flowker/console/activating-deactivating-workflow) for production use.

## Next step

***

<Card title="Create from scratch" icon="plus" href="/en/flowker/console/create-from-scratch">
  Start with a blank canvas and build your workflow node by node.
</Card>
