Good day,
Does anyone know if a UiPath chatbot can be added to a web application developed in Sharepoint and .NET and to an apple and android application?
Hello @Melanny_Herrera_Cruz, yes, you can integrate a UiPath chatbot into various web applications, including those developed in SharePoint, .NET, and mobile applications for both iOS and Android. UiPath provides integration capabilities and tools that allow you to embed and communicate with UiPath chatbots in different environments.
- SharePoint and .NET Web Application:
- UiPath offers Chatbot Web Components that you can embed in your web application. These components are designed to seamlessly integrate chatbots into web applications, including those developed using SharePoint and .NET.
- You can create a UiPath chatbot using UiPath Automation Cloud or UiPath Chatbots, and then use the provided HTML and JavaScript code to embed the chatbot in your web application’s pages.
- Apple and Android Applications:
- UiPath offers mobile SDKs for iOS and Android platforms, which allow you to integrate chatbots into your native mobile applications.
- With the mobile SDKs, you can create a chatbot interaction within your mobile app, providing users with a conversational interface for automation tasks.
- Create a UiPath chatbot using UiPath Automation Cloud or UiPath Chatbots.
- Obtain the necessary integration code, SDKs, or components from UiPath.
- Integrate the chatbot component or SDK into your web application or mobile app.
- Configure the chatbot to handle interactions and trigger UiPath automation processes based on user input.
- Test the integration thoroughly to ensure that the chatbot functions as expected within your application.
Cheers! 
@rodrigo.simao by chance, do you know any example to be able to make a small sample of this?