How to build multi bots for one application

I am building a chatbot for one web application. It is One Platform to manage all business workflow in Micro, Small, and Medium Enterprises. In the web application. My organization provided a few services for MSME companies, Those services are Employes Registration, Billing products, Store management… etc. Who is using web applications in the MSME companies, Workers, and employees Facing issues and getting doubts at the time of using the application? As of now we are giving support in mobile and guiding them. For Basic USERS FAQS like

  1. how to add new employee record?

  2. how can I update the billing report in the application? 3. I’m unable to log in? For This, we are building a rasa chatbot user assistant. Because of RASA chatbot has given 24*7 services. Mobile support is unable to clarify the request of many users at the same time. That’s Why we are training the FAQ and Conversational chatbot for USERS. I built a chatbot for each service because of few FAQS are the same but answers are different based on the services. Now I built a chatbot for each service. I deployed one bot on the webapplication. no issues.

  3. How can I deploy the other services user assistant chatbot in the web application?

  4. I have doubt is multiple trained chatbots is possible to deploy in the web application? If it is possible how can I build the chatbot for my web application? could you please give me some input? . My frontend - Angular . Backend - JAVA

  • In a single line, my doubt is How to build the user assistant chatbot for different services provided in one web application?