BENEFITS of Healing agents

Hi all,
Healing agents is basically managed and prepared for ui automations or any other ways to resolve issues in excel or sql etc

@vhvinodsai

The Healing Agent (HA) is only for UI-based automation nothing else.

Agents - What is Healing Agent?

This is only for UI Automations where selectors are used, it checks like how we manually check, remove class or some tags and see if it works.
It Supports windows/cross platform, It doesnot support classic automation.

Healing agents in UiPath are mainly for fixing broken UI interactions when selectors change. They help the bot recover at runtime, but they are not meant to resolve Excel logic issues or SQL errors.

you still handle those with normal exception handling in your automation.

Hi @vhvinodsai

Healing agents are only for UI automation to adjust selectors when elements change. They don’t apply to Excel, SQL, or backend operations.