What you’ll build
A simple workflow you run manually. It starts with a Start trigger and uses an Ask AI action to generate a motivational quote. This teaches you the core concepts: applications, workflows, triggers, and actions.Prerequisites
- A CogniAgent account (sign up here)
- Access to the CogniAgent dashboard
Step 1: Create an application
Open the dashboard

The Applications dashboard — each row is one workflow.
Click Create Application
Name your application

A new application opens on an empty canvas. Use the Add Step button in the bottom toolbar to add your first node.
Step 2: Add a trigger
Triggers are events that start your workflow. Every workflow needs at least one trigger.Open the workflow editor
Add a Start trigger
Other trigger types
Step 3: Add an action
Actions are the tasks your workflow performs. Let’s add a simple one.Add an Ask AI node
Configure the prompt

A minimal workflow: Start trigger wired to a single Ask AI node.
Step 4: Run your workflow
Save your workflow
Run the workflow

The Run dialog — for the manual Start trigger there's nothing to configure, just press Start.
View the results

The events panel shows each node that ran, its status, and the time it took.
Bonus: schedule it
Once your workflow works end-to-end, you can run it automatically:- Add a Scheduled Trigger node.
- Connect it to the same Ask AI node.
- Configure when it should run (daily, weekly, cron, etc.), then save.
What’s next?
Now that you understand the basics, explore these topics:Connect MCP
Understanding Workflows
Browse All Nodes
Build a Real Workflow
Glossary
Common questions
What if my workflow doesn't run?
What if my workflow doesn't run?
Can I edit a workflow after running it?
Can I edit a workflow after running it?
How do I pass data between nodes?
How do I pass data between nodes?
