Install the chat widget
Add the Greatstore chat widget to your storefront.
Add the script tag
Paste this inside the <head> tag on each relevant page — or in your template to enable it site-wide.
<script src="https://{your-slug}.greatstore.ai/embed.js"></script>The assistant loads in the background and stays hidden until it's opened — it causes no layout shift. There's no built-in launcher, so add your own trigger: a button or link that calls GreatStore.open().
<button onclick="GreatStore.open()">Chat with us</button>For panel controls, page context, structured content, and link-based opening, see the JavaScript API.
Last updated
Was this helpful?