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:- 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.
- 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.
- 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.
- 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.
- 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.
Getting Started and Integration Guide
-
Go to the Configure page under IrisGPT to configure and embed the IrisAgent chatbot.

- Customize the chatbot (brand color, logo, welcome message, behavior, and more) using the settings described in Configuration options below.
-
Click Get Code and paste the snippet into the body section of your website.
- You can see all the conversations that happened on the chatbot on the Conversations page under IrisGPT.
- Thatβs it, done! You should be seeing the IrisAgent chatbot on your website.
Configuration options
You can configure the chatbot in two ways:- From the Configure page (recommended for most users): edit the common settings through the dashboard UI. No code required.
- From the embed snippet (advanced): pass a full theme object via a
data-themeattribute to control every visual detail. See Advanced theming.
Settings on the Configure page
These options are available on the chatbot Configure page in the dashboard.Auto-open controls whether the chatbot starts expanded or collapsed. Turning it
off is useful when you want a less intrusive experience and prefer visitors to open
the chat themselves. By default the window auto-opens on desktop only.
Advanced theming
For full control over the chatbotβs appearance and behavior, pass a theme object to the embed snippet using thedata-theme attribute. The value is your theme JSON, Base64-encoded.