# How to add chatbot to Mobile App

Collect.chat allows you to embed the chatbot anywhere using a unique link. Using
webviews in mobile apps you can actually add your chatbot to your mobile app.


COPY THE LINK OF CHATBOT

Go to Build. Click on Share.

Please make sure you have selected Chatbot page as your Bot type
under Settings > General.

Copy the link.


ADD TO WEB VIEW

You can set the URL of your webviews inside the mobile app to this URL. Please
note that the app will need to have an internet connection to load the chatbot.

 * Web Views in IOS apps
   [https://developer.apple.com/design/human-interface-guidelines/ios/views/web-views/]
   
   

 * Web Views in Android
   [https://developer.android.com/reference/android/webkit/WebView]
   
   

--------------------------------------------------------------------------------



--------------------------------------------------------------------------------