Where can we edit the Webchat menu bar at below?

Where can we edit the Webchat menu bar at below?

You could update the persistent menu for webchat in the webchat platform page.  Please refer to the persistent menu documentation for more details.






    • Related Articles

    • What is the persistent menu?

      The Persistent Menu is a navigation menu located right next to the typing area to help users more easily access your chatbot’s functionality throughout the conversation. See more details here.
    • Can I edit each document entry directly on the Data Source?

      You may edit the Data Source by following the steps below: Click on "View" for any of the rows in "Data Source". A modal showing the details of that specific data entry will pop up. You could edit the existing document details directly on the ...
    • For the icon of webchat, may I know if it is possible to make it bigger?

      You could add the below style tag in your webpage <head> and update the webchat icon scale highlighted in green: <style type="text/css"> #__radiate-webchat-button { transform: scale(1.1); transform-origin: bottom; } </style>
    • How to open the webchat window automatically?

      You could add the defaultOpen option in the body script to open the webchat. Please refer to the following Radiate.js documentation to create different interactions between your web and the webchat. Please refer to the documentation here for more ...
    • How can I set up the persistent menu?

      You may set up the persistent menu under the Platform section in each channel. Please refer to our documentation for details. Please note that only Web Chat and Facebook Messenger support the persistent menu.