# Prerequisites

> To start using Healing Agent, you must first select the following services in the Automation Suite installation wizard:

To start using Healing Agent, you must first select the following services in the Automation Suite installation wizard:

* Orchestrator
* AI Center
* AI Trust Layer
* Healing Agent (Semantic Proxy)
* Autopilot for Developers

Once you complete installing Automation Suite, you must configure AI Center and AI Trust Layer in your organization, as follows:

## AI Center configuration

1. Navigate to **Admin** in your organization. 
2. Select your preferred tenant. 
3. Select **Services** and add AI Center.
4. Navigate to AI Center and select **Create Project**.
5. On the **Create new project** page, enter a **Project name**, and then select **Create**.
6. In your project, select **ML Packages** from the left panel to add a package.
7. Select **Out of the box Packages**, and then select **UiPath Computer Vision**.
8. Add a **Package name**, and then select **Submit**.
9. In your project, select **ML Skills** from the left panel to add a skill.
10. On the **Create New ML Skill** page, enter a skill name and, from the **Choose Package** dropdown, select the ML package you previously created.
11. From the **Choose package major version** dropdown, select **25.10.1**.
12. From the **Choose package minor version** dropdown, select **0**.

Other settings include:
* **Enable GPU** (optional, but recommended) - Accelerates model inference and training.
* **Enable Auto Update** - If enabled, the model is automatically updated with the latest retrained version.
* **Make ML Skill Public** (required) - Make the ML Skill accessible via an endpoint from outside the UiPath environment.
* **Advanced Infra Settings** - Set custom deployment hardware in terms of CPU and memory sizing, GPUs and replicas. If enabled, the recommendation is that you select two replicas in the **Replica Count** counter.

## Bring-your-own-model (BYOM) setup

To use your own subscriptions, take the following configuration steps via **LLM configurations** in **AI Trust Layer**:

1. Navigate to **Admin** in your organization.
2. Select **AI Trust Layer**, then select the **LLM configurations** tab.
3. Select a tenant from the **Tenant** drop-down, and then select **Add configuration**.
4. In the **Add configuration** panel, take the following steps:
   a. Select **Healing Agent** from the **Product** drop-down.
   b. Select **Workflow Recovery** from the **Feature** drop-down.
   c. Select **Replace UiPath LLM subscription**.
   d. From the **Folder** drop-down, select the folder in which you want to store your LLM connection.
      :::note
      Avoid storing your LLM connection in a folder that is shared with other users. Credentials saved in shared folders can be accessed by anyone with access to the folders and may expose your organization’s API keys or model data.
      :::
   e. For your **Replaceable LLM**, select a connector from the **Connector** drop-down, and then select **Add connection** from the **Connection** drop-down.
   f. A new tab opens, prompting you to provide information to connect UiPath to your selected connector. Populate the necessary fields, then select **Test** in the **Add configuration** panel.
   g. Select **Save**.

For more information, refer to:
* [Configuring LLMs](https://docs.uipath.com/automation-suite/automation-suite/2.2510/admin-guide/managing-ai-trust-layer#configuring-llms).
* [Governance](https://docs.uipath.com/agents/automation-suite/2.2510/user-guide-ha/governance)
* [Enabling Healing Agent using the AI Trust Layer policy](https://docs.uipath.com/agents/automation-suite/2.2510/user-guide-ha/healing-agent-and-ai-trust-layer)

## Other requirements

Healing Agent supports [Modern UI Automation activities](https://docs.uipath.com/activities/other/latest/ui-automation/ui-automation-modern-activities).

Depending on the Healing Agent features you want to use, you need to apply the following updates to UiPath platform components:

| **Feature** | **UI Automation version** | **Studio version** | **Robot version** |
| --- | --- | --- | --- |
| Job recommendations and self-healing in Orchestrator | 25.10.2 or later | N/A | 2024.10.x (Enterprise) or later |
| Manual import of the debug file in Studio | 25.10.2 or later | 2024.10.x (Enterprise) or later | N/A |
| Open Studio from the Orchestrator Healing Agent panel | 25.10.2 or later | 2025.0.157 (Enterprise Cloud) or later | N/A |
| Governance | 25.10.2 or later | N/A | 2024.10.x (Enterprise) or later |
| Test Manager executions| 25.10.2 or later | N/A | 2024.10.x (Enterprise) or later |

1 – To use Studio 24.10.x to import debug files manually, edit the `Studio-install-path>/Profiles/Development.json` file and set the `EnableAiRobot` property to `true`, as follows:

```
{
   "name": "EnableAiRobot",
   "value": true
}
```

:::note
Healing Agent is not dependent on the Object Repository capability.
:::
