Quick Start
Create your first flow in a few minutes
Let's build your first Creatos flow using the same core workflow shown in the tutorial video.
Before You Start
If you want to use cloud models, open Settings -> API Keys and add your provider key first.
If you use Ollama, configure its local base URL instead.
Step 1: Create a New Flow
- Go to Dashboard -> Flows
- Click New Flow
- Choose Blank Canvas or one of your saved templates
What Blank Canvas gives you
The default starting point is a simple Content -> AI flow, so you can begin immediately instead of building from zero.
Step 2: Bring in Source Material
For your first run, start with a Content node.
You can fill it in several ways:
- type or paste plain text
- paste a YouTube URL
- import a PDF, image, TXT, or MD file
- pick something you saved earlier from the Content Library
For a simple first flow:
- Use a text content node
- Paste your notes or source material
- Rename the node to something readable like
Research Notes
Step 3: Configure the AI Node
- Select the connected AI node
- Pick the provider and model you want to use
- Optionally add System Instructions for tone, role, or output rules
- Insert the connected variable, for example
{{Research Notes}}
Step 4: Generate a First Result
Try a prompt like:
Based on {{Research Notes}}, summarize the key points and turn them into a clean outline.Then press Enter or click Send.
Step 5: Turn the Result into an Editable Output
After the AI responds:
- Hover the message you want to keep
- Click Edit
- Creatos creates an Editor node from that message
- Refine the result there, then save it if you want to keep it
Step 6: Save What Matters
Once the flow is useful:
- save reusable content to Dashboard -> Sources
- save finished drafts to Dashboard -> Outputs
- save the whole canvas as a template for future flows