Private messengers apps such as What's App, Facebook Messenger and so on gather more users than the social networks themselves. Consequently, your chatbot's daily users are used to messenging.
As they appreciate those services, it's time to update your website and make it more user friendly (if it's not already done !) : the full-screen mode will help you in that purpose ! It's now available in Botnation AI for any website :
Then your users and prospects won't use your website as a phone book or as a basic FAQ. They will actually talk to it ! You'll literally transform it in a messenging app.
How to proceed ?
Open your chatbot project, go to your settings, the click on the 'Appearance' tab. Scroll under "Chat window" and enable the button "Full screen mode". Job is done !
Conversation is now at the core of the UX. The chatbot works as a casual app, the only difference is you don't need to install any software : through a simple URL, the chatbot will open through the native browser, whether it is on your phone, tablet, desktop... The device doesn't matter, the tool is perfectly responsive.
If you want to make the chatbot more attractive, add a background picture, just below the button (the option will only appear if you enable the mode).
Don't forget to update your avatar as well (you can do it under the same 'Chat window' tab). You may want to use a background image, we recommend those dimensions : 1980x1080.
The chatbot is responsive, as mentioned above, but the background picture won't appear on mobile.
To finish, copy / paste the java script code on your website as explained in our set up guide.
We recommend to set up the "viewport" tag in your HTML header so as the chatbot adapts without troubles.
Example :
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
Next steps :