Installation of the widget on the website

Install AskVio from the Installation section. You can deploy with custom code or via a tag manager.

Method 1: Direct code embed

<script src="https://askvio.web.app/widget.js" async></script>
<script>
  window.AskVioWidget.init({ clientId: "YOUR_CLIENT_ID" });
</script>

Place this code before the closing </body> tag on all pages where you want the assistant.

Method 2: Google Tag Manager

  1. Create a new Custom HTML tag in GTM.
  2. Paste the same snippet.
  3. Trigger on all pages (or selected routes).
  4. Publish the GTM container and validate.
Installation Section
Screenshot placeholder: GTM setup steps showing a Custom HTML tag with AskVio script snippet.