Integrating IrisAgent's Chatbot on your website


Introduction


IrisAgent's customizable chatbot can be deployed on any website to answer support questions. This chatbot is designed to enhance customer support and provide instant assistance to website visitors. Here are the key features and capabilities:

  1. Customizability: The chatbot can be fully customized to match your brand's identity. You can customize the chatbot's appearance, including its colors, fonts, and overall design, to seamlessly integrate it into your website.
  2. Branding and Logo: You have the ability to add your brand's logo to the chatbot interface, ensuring a consistent visual representation of your company's identity throughout the customer experience.
  3. Welcome Message: You can create a personalized welcome message that will greet visitors as soon as they initiate a conversation with the chatbot. This message can be tailored to introduce your brand, set expectations, and guide users on how to get the support they need.
  4. Support Question Handling: The chatbot is equipped to handle a wide range of support questions and provide relevant answers in real-time. It utilizes natural language processing (NLP) and machine learning techniques to understand user inquiries and respond accurately.
  5. Analytics and Insights: The chatbot provides detailed analytics and insights into user interactions, allowing you to understand customer behavior, identify frequently asked questions, and optimize the chatbot's performance over time.

Installation Guide


  1. Request this feature by contacting our sales team. Once enabled, you will see a Manage Chatbot page under IrisGPT to help you configure and embed this chatbot.

  2. SSO
  3. Once you have the UNIQUE_IDENTIFIED provided by our team, plug its value in the below code snippet and paste it in the body section of your website.
    
    
      <script src="https://frontend-api-server-v2.api.irisagent.com/v1/chatbot/bundle"></script>
      <script type='text/javascript'>
        initIrisAgentChatbot( "UNIQUE_IDENTIFIER" );
      </script>
      
  4. You can customize the bot logo, brand color, welcome message, etc. on the same page.
  5. That’s it, done! You should be seeing the IrisAgent chatbot on your website.

© Copyright Iris Agent Inc.All Rights Reserved