Skip to main content

Configuration

Coming Soon

This documentation is currently being written. Check back soon!

Overview

Learn how to configure the ChatBox SDK to match your needs.

Basic Configuration

new ChatBoxSDK({
apiKey: 'YOUR_API_KEY',
position: 'bottom-right',
autoOpen: false,
theme: {
primaryColor: '#0066FF',
mode: 'auto'
}
});

Configuration Options

  • Position - Where widget appears
  • Theme - Colors and styling
  • Behavior - Auto-open, triggers
  • Context - User and page data
  • Advanced - Debug mode, locale

Next Steps