Custom NLU in Rasa PRO

I have my own NLU model that provides intents and entities, I’ve been looking at the documentation but I have not found any explicit information about whether I can use my own model in Rasa PRO or not (it seems that in the Open Source it can be done but it’s not what I’m using)

Hi @aral thank you for your question. You might find this documentation useful: Intents and Entities | Rasa Documentation Have you tried training a model with your data using Rasa Pro?

Hi Marina, many thanks for your response. For now I have my own intent & entity model trained with custom code and also my own intent & entity service, available through https requests. So, is there a way to use it together with Rasa Pro?

Hi @aral thank you for your response, you can use your NLU model together with Rasa Pro, this feature is called coexistence. Please take a look at this docs: How does Coexistence work? | Rasa Documentation and Migrating an NLU-based assistant to CALM | Rasa Documentation.