- 入门指南
- Studio Web 中的 UiPath 智能体
- UiPath 编码智能体

智能体用户指南
Agents can use custom built IXP models for document data extraction. By integrating IXP as a tool, agents can delegate the extraction tasks to state of the art extraction models and use the output for further reasoning or subsequent tool calls. By integrating IXP as a tool, agents can interpret document content, extract high-confidence data points, and use these extracted values in reasoning or subsequent tool calls.
Additionally, you can use the Document Validation Station interface as an escalation mechanism to review and validate extractions before or after the agent’s execution.
Before adding IXP as a tool:
- Ensure you have an IXP project and a published model. For details, refer to Creating a project.
- The models must have a deployment tag to be made available to the agent (staging or live). For details, refer to Managing published projects.
- If your IXP model consumes file inputs, confirm your agent is configured to pass or produce attachments as input arguments.
- From your agent canvas, open the Toolbox panel.
- Select IXP. 
                  
- Choose your IXP project and select the published model. 
                  
- Specify the model version, identified by tag (staging or live).
- Provide a tool description that aligns with the intended system and user prompts for the agent. 
                  
- 
                  Open the taxonomy viewer to inspect the fields your model extracts. Use this to guide how your agent should interpret or act on specific field groups or values.
- If your agent processes document files: 
                  - Define an input argument of type File in the Data Manager panel. Alternatively, use another tool or workflow that outputs a file attachment, which the IXP tool can consume.
- Optionally, add a specific description for the attachment field if the agent handles multiple files during runtime.
 
You can enable human validation of extracted data through Document Validation Station. Validation Station is an out-of-the-box action app that allows you to review, validate, and modify extractions executed by the model. As with other escalations, any data modified by the reviewer is sent back to the agent as it continues its trajectory.
To configure:
- Add an escalation node to your agent.
- Choose escalation type Document Validation Task.
- Link it to the specific IXP tool instance.
- Select a storage bucket for validation results (used for auditing and re-use).
- Optionally, define a task title and priority.