Your First Automation Project
This guide walks you through creating your first automation project from scratch. By the end, you will have a working automation that visits a website and extracts data.
Method 1: Ask the AI Assistant (Easiest)
Section titled “Method 1: Ask the AI Assistant (Easiest)”The fastest way to create a project is to simply describe what you want in plain English.
- Click AI Assistant in the sidebar (the home icon).
- Type your request. For example:
“Go to https://example.com/products and extract all product names and prices into a spreadsheet.”
- The AI will analyze the page, generate the project configuration, and create it for you.
- Click Run Project to execute it.

Method 2: Record Your Actions
Section titled “Method 2: Record Your Actions”If you prefer to show RTILA what to do instead of describing it:
- Click Automation Projects in the sidebar.
- Click New in the ribbon toolbar.
- A new project is created and the Settings modal opens.
- Click Save & Launch Visual Builder.
- The browser opens with the RTILA recording toolbar visible.
- Perform your actions — click buttons, fill forms, navigate pages. RTILA records everything.
- When done, press Alt+Shift+X (or Option+Shift+X on Mac) or click Stop.
- Your actions are saved as commands. Go back to RTILA X to review them.

Method 3: Build Manually
Section titled “Method 3: Build Manually”For full control, build your automation command by command:
- Click Automation Projects → New.
- In the project settings, add your starting URL.
- Click Save & Launch Visual Builder.
- In the side panel, switch to the Web Automation tab.
- Click Add to add commands one by one.
- Configure each command (e.g.,
goto,click,extract_data).

Running Your Project
Section titled “Running Your Project”- Go to Automation Projects.
- Select your project from the list.
- Click Run in the ribbon toolbar.
- A Live Monitor modal opens showing:
- Magic Dashboard — real-time status of bot evasion, checkpoints, and AI corrections
- Live Logs — step-by-step log output
- Live Memory — current variable and memory state

Viewing Your Results
Section titled “Viewing Your Results”After the project finishes:
- Go to Scraped Data in the sidebar.
- Select your Project and Run from the dropdowns.
- Your extracted data appears in a table.
- Click Export to download it as CSV, JSON, XLSX, or Parquet.

What’s Next?
Section titled “What’s Next?”- Commands Reference — Learn all available commands
- Datasets Guide — Master data extraction
- Stealth Features — Bypass anti-bot protection
- Triggers — Send data to databases, cloud, and more