Adding your voice AI assistant takes one line of code. Paste a single script tag right before your page's closing </body> tag and the floating widget appears automatically.
Prefer editing your theme directly? Add the snippet just before </body> in your theme's footer.php (use a child theme so updates don't overwrite it).
Adding it to theme.liquid makes the widget appear on every page of your store.
The Footer injection loads on every page, so the widget shows site-wide.
Want it on a single page only? Use that page's Settings → Custom Code → Before </body> tag instead.
Using a template engine or shared layout? Add it to the shared footer/layout so it appears on every page automatically.