# Prerequisites

> Select and configure the required Automation Suite services, including AI Center and AI Trust Layer, before using ScreenPlay.

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

* AI Center
* AI Trust Layer
* ScreenPlay (Semantic Proxy)

:::note
ScreenPlay is supported by any version of UiPath Studio. However, we recommend using Studio 2025.10, which provides the full prompt-building experience. Older Studio versions still support ScreenPlay but use a more basic and less flexible editor.
:::

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.
11. From the **Choose Package** dropdown, select the ML package you previously created.
12. From the **Choose package major version** dropdown, select **25.10.1**.
13. 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.

**Result:** The Computer Vision ML skill is published and available in AI Center.

## Bring-your-own-model setup

The ScreenPlay installation procedure supports the [**bring-your-own-model** (BYOM) deployment option](https://docs.uipath.com/agents/automation-cloud/latest/user-guide-screenplay/installing-screenplay#bring-your-own-model-setup), which lets you use your own existing subscription to power ScreenPlay. With BYOM deployment, there are no imposed limits on how much you can use the service. To perform this installation, you need to have your own subscription for one of the following services:

  + Azure Open AI
  + Open AI
  + Amazon Bedrock (Anthropic Computer Use)
  + Google Vertex
  + Open AI V1 Compliant LLM – Use this option to connect to any LLM provider whose API follows the OpenAI V1 standard. For details, refer to the [OpenAI V1 Compliant LLM connector](https://docs.uipath.com/integration-service/automation-suite/2.2510/user-guide/uipath-openai-openaiv1compliant) documentation.

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:
   1. Select **UI Automation** from the **Product** drop-down.
   2. Select **ScreenPlay** from the **Feature** drop-down.
   3. Select **Replace UiPath LLM subscription** from the **Configuration mode** drop-down.
   4. Select the subscription you have and want to use from the **LLM** drop-down.
   5. In the Configure customer managed connection section, select a folder from the **Folder** drop-down, and then select a connector from the **Connector** drop-down.
   6. Select **Add new connection**. 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.
   7. Select **Save**.

**Result:** ScreenPlay uses your own LLM subscription.

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).
