← Back to Blog

Getting Started with the Inquiro Widget

The Inquiro widget lets your visitors ask natural language questions and receive instant answers.

  1. Include the widget script in your HTML:
<script src="https://yourdomain.com/widget.js" async></script>
<script>
  window.AskVioWidget.init({ clientId: "demo" });
</script>
  1. Customize the styling from the dashboard.
  2. Deploy your site and the widget will be ready.