Available Widget Controls
Open & Close Widget
Control the chat widget’s visibility state with two simple methods:Common Use Cases
Contextual Help System
Contextual Help System
Open the chat widget based on user’s current location or action:
Onboarding Flow Integration
Onboarding Flow Integration
Guide new users through your application:
Best Practices
- Debounce calls: Avoid rapid open/close calls that can cause UI glitches
- Contextual timing: Open chat at relevant moments, not randomly
- Respect user preference: Remember if user has dismissed chat recently
- Keyboard navigation: Provide keyboard shortcuts for chat control
- Respectful timing: Don’t interrupt user workflows