I want Advice on Integrating Rasa Chatbot with Existing Web App

Hey All,

I am working on a project where I want to integrate a Rasa chatbot into an existing web application but I am confused about the best approach My app is already built with ReactJS on the front end & Python on the back end & I want to know how to make the connection smooth without breaking any existing features.

Also I have read a few docs but I am still not sure about handling authentication flow and maintaining session data between the chatbot and the app Also if anyone has experience connecting Rasa with a front end built after taking a reactjs course online I want to know if there are some common pitfalls to avoid.

Do you prefer embedding the bot via frame or building a direct API connection What about handling multilingual conversations Any tips or links to examples would be helpful.

Thanks in advance for any insights or advice you can share. Also i have check this How to integrate rasa chatbot with our own existing website? still need advice.

Thank you.:slight_smile:

i designed my app that backend communicated with rasa not frontend directly so if you want auth the backend authenticate. Rasa is just hidden in a background so only backend can communicate with Rasa.