Find the answer you are looking for

Find the installation script of your virtual assistant and add it to your web channel

To obtain the installation script you must access the My Aivo platform, in the Channels module of the Settings section and click on edit your web channel. Once there you will see under the basic settings a code with the heading "Installation".

undefined➡Copy it and insert it in the HTML of your site.

The script must be embedded in the HEAD of the HTML code (within each page on whichever page the CTA is displayed), before the </head> tag. to optimize the loading performance of your website, you should also use the async attribute.

For example: <script type="application/javascript" src="https://cdn.agentbot.ne/core/TOKEN.js" async></script>

❗The async attribute allows the script to be downloaded asynchronously, meaning it can be downloaded in parallel with other resources without blocking page rendering and running as soon as it is available. This practice will help improve the performance of your website.

➡The script will create an HTML wrapper where the chat interface will be hosted.
In addition, it will add the CSS class called "AgentBot" to the <body> tag of the HTML document, to use the body.agentbot rules as a prefix in the included stylesheet, thus avoiding overwriting the site rules where the application is hosted.

⚠Important: the device you use to display the page containing the script must be connected to the Internet without restrictions.

✅ If the previous operation was correctly performed, the CTA should appear on the page (if the tab parameter is set to true), without disturbing the user's navigation or the usability of the web.

➡When clicking on the CTA, a dialog box will be displayed in the configured location on the screen. This way, everything is ready to start the interaction.
Finally, by clicking on the close cross, or outside the dialog box, the window will close and the user will be able to continue browsing the website.

See the example below ⬇

This website stores cookies on your computer. These cookies are used to collect information about how you interact with our website and allow us to remember you. We use this information in order to improve and customize your browsing experience and for analytics and metrics about our visitors both on this website and other media. To find out more about the cookies we use, see our Privacy Policy.

If you decline, your information won’t be tracked when you visit this website. A single cookie will be used in your browser to remember your preference not to be tracked.