How to Migrate Document Intelligence trainings on Xanadu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2025 10:40 PM
Hello Community,
Hope all are doing well.
I am working on ServiceNow Document Intelligence for one of our projects, which I need to train few Invoices which are in PDF Document, I did all the trainings for documents in Dev Instance and I need to move those use cases trainings to Test instance, I just wondering how can I migrate those trainings done in Dev Instance to Test and then Prod. If anyone come across my community post please feel free to reach me on rathan.kumar@lmteq.com or can reach me on LinkedIn as well https://www.linkedin.com/in/snrnk140999/
Looking forward to hear the responses. Thanks.
Regards,
Rathan K
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Hi!
Currently, in ServiceNow Document Intelligence, there isn’t an out-of-the-box way to directly migrate trained models or use case trainings between instances. Here’s what you can do:
Export / Import JSON
When you train a document model, you can often export the configuration or training JSON from Dev.
In Test or Prod, you can import that JSON to recreate the model.
Re-train in the target instance
If export/import isn’t available, the usual approach is to re-train the models in Test/Prod using the same document set.
Automate with Update Sets or API
Some aspects of configuration (like document types, field mappings) can be moved via Update Sets or ServiceNow APIs, but the trained AI data usually needs to be migrated via JSON export/import.
Always validate the model in the target instance after migration to ensure predictions work as expected.
If you found my response helpful, please give it a thumbs-up and designate it as solution accepted
to support fellow developers and admins
