- Getting started
- UiPath Agents in Studio Web
- UiPath Agents in Agent Builder
- Building an agent in Agent Builder
- Prompts and arguments
- Tools
- Contexts
- Escalations and Agent Memory
- Evaluations
- Traces
- Migrating agents to Studio Web
- UiPath Coded agents

Agents user guide
Building an agent in Agent Builder
This section describes how to design an agent in Agent Builder.
For creating new agents, refer to Building an agent 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.