Transform your widget into an interactive multi-tab experience that boosts user engagement and satisfaction
Transform your basic chat widget into a sophisticated, multi-tab interface that provides users with an intuitive navigation experience. The Tabs Configuration feature elevates user engagement by organizing functionality into distinct, accessible sections.
// Available variables in your tab content{user.name} // "John Doe"{user.email} // "john@company.com"{user.company} // "Acme Corp"{user.lastVisit} // "2 days ago"{user.location} // "New York, NY"
Variables automatically populate from user data when available, gracefully falling back to generic text when not.
Conditional Content Display
Time-based: Show different content based on business hours
User tier: Display premium features for paid users
Geographic: Adapt content based on user location
Behavioral: Customize based on previous interactions
Check that the “Enable Tabs” toggle is switched on in your configuration
2
Check Widget Integration
Ensure your widget code is the latest version and properly embedded
3
Clear Cache
Force refresh your browser cache (Ctrl+F5 or Cmd+Shift+R)
4
Test in Incognito
Open your widget in an incognito/private browsing window
Buttons Not Responding
Quick Diagnostic Checklist:
✅ Button visibility enabled in settings
✅ Required features (voice, handoff) properly configured
✅ Custom URLs are accessible and valid
✅ No JavaScript errors in browser console
If voice calling buttons don’t work, ensure your voice configuration is complete and enabled.
FAQ Content Issues
Content Not Showing
External URL Problems
Enable “Custom FAQ” toggle if using your own content
Verify questions and answers are properly saved
Check for special characters that might break formatting
Test the external URL directly in a new browser tab
Ensure the target site allows iframe embedding
Check for HTTPS requirements (mixed content issues)
Pro Tip: Most configuration changes take effect immediately, but some cached content may require up to 5 minutes to update globally. For immediate testing, use incognito mode or clear your browser cache.