- Getting started
- Prerequisites
- Building agents in Studio Web
- Building agents in Agent Builder
- Building an agent in Agent Builder
- Prompts and arguments
- Tools
- Contexts
- Escalations and Agent Memory
- Evaluations
- Traces

Agents user guide
Building an agent in Agent Builder
This section describes how to create an agent in Agent Builder.
To learn how to create an Agent in Studio Web, refer to Building agents in Studio Web.
Using agents as activities means you can incorporate them into workflows to handle parts of larger deterministic processes, have multiple agents act in series, and start agent execution based on triggers.
To incorporate your agent into a workflow, follow these steps:
- Publish your agent to Orchestrator.
- In Studio, use the Run Job activity to integrate your agent into a workflow.
-
Whenever you make changes to your agent, republish the updated agent to Orchestrator and upgrade the corresponding process in Orchestrator.
The Run Job activity always executes the version of the agent currently configured in Orchestrator. This ensures that your workflow consistently uses the most up-to-date version of your agent.
Refer to the System activities guide to learn how to configure and use the Run Job activity in your Studio workflows.
You can start your agentic journey with a set of prebuilt agents, available on the Agents landing page and in UiPath® Marketplace, via the Agent Catalog.
A prebuilt agent comes preconfigured for specific tasks. It requires a minimum configuration to be executable in Studio, and you can modify it and tailor it to your specific needs. A prebuilt agent has:
- Predefined components - System
prompts, activity tools with descriptions, starter evaluation sets.
- Components are generic, not company or organization-specific.
- Components are readily available in the agent when you access the Design tab in the Agents workspace. Some components (such as activities as tools) may need additional configuration, like creating the necessary connections in Integration Service.
- Components that require additional
configuration - Context Grounding indexes, automations and processes as
tools, custom escalations, and all affiliated descriptions (instructions for the
agent).
- These components are organization and tenant-specific.
- Components are also available in the UiPath Marketplace, packaged in prebuilt agents.
To use a prebuilt agent from the UiPath Marketplace or an imported agent, you must first upload a set of necessary assets to your organization. These consist of processes, escalations, indexes, and connections.
When you import an agent from the Agents landing page, go to UiPath Marketplace and search for the same agent in the catalog to download the necessary assets.
A UiPath Marketplace agent listing can contain the following components:
- The agent definition for importing the agent to the Agents workspace. You can also import prebuilt agents directly from the Agents home page.
- Example documents for creating Context Grounding indexes for each prebuilt agent that uses Context Grounding. For details on creating an index, refer to Indexes.
- A Solutions Management Assets package for deploying automations and custom escalations.
- UiPath Studio and UiPath Apps components to customize what is contained in the Solution Management Assets.
To deploy an agent from the UiPath Marketplace, take the following steps:
- In UiPath Marketplace, choose
an agent from the Agent Catalog and select Download & Open.
The Downloading and Deploying an Agent window is displayed, with instructions on how to proceed next and a download link.
- Select Download Solutions
Management Assets to retrieve the necessary package.
A
.zip
file will be downloaded to your machine. - Next, go to Solutions Management. You can access it through Automation Ops or directly in Orchestrator. For details, refer to Accessing the Solutions Management UI in the Solutions Management user guide.
- Upload the Solutions Management Assets package, as explained in Transporting a solution package.
- After configuring the Solutions Management Assets, go back to the Downloading and Deploying an Agent window and select Open in Agent Builder to get started with the prebuilt agent.