Automation Anywhere is one of the world's leading RPA platforms — used by over 5,000 enterprises to automate millions of tasks every day. In this step-by-step tutorial, you'll learn how to set up Automation Anywhere, understand its core concepts, and build your very first working bot — even if you have zero coding experience.
🎯 What You'll Learn
✅ What Automation Anywhere is and how it works
✅ The difference between AA360 (Cloud) and the older AA versions
✅ How to set up the free Community Edition
✅ Step-by-step: Build your first data entry bot
✅ Key features: IQ Bot, Bot Insight, CoE Manager
✅ Automation Anywhere vs UiPath — which to learn first?
✅ Free learning resources and certification paths
1. What is Automation Anywhere?
Automation Anywhere (AA) is a cloud-native Robotic Process Automation (RPA) platform that lets businesses automate repetitive, rule-based tasks across any application — without changing existing software or writing traditional code.
Unlike simple workflow tools like Zapier, Automation Anywhere doesn't just connect apps via APIs — it can work with any application the way a human would: clicking buttons, reading screens, entering data, and making decisions based on what it sees.
Real example: An accounting team receives 500 invoices every month. Before AA: team members manually open each invoice, extract the amount, vendor name, and date, then enter it into an ERP system — taking 40 hours. After AA: a bot does all of this in 2 hours, with zero errors, 24/7.
Who Uses Automation Anywhere?
- Finance teams — invoice processing, reconciliation, reporting
- HR departments — employee onboarding, payroll data entry
- IT operations — user provisioning, system monitoring, ticket routing
- Healthcare — patient data management, claims processing, compliance
- Banks & insurance — KYC checks, loan processing, fraud detection
Key Facts (2026)
| Metric | Value |
|---|---|
| Founded | 2003 (Pleasanton, California) |
| Enterprise customers | 5,000+ |
| Bots deployed globally | 3 million+ |
| Gartner Magic Quadrant | Leader (consecutive years) |
| Free edition available | ✅ Yes — Community Edition |
2. AA360 vs Community Edition — Which One to Use?
AA360 (Enterprise Cloud)
Full cloud-native platform. Includes Control Room, IQ Bot, Bot Insight, AARI, and CoE Manager. For enterprises. Requires a paid license.
Best for: Enterprise deployments
Community Edition (Free)
Free cloud-based version with access to Bot Creator, Control Room, and core automation features. Perfect for learning and personal projects.
Best for: Beginners & learners
👉 For this tutorial, we'll use the free Community Edition. Everything you learn here directly transfer to the enterprise version.
3. Setting Up Automation Anywhere Community Edition (Free)
Step 1 — Create Your Free Account
- Go to community.automationanywhere.com
- Click "Get Community Edition Free"
- Fill in your name, email, and create a password
- Verify your email address
- You'll be taken to your Control Room dashboard
Step 2 — Download the Bot Agent
- In your Control Room, go to My Devices
- Click "Add Device"
- Download and install the AA Bot Agent for Windows
- After installation, your device will appear as "Connected" in the Control Room
System Requirements: Windows 10 or 11 (64-bit), minimum 8GB RAM, 10GB free disk space, and a Chrome or Edge browser. Automation Anywhere does NOT run natively on Mac — you'll need Windows or a Windows virtual machine.
4. Understanding the Automation Anywhere Interface
Once you're set up, here are the key areas you'll work in:
| Area | What It Does |
|---|---|
| Control Room | Central hub — manage bots, devices, users, and schedules. Web-based. |
| Bot Creator | Where you build and edit your automation bots. Drag-and-drop interface. |
| Bot Runner | Executes bots — can run attended (with human) or unattended (fully automated). |
| Bot Store | Marketplace of pre-built bots you can download and customize. |
| IQ Bot | AI-powered tool for extracting data from documents, invoices, and forms. |
| Bot Insight | Real-time analytics dashboard showing bot performance and ROI. |
5. Build Your First Bot: Automated Web Data Extraction
In this tutorial, we'll build a bot that opens a website, extracts specific data, and saves it to an Excel file — one of the most common real-world RPA use cases.
📋 Bot Overview
Goal: Extract product names and prices from a website → save to Excel
Trigger: Manual (you press Run)
Steps: Open browser → navigate to site → extract table data → save to
Excel
Time to build: ~20 minutes
Step 1 — Create a New Bot
- In the Control Room, click Automation in the left menu
- Click "Create a bot" (top right)
- Give it a name: "Web Data Extractor"
- Choose your device from the dropdown
- Click Create & Edit — Bot Creator opens
Step 2 — Add a Browser Action
- In the Actions panel (left side), search for "Browser"
- Drag "Open" onto the canvas
- In the URL field, enter your target website (e.g.,
https://books.toscrape.com— a safe practice site) - Set Browser to Chrome
- Click Save
Step 3 — Capture the Web Element
- Search for "Recorder" in the Actions panel
- Add "Capture" action to your bot
- Click "Capture" — your browser opens
- Hover over the first book title on the page until it highlights in green
- Click to capture it — AA records its location automatically
- Rename the captured variable to
bookTitle
Step 4 — Loop Through All Items
- Search for "Loop" in Actions
- Add "For each" loop
- Set the iterator to work through a Table or webpage list
- Move your Capture action inside the loop
- This makes the bot extract data from every item on the page
Step 5 — Save to Excel
- Search for "Excel advanced" in Actions
- Add "Open" → point it to a new Excel file on your desktop
- Inside the loop, add "Set cell" action
- Set the value to your
bookTitlevariable - Increment the row counter to move to the next row each loop
- After the loop, add "Save" and "Close" for the Excel file
Step 6 — Run & Test Your Bot
- Click the Run button (▶️) at the top
- Watch your bot open Chrome, load the website, and extract data automatically
- After it finishes, open your Excel file — you'll see all the extracted data!
- If there's an error, check the Run Log at the bottom for details
Congratulations — you've built your first Automation Anywhere bot! It can now extract data from any website automatically. Scale this up to process hundreds of pages in minutes.
6. Essential Automation Anywhere Commands for Beginners
Here are the commands you'll use in almost every bot you build:
| Command | Category | What It Does |
|---|---|---|
| Browser: Open/Close | Browser | Open or close a specific web browser |
| Recorder: Capture | Recorder | Capture any text or element from a screen |
| Keystrokes | Keyboard | Type text or special keys (Tab, Enter, etc.) |
| Mouse Click | Mouse | Click any button, link, dropdown, or checkbox |
| Excel Advanced | Excel | Read from or write to Excel files |
| If / Else | Logic | Make decisions based on conditions |
| Loop: For each row | Loop | Repeat steps for every row in a table/list |
| String: Assign | Variables | Store and manipulate text data |
| Message Box | Utility | Show a popup notification (great for testing) |
| Email: Send | Automatically send emails with attachments |
7. IQ Bot: AI-Powered Document Processing
One of Automation Anywhere's biggest differentiators is IQ Bot — an AI layer that reads and understands semi-structured and unstructured documents.
What IQ Bot Can Process
- Invoices and purchase orders
- Bank statements and financial reports
- Insurance claims and medical records
- Shipping documents and customs forms
- Email attachments in various formats
How IQ Bot Works
1. Upload Documents
Feed sample invoices to train the model
2. AI Learns
IQ Bot identifies field locations using machine learning
3. Human Validation
Low-confidence results flagged for human review
4. Auto-Extract
High-confidence results processed automatically at scale
This is available in the enterprise version. As a beginner, focus on the core Bot Creator first — IQ Bot is an advanced feature for when you're handling document-heavy enterprise workflows.
8. Automation Anywhere vs UiPath — Which Should You Learn?
| Feature | Automation Anywhere | UiPath |
|---|---|---|
| Market position | Leader (Gartner) | Leader (Gartner) |
| Architecture | Cloud-native (AA360) | Cloud + On-premise |
| Ease of learning | ⭐⭐⭐⭐ | ⭐⭐⭐⭐⭐ |
| Free learning edition | ✅ Community Edition | ✅ Community Edition |
| AI / Document processing | ✅ IQ Bot (strong) | ✅ Document Understanding |
| Community & resources | Large | Very large (larger) |
| Job market demand | ⭐⭐⭐⭐ | ⭐⭐⭐⭐⭐ |
| Best for | Cloud-first enterprises, finance/banking | Beginners, varied industries |
Verdict: If you're choosing between the two, UiPath is generally better for complete beginners due to its larger community and more learning resources. However, Automation Anywhere is extremely valuable if your target employer uses it (very common in banking, insurance, and large enterprises). Both are excellent career investments — learning one makes learning the other much easier.
→ Read our detailed comparison: UiPath vs Automation Anywhere: Full 2026 Comparison →
9. Free Certification & Learning Path
Automation Anywhere offers a free online learning platform called Automation Anywhere University (AAU). Here's the recommended path for beginners:
🟢 Level 1 — Foundations (2-4 weeks)
Complete "Automation Anywhere Essentials — RPA Professional" course on AAU. Covers core concepts, Control Room, and Bot Creator basics. Free + certificate included.
🟡 Level 2 — Advanced Developer (4-8 weeks)
Complete "Advanced RPA Developer" path covering error handling, IQ Bot, API integrations, and enterprise deployments. Prepares you for the official Certified Advanced RPA Professional exam.
🔴 Level 3 — Certified Professional
Take the Certified RPA Professional (CRPA) exam — globally recognized credential. Average salary for certified AA developers: $75,000–$120,000/year (US).
Additional Free Resources
- Automation Anywhere University: university.automationanywhere.com
- A-People Community: Forum for asking questions and sharing bots
- Bot Store: Download and reverse-engineer pre-built bots
- YouTube: Search "Automation Anywhere tutorial 2026" for video walkthroughs