How to Migrate Document Intelligence trainings on Xanadu

RathanK
Kilo Guru

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.

 

If you found my response helpful, please give it a thumbs-up and designate it as solution accepted to support fellow developers and admins.


Regards,
Rathan K
1 REPLY 1

Matthew_13
Kilo Sage

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:
  1. 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.
  2. 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.
  3. 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