- はじめに
- ベスト プラクティス
- 機能
- スキル
- CLI
- 例
- Advanced (カスタム)
- ヘルプ
コーディング エージェントを使用した IXP プロジェクトの構築は パブリック プレビューの段階です。機能とコマンドは、一般提供前に変更される可能性があります。
IXP, also known as Intelligent Xtraction and Processing, turns unstructured documents — invoices, receipts, forms, contracts — into structured data your automations can use. With a coding agent, you point IXP at sample documents, review the data it predicts, and improve the project until it extracts reliably.
構築するもの
You build an IXP project. The agent creates the project from your sample documents, IXP suggests a taxonomy and predicts field values, and the agent reviews those predictions against each document — confirming what is correct and refining the extraction instructions where it is not. The result is a published project your RPA and API workflows can call to read documents.
This suits document-heavy work: reading totals and line items from invoices, or pulling fields from forms and contracts.
その背後にあるスキル
This work is powered by the uipath-ixp skill, which manages IXP projects — creating projects, reviewing predictions, improving extraction prompts, and publishing projects. You can see it alongside the rest in the Skills catalog.
一般的な開始プロンプトです
最初の要求は次のようになります。
このフォルダーにある請求書から IXP プロジェクトを作成し、請求書番号、日付、合計、明細項目を抽出してから、予測を確認して抽出スコアを教えてください。
From there you refine the project conversationally — improving the instructions for low-scoring fields, then publishing it when the scores are strong.
ウェビナーに参加
For the full picture of IXP — building, deploying, and consuming projects — see the IXP documentation.