- Démarrer
- Meilleures pratiques
- Capabilities
- Compétences
- CLI
- Exemples
- Vue d’ensemble des exemples
- Formule: créer un agent
- Formule: automatisation avec RPA
- Formule: saisir des données dans une application Web
- Formule: extraire des données d'une application de bureau
- Formule: reformuler et tester un workflow
- Formule: un processus basé sur des files d'attente avec REFramework
- Formule: créer un Maestro Flow
- Formule: application codée et workflow d'API
- Formule: vérifier une version avec Test Manager
- Formule: extraire des données de documents avec IXP
- Avancé
- Aide
La création de projets IXP avec des agents de codage est en aperçu public. Les capacités et les commandes peuvent changer avant leur disponibilité générale.
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.
Ce que vous créez
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.
La compétence derrière
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.
Une invite de démarrage type
Une première requête peut ressembler à ceci:
« Crée un projet IXP à partir des factures dans ce dossier, extrait le numéro de facture, la date, le total et les éléments de ligne, puis examinez les prédictions et indiquez-moi les scores d’extraction.»
From there you refine the project conversationally — improving the instructions for low-scoring fields, then publishing it when the scores are strong.
Aller plus loin
For the full picture of IXP — building, deploying, and consuming projects — see the IXP documentation.