Getting Started with the Inquiro Widget
2025-08-06
The Inquiro widget lets your visitors ask natural language questions and receive instant answers.
- Include the widget script in your HTML:
<script src="https://yourdomain.com/widget.js" async></script>
<script>
window.AskVioWidget.init({ clientId: "demo" });
</script>
- Customize the styling from the dashboard.
- Deploy your site and the widget will be ready.