ChatlyDocs allows you to customize your AI chatbot to match your brand, improve user experience, and provide the best support. This guide will walk you through the customization options available and how to configure them.
Set a custom greeting for users when they first interact with the chatbot.
π Example:
Welcome! Iβm here to help. Ask me anything!
You can define up to 3 common questions to guide users.
π Example Starter Questions:
You can add custom notes for users, such as disclaimers or important information.
π Example Disclaimer:
AI can make mistakes. Please verify important details.
You can embed your ChatlyDocs chatbot on any website using the provided embed code.
π Example Embed Code:
var chatbot_base = 'https://chatlydocs.com';
var chatbot_document = '9e634fac-0266-4841-bea5-2af868b81fe7';
var chatbot_params = { buttonBgColor: '#007bff' };
function chatbot_loadScript(t){
var e=document.createElement('script');
e.type='text/javascript',e.src=chatbot_base+'/embed.js',
e.onload=function(){t()},
document.head.appendChild(e)
}
chatbot_loadScript(function(){
createChatbotEmbed(chatbot_base+'/chat/?iframe=true&document_id='+chatbot_document,chatbot_params);
});
Feature | Parameter | Example Value |
---|---|---|
Button Color | buttonBgColor |
'#ff6600' (Orange) |
Chatbot Position | position |
'right' or 'left' |
Button Text (Future) | buttonText |
'Ask Me Anything' |
You can modify the chatbotβs button color, placement, and more.
πΉ Change the chatbot button color:
var chatbot_params = { buttonBgColor: '#ff6600' }; // Orange button
πΉ Modify chatbot positioning (left/right):
var chatbot_params = { position: 'right' };
πΉ Customize button text (if supported in future updates):
var chatbot_params = { buttonText: 'Chat with Us' };
ChatlyDocs provides a direct link to your chatbot, allowing you to share it anywhere.
π Example Direct Link:
https://chatlydocs.com/chat/?document_id=9e634fac-0266-4841-bea5-2af868b81fe7
You can track chatbot interactions and improve responses using the built-in analytics tool.
π Key Metrics You Can Track:
πΈ Dark Mode & Custom Fonts β To match website themes.
πΈ Upload a Custom Chatbot Avatar β Branding improvement.
πΈ More Starter Questions β Increase from 3 to 5+.
πΈ Advanced Button Styling β Rounded vs. square buttons.
π‘ If you have suggestions for customization features, let us know! π
ChatlyDocs makes AI chatbot customization easyβwhether you need a quick FAQ bot or a full knowledge base chatbot.
β
No coding required β Set up in minutes.
β
Works on any website β Just copy & paste the embed code.
β
AI-powered responses β Extracts and understands content instantly.
β
Insightful analytics β Track user behavior and optimize knowledge-sharing.
π Want to customize your own chatbot? Start now!
π Try ChatlyDocs