- Getting started
- Prerequisites
- Building agents

Agents user guide
Processes
An agent can run select processes published to your tenant. This is done on a per-process basis.
From the Design tab, under the Tools section, select Add tool. Select the Process tab and search for processes using the search bar or select one from the available list.
To access a process as a tool, you must first publish and deploy it to a shared Orchestrator folder you have access to. The process must also conform to the supported input and output types.
Once you add a process as a tool, use the system prompt to describe its function and when it should be used. For any arguments, you can provide a description to help the agent use it effectively.
The following input and output argument types are supported for processes. If these limitations are not observed, processes may be inaccessible or fail.
"System.String",
"System.Char"
"System.Byte",
"System.SByte",
"System.UInt16",
"System.Int16",
"System.UInt32",
"System.Int32",
"System.UInt64",
"System.Int64"
"System.Double",
"System.Single",
"System.Decimal",
"System.Boolean"
"System.String",
"System.Char"
"System.Byte",
"System.SByte",
"System.UInt16",
"System.Int16",
"System.UInt32",
"System.Int32",
"System.UInt64",
"System.Int64"
"System.Double",
"System.Single",
"System.Decimal",
"System.Boolean"