Scroll Animation - Enable/disable smooth scrolling during response generation
Record Transcripts - Save interactions with the widget for future reference
Enable Sound Effects - Play notification sounds when new messages arrive
Forget Chat History - Prevent chat history from persisting on user devices
Startup Behavior
Autostart With Popup - Automatically display the chat widget on page
load - Proactive Message - Configure a welcome message that appears when
the widget loads
Simple 1-line proactive message can be used instead of autostart widget
Message Configuration
Chat End Message - Customize the message shown when a chat session ends
AI Introduction Message - Set the initial message users see when starting a chat
According to Meta’s requirements, you MUST declare that users will be interacting with an AI
/* Add custom CSS to modify your agent's appearance across all environments */.scroll-container { overflow: hidden !important;}/* Change the size of the window of your chatbot */#vg-mother-container { width: 400px !important; height: 600px !important; }/* Target the inner container if needed */#vg-inner-container { width: 100% !important; height: 100% !important;}/* Position the agent bubble on the page (Adjust values to reposition as needed.)*/.vg-root { bottom: 20px !important; right: 20px !important;}/* Adjust the size of the overlay */.vg-overlay-root-container { width: 450px !important; height: 650px !important; }/* Add extra padding to widget controls */.vg-widget-controls-container { padding-bottom: 200px !important}/* Uncomment for automatic aspect ratio on images *//* .vg-card-image { aspect-ratio: auto !important;} *//* Hide proactive popup messages */.vg-proactive-message--container { display: none !important;}.vg-proactive-message { display: none !important;}/* Customize the action button style. */.vg-action-btn { background-color: #0078d7 !important; color: white !important; font-size: 16px !important; font-family: 'Roboto', sans-serif !important;}/* Display the “open vapi” footer button. */.vg-footer-open-vapi { display: block !important;}/* Hide the “open vapi” footer button. */.vg-footer-open-vapi { display: none !important;}/* Turn off the ratings at the end */.vg-chat-end { display: none !important;}
Custom CSS allows you to match your agent’s appearance to your brand and
website design.
Start with default settings and adjust based on user feedback - Monitor
interaction limits to ensure optimal service availability - Test any custom
CSS changes across different devices and browsers - Regularly review and
update your AI introduction message
Always test significant setting changes in a development environment before
applying them to your live agent.