Preview and customize your chatbot widget
import AdvancedChatbotWidget from '@/components/ui/advanced-chatbot-widget'
<AdvancedChatbotWidget
botId="your-bot-id"
botName="QueryWing AI"
botAvatar="ðŠķ"
primaryColor="#6366f1"
position="bottom-right"
welcomeMessage="ð Hi! How can I help you today?"
welcomeSuggestions={['Get started', 'Pricing', 'Support']}
apiEndpoint="/api/v1/chat"
/>Click the chat button in the bottom-right corner to open the widget. Try sending messages, clicking suggestions, expanding to fullscreen, and exploring the tabs.