Getting Started
Get up and running with AI development feedback loops in 3 simple steps
What You'll Learn
- How to build automation workflows in Qontinui Web
- How to test your automation with mock execution
- How to run your automation with Qontinui Runner
Build Your Automation in Qontinui Web
Create a Free Account
Visit qontinui.com and sign up for a free account. No credit card required.
Create Your First Project
- Click "New Project" in your dashboard
- Give your project a name (e.g., "My First Automation")
- Click "Create" to open the automation builder
Define Your States
States represent the different screens or conditions in your application. For example:
- Login Screen
- Dashboard
- Settings Page
Tip: Add identifying images to each state so Qontinui can recognize when it's active.
Add Actions and Transitions
Connect your states with transitions that define:
- What actions to perform (click, type, wait, etc.)
- Which state to navigate to next
- When the transition should occur
Learn More: Working with States • Action Types • State Transitions
Test with Mock Execution
Before running on real systems, test your automation logic directly in the browser:
- Click the "Test" button in the automation builder
- Select your starting process or state
- Watch as Qontinui simulates the execution flow
- Review the execution log to verify your logic
Why Mock Testing? Mock execution lets you validate your state machine and automation logic without requiring a real GUI environment. It's fast, safe, and perfect for iterating on your design.
Learn More: Mock Testing Guide
Run with Qontinui Runner
Download Qontinui Runner
Download the desktop application for your operating system:
Download Qontinui RunnerExport Your Configuration
- In Qontinui Web, click "Export" in your project
- Save the JSON configuration file to your computer
- Note the location of the downloaded file
Load and Execute
- Open Qontinui Runner
- Click "Load Configuration" and select your JSON file
- Select the process you want to run
- Click "Start Execution" to run your automation
Real Automation: Qontinui Runner performs actual mouse clicks, keyboard input, and screen recognition on your system. Make sure you have the target application ready before starting execution.
Learn More: Installation Guide • Running Automations