Video tutorials
tip
Subscribe to our YouTube to view short practical videos that will improve your automation skills.
Getting started
Installation
Learn how to install Intelligent Automation Cloud Business on a single machine.
Setup
Learn how to create Control Tower users, install developer workstations, and connect them to the server.
Modifying setup
Learn how to change your application setup, e.g., install server components, modify the existing setup, or update to a new version.
Components
WorkFusion Studio quick start
Learn how to start using WorkFusion Studio to create automation scripts.
WorkFusion Studio components
Learn about Studio components: RPA Recorder, Code Perspective, Preferences.
RPA Recorder UI and features
Learn about RPA Recorder to capture your actions on the screen.
Server components
Learn how to enable the server components of Intelligent Automation Cloud Business and use them in managing and scaling your automation.
Surface-based automation
Troubleshoot your recording
Learn what types of errors you can face when using RPA Recorder and how to fix them.
Mouse and Keystrokes actions
Learn how to use basic image automation using mouse and image editing actions.
OCR
Learn how to use OCR actions to extract text from images, PDF files, and other sources.
Desktop automation
Application actions
Learn how to open applications and work with the application windows in this section.
Object recording
Learn how to automate your desktop applications using clicks on Window controls.
Object inspecting
Learn how to inspect UI elements of your desktop applications using the built-in Inspector tool.
Web automation
Web actions
Learn about automating websites and wen applications using Web actions.
XPaths
Learn how to get web elements' Xpaths for efficient web automation.
Other actions and features
Variables
Learn about types of recorder variables available and how to use them.
For Each Loop
See how to use Loops to make your recording more robust.
While Loop
Learn how to use the While action to implement a loop in your recording.
Exception Handling
Learn how to use make your recording more stable with the Exception Handling action.
Excel actions
Learn how to automate Excel with Intelligent Automation Cloud.
Coding in WorkFusion Studio
Custom actions
Learn how to create Custom Actions in RPA Recorder.
Code perspective
See how to create bot tasks in Studio using Groovy.
Control Tower
Run recording from Control Tower
Once you are done creating your RPA bot, you can publish, schedule, and manage it from Control Tower.
Use Server components with multiple bots
You can run your business processes on multiple machines.
Connect bot steps in business process
Learn how to combine published recordings, insert manual tasks and rules in a business process, and execute it.
Loops in Control Tower
Learn about two approaches of implementing loops in a business process: using input data and using the Loops action.