Need Help?

Check our documentation or contact support

A

Admin

admin@quantaops.com

Chat Widget

Embed your chat agent on any website

Widget Configuration

Customize the appearance and behavior of your chat widget

Installation Code

Choose your preferred installation method

<!-- Quanta Chat Widget -->
<script src="https://cdn.quantaops.com/chat-widget/v1/widget.js"></script>
<script>
  QuantaChat.init({
    agentId: 'customer-support',
    position: 'bottom-right',
    primaryColor: '#0070f3',
    theme: 'auto',
    greeting: 'Hi! How can I help you today?',
    placeholder: 'Type your message...',
    showLauncher: true,
    autoOpen: false
  });
</script>

Add this code to your HTML, just before the closing </body> tag.

Widget Preview

Quick Actions