Skip to main content

Advanced Features

Deep dive into advanced SDK capabilities and customization options.

Topics

Context Variables

Personalize conversations with user data:

context: {
userId: '12345',
userName: 'John Doe',
cartTotal: 149.99
}

Learn more about Context Variables →

Custom Theming

Match your brand identity:

theme: {
primaryColor: '#0066FF',
fontFamily: 'Inter, sans-serif',
mode: 'auto'
}

Learn more about Theming → (Coming Soon)

Dynamic Positioning

Control where the widget appears:

position: 'bottom-left'  // bottom-right, bottom-left, top-right, top-left

Learn more about Positioning → (Coming Soon)

Next Steps