How to Install
Labto AI Assistant.

Follow our 2-minute video guide or use the copy-paste snippets below to embed your autonomous AI storefront assistant on any platform.

3 Simple Steps to Install

No coding skills required. You can have your AI assistant live in less than 2 minutes.

Copy Your Script

Grab your single-line embed snippet from the installation box below or directly from your Dashboard.

Paste into Your Store

Paste the snippet before the closing </body> tag in your store theme or footer settings.

Instant Live AI Chat

Refresh your store. Your autonomous AI shopping assistant is live, answering questions and closing sales!

Script

Compatible with any website builder, CMS, or custom framework.

<script
  src="https://labtoai.com/widget.js"
  data-merchant-id="YOUR_MERCHANT_KEY"
  async
></script>

* Note: Replace YOUR_MERCHANT_KEY with your public API key found in your Dashboard API Keys tab.

Platform-Specific Guides

Select your platform below for tailored instructions:

Shopify Installation

  1. Log in to your Shopify Admin dashboard.
  2. Navigate to Online Store > Themes.
  3. Click the Actions (three dots) > Edit Code on your live theme.
  4. In the left sidebar, open theme.liquid under the Layout folder.
  5. Scroll down to the very bottom and find the closing </body> tag.
  6. Paste the code snippet immediately above </body>.
  7. Click Save in the top right corner. You are all set!
<!-- Labto AI Chatbot Widget -->
<script
  src="https://labtoai.com/widget.js"
  data-merchant-id="YOUR_MERCHANT_KEY"
  async
></script>

Installation FAQs

Where do I find my Merchant Key?

Log in to your Labto AI account and go to the API Keys tab in your Dashboard. You can copy your key with one click.

Will it slow down my website?

No. Our script is ultra-lightweight (under 15KB) and loaded asynchronously (async) from a global Edge CDN, causing zero impact on your Core Web Vitals or page load speed.

Can I customize the widget appearance?

Yes! You can customize the bot name, theme color, welcome message, launcher icon, and tone directly from your Widget Settings tab without updating the code.

Need help installing?

Our engineering team is happy to assist with your store setup for free. Drop us a note via our Contact Page.