In the chatbot settings, you can choose between different templates and colors. You can also edit the chatbot introductory and get a short url for your chatbot (for example, if you wanted to allow people to access your chatbot through a simple url like heylibby.ai/mybusiness).
At the bottom, you will see instructions on how to embed Libby into your website:
To change the icon color, you will need to update the javascript code. First select the Background color, Icon color, and Shape of the Icon. Then copy the javascript snippet, and embed it on your site. If you want to change the colors or shape at all in the future, you will need to update the code on your website again. Changing the color in the Customer Portal does not automatically change it in your website, you must copy the new javascript snippet and update the code on your website.
Note if you want to use a different icon, you can do so using any publicly accessible image. Once you have that image shared, you simply add the code window.customImage = ‘<url>’; below the line where it says “window.agentId = …”. Just replace <url> with the location of the image you want to use.