Automation Anywhere Tutorial: RPA & Types of Bots
โก Smart opsummering
Automation Anywhere delivers robotic process automation through a Control Room, bot developers, and bot runners. This page explains architecture, bot types, features, and industry use cases, plus how the modern Automation 360 platform differs from the older Enterprise 11 release.

Hvad er automatisering?
Automation is a technique of performing tasks and processes with minimal human assistance. It is a method of making a device, a process, or a system operate on its own without constant human intervention. Automation is used across industries to operate equipment such as machinery, factory processes, boilers, networks, ships, aircraft, and vehicles.
Automation is normally grouped into four categories, ordered from the narrowest scope to the broadest:
- Makrooptagere โ replay a fixed sequence of keystrokes and mouse clicks.
- Makrooptagere pรฅ applikationsniveau โ run inside one application, such as a spreadsheet or an ERP client, and understand that applicationโs objects.
- Automatisering af forretningsprocesser โ re-engineers a workflow at the system level, usually through APIs, queues, and rules engines.
- Robot procesautomation โ drives the user interface of existing applications the way a person would, with no change to the underlying systems.
Hvad er RPA?
Robotisk procesautomatisering (RPA) is software that mimics the actions of a human user. It performs actions on a PC to automate business processes that are highly repetitive and rule-based.
Because RPA works at the presentation layer, it can join together legacy mainframes, desktop applications, and web portals that have no shared API. That is why RPA is often described as the fastest way to automate a process without touching the systems underneath. If you are comparing platforms before committing, the roundup of robotiske procesautomatiseringsvรฆrktรธjer puts the main vendors side by side.
Hvad er Automation Anywhere?
Automation Anywhere is one of the leading RPA vendors, offering powerful and user-friendly capabilities for automating complex tasks. It is frequently listed among the technologies that reshaped how enterprises operate. The platform combines conventional RPA with intelligent elements such as natural language understanding and the ability to read unstructured data.
Automation Anywhere allows organisations to automate processes that are currently performed by people. It is a web-based management system that uses a Control Room to schedule and run automated tasks, and it can automate end-to-end business operations for a company.
โ ๏ธ Advarsel: The screenshots and client names in the sections below describe Automation Anywhere Enterprise 11, den รฆldre Windows client-and-server generation. The current generation is Automation 360 (originally released as A2019), which is cloud-native and browser-based. The concepts still map across, but the menus, installers, and some component names have changed. See the version comparison below before you install anything.
Automation Anywhere Enterprise 11 vs Automation 360
Automation Anywhere shipped Enterprise 11 as a Windows desktop product: developers installed a thick client called the Bot Creator, and the Control Room ran on a company server. Automation Anywhere later announced end of maintenance for Enterprise 11 in March 2022 and end of life in March 2023, so new projects are built on Automation 360 instead.
Automation 360 moves the whole development experience into the browser. A small program called the Bot Agent is installed on each Windows device and connects that device to the Control Room; there is no separate desktop editor to license and patch. Several component names changed at the same time.
| Miljรธ | Enterprise 11 (legacy) | Automation 360 (current) |
|---|---|---|
| Development client | Installeret Windows Bot Creator kunde | Browser-based Control Room editor |
| Enhedsforbindelse | Full client installed per machine | Lightweight Bot Agent per machine |
| Reusable UI assets | MetaBot Designer | Packages plus the AISense recorder |
| Dokumentbehandling | IQ Bot | Dokumentautomatisering |
| Prebuilt asset marketplace | Bot Store | Agentic App Store |
| Menneske-i-lรธkken | Limited | Automation Co-Pilot |
Funktioner af Automation Anywhere
- Intelligent automation for both business and IT tasks.
- Recorders capture keyboard strokes and mouse clicks so a working task can be produced in minutes.
- Scriptless authoring, which means no programming knowledge is required for common actions.
- Automation of long, multi-application tasks that would otherwise take an analyst hours.
- Distribution of a single workload across multiple computers for parallel execution.
- Auto-login, which runs scheduled tasks even when the machine is locked.
- A Credential Vault that stores passwords centrally, so secrets never sit inside bot code.
- Analytics through Bot Insight, covering both bot performance and the business data the bot processes.
Hvorfor Automation Anywhere?
Teams choose Automation Anywhere for a mix of speed, reach, and governance rather than for any single feature.
- No programming knowledge is required for standard work; you record your actions or point and click through action wizards.
- It removes the human error that creeps into repetitive keying and copying.
- It increases transaction speed, which saves both time and operating cost.
- Time to value is short and the approach is non-intrusive, because nothing inside the source systems has to change.
- It automates data transfers and imports or exports data between files and applications, a point covered more broadly in the RPA-vejledning.
- The same automation scales from a single desktop to a data centre without being rewritten.
The trade-off worth naming is that user-interface automation is brittle by nature. When a screen layout changes, the bot can fail, which is why change management and object calibration matter as much as the initial build.
Automation Anywhere Architecture
Automation Anywhere architecture has three primary components:
- Kontrolrum
- Bot Creator
- Bot Runner
The diagram below shows how these three pieces fit together: developers publish bots upward into the Control Room, and the Control Room pushes them down to the runner machines that do the work.
Kontrolrum
The Control Room is the web-based platform that controls Automation Anywhere. In other words, it is the server that governs the bots.
The Control Room also handles:
- Brugeradministration โ accounts, roles, and permissions.
- Kildekontrol โ the code for every bot is stored centrally, so it is easy to share across systems and to roll back a bad change.
- Hovedmenu โ complete analytics on bot activity. You can see how many bots ran and how many runs passed or failed.
- Licenshรฅndtering โ the licences you purchase are configured and allocated here.
There are two main licence types in Automation Anywhere:
- Dev licence โ lets you create a bot, edit a bot, and run a bot.
- Run licence โ lets you run a bot only; you cannot make changes to it.
Bot Creator
Developers use a Bot Creator environment to build bots. Their dev licences are validated against the ones configured in the Control Room. Once authenticated, the code of the bots they create is stored in the Control Room. Different developers may build individual tasks or bots, and those bots can then be combined and executed together.
Bot Runner
The Bot Runner is the machine where a bot actually executes. You can have multiple bots running in parallel on separate runners. Only a Run licence is needed. The bots report their execution logs and pass or fail status back to the Control Room.
Andre vigtige komponenter
Bot Insight โ shows statistics and graphs that let you analyse the performance of every bot in the system. It also estimates the time saved by each automated process.
Bot Farm โ integrated with Automation Anywhere Enterprise, it allows you to provision many bots at once and make them available on a rental basis.
Agentic App Store โ the vendor marketplace, originally launched as Bot Store, where you can download prebuilt bots and packages for common business automations instead of building from scratch.
๐ก Tip: In Automation 360 the Bot Creator is no longer a separate installed program. You log in to the Control Room in a browser and build there, while the Bot Agent handles the connection to your Windows skrivebordet.
Typer af Automation Anywhere Bots
Enterprise 11 grouped its automations into three named bot types, illustrated in the figure below. Task Bots sit at the base, MetaBots supply reusable objects to them, and IQ Bot adds a cognitive layer on top.
Opgavebots
Task Bots automate rule-based, repetitive tasks in areas such as document administration, HR, claims management, and IT services. They are the basic building block of any Automation Anywhere project and deliver the most immediate gains in productivity, error reduction, and cost saving.
Meta-bots
MetaBots are the reusable automation building blocks of Enterprise 11. They are designed so that when an application changes, you only edit the MetaBot once and every process that calls it picks up the fix. MetaBots are not carried forward into Automation 360; the AISense recorder and reusable packages fill the same role there.
IQ Bot
IQ Bot is the cognitive component. It learns from the corrections a human makes and applies that learning to the next batch, which lets it pull fields out of semi-structured documents such as invoices and purchase orders. In Automation 360 this capability is delivered through Document Automation.
How to Build Your First Bot in Automation 360
The fastest way to try the platform is the free Community Edition, which gives an individual learner a hosted Control Room without a commercial contract. The broad sequence below applies to any Automation 360 tenant.
- Register for a Control Room. Sign up for the Community Edition on the vendor site and confirm your email. You receive a cloud Control Room URL of your own; there is no server to install.
- Install the Bot Agent. Log in, open the device registration prompt, and install the small Bot Agent package on your Windows machine. This is the piece that lets a cloud Control Room drive your local desktop, and it replaces the heavyweight client from Enterprise 11.
- Create a bot. From the Automation menu, create a new Task Bot and give it a meaningful name. The browser-based editor opens with an Actions palette on the left and a canvas in the middle.
- Record or drag actions. Use the Recorder to capture a short sequence, then switch to the Actions palette and refine it. Common starting actions are Open Application, Browser, and the Excel or CSV file packages.
- Tilfรธj variabler. Replace every hard-coded value with a variable. This single habit is what separates a demo bot from one that survives its first month in production.
- Move secrets into the Credential Vault. Never type a password into an action field. Store it as a credential and reference the locker instead.
- Handle errors. Wrap risky steps in the Error Handler action so an unexpected pop-up produces a logged message rather than a silent stop.
- Run and debug. Run the bot against your registered device, then use the step-through debugger and the audit log to see exactly which action failed and with what value.
- Deploy and schedule. Check the bot in, then use the Control Room to schedule it against a Bot Runner device or trigger it from an event.
Expect the first useful bot to take a day, not an hour. Most of that time goes into the unglamorous work in steps five through seven, and skipping it is the single most common reason pilots fail to reach production.
Automation Anywhere vs UiPath vs Blue Prism
Automation Anywhere is usually evaluated alongside two other established platforms. All three cover the same core ground, so the decision tends to turn on hosting model, developer profile, and how much intelligent document work you expect.
| Kriterier | Automation Anywhere | UiPath | Blue Prism |
|---|---|---|---|
| Primรฆr grรฆnseflade | Browser-based Control Room | Windows Studio plus web Orchestrator | Windows Design Studio |
| Typical author | Business analyst and developer | Business analyst and developer | Trained RPA developer |
| Deltog i automatisering | Yes, via Automation Co-Pilot | Yes, via Assistant | Limited, oriented to unattended |
| Document intelligence | Dokumentautomatisering | Dokumentforstรฅelse | Decipher and partner tools |
| Free learning edition | EF-udgave | EF-udgave | Trial and academic programme |
If you want the detail behind each column, work through the UiPath tutorial og Blue Prism tutorial before shortlisting.
Applikationer ved hjรฆlp af Automation Anywhere
Automation Anywhere is deployed across most back-office functions. The table below lists the processes that appear most often in each industry.
| Industri | Anvendelse af Automation Anywhere |
|---|---|
| Regnskab | Invoice processing, reporting, and auditing. |
| HR | Automating tasks in PeopleSoft, sending email notifications, and populating employee records. |
| Operationer/IT | Creating accounts, software set-up, batch processing, and system integration. |
| Sales | Creating and printing invoices, and adding, modifying, or removing customer data in a CRM. |
| Marketing | Oprettelse af leadgenereringsrapporter og overvรฅgning af sociale fรธlelser. |
| Manufacturing | Inventory management, Excel automation, and ERP integration. |
| Regering | Verification processes, populating subcontractor forms, and automating daily reports. |
| Medicinal | Patient data migration, reporting for doctors, insurance data automation, claim processing, claim status checks, and patient record storage. |
| Forbrugsvarer | Order processing, data entry, claims processing, FTP automation, and incentive claim handling. |
| Gรฆstfrihed | Competitor price analysis, guest data processing, data verification, and payment processing. |
| Retail | Gathering product details from manufacturer sites, updating online inventory, and importing website and email sales. |
To take this further, read the RPA-vejledning for the wider discipline, compare vendors in the list of bedste RPA-vรฆrktรธjer, rehearse for hiring rounds with these Automation Anywhere interview spรธrgsmรฅl og UiPath interview spรธrgsmรฅl, and see how bot testing overlaps with automatiseringstest รธve sig.


