Integrate Vindex with WordPress, Shopify, and more.

Platform Integrations

Connect Vindex Ai to your favorite website platforms without writing any code.

WordPress & WooCommerce

Vindex Ai is the perfect companion for WordPress sites. It allows you to add high-performance AI without overloading your server or exposing your private AI keys in the WordPress database.

Integration Steps

  1. Get Your Channel ID: In the Vindex Portal, go to your Channel settings and copy the
    text
    Channel ID
    .
  2. Install a Script Manager: We recommend a plugin like "WPCode" (Insert Headers and Footers) or similar.
  3. Add the Snippet: Paste the following code into the Global Footer section of the plugin:
html
<script>
  window.VindexConfig = {
    siteId: 'YOUR_CHANNEL_ID',
    position: 'bottom-right',
    theme: 'auto'
  };
</script>
<script src="https://ai.amgaptech.com/widget.js"></script>

For WooCommerce Stores

  • Knowledge Sync: Copy your product descriptions or upload your Store Policy PDF to the Intelligence Bank.
  • Customer Support: The AI will automatically be able to answer questions about shipping, returns, and specific product features directly on your storefront.

Shopify

Shopify merchants can add Vindex Ai to provide 24/7 shopping assistance and lead capture.

Integration Steps

  1. Online Store > Themes: Click Actions > Edit Code.
  2. theme.liquid: Locate your
    text
    theme.liquid
    file.
  3. Insert Script: Scroll to the bottom and paste your Vindex embed snippet right before the closing
    text
    </body>
    tag.
  4. Save: Refresh your storefront to see the AI assistant live.
Tip: Use the Brand Color option in your Vindex Channel settings to match your Shopify theme exactly.

Webflow

Enhance your Webflow projects with a native-feeling AI interface.

Integration Steps

  1. Project Settings: Go to Custom Code.
  2. Footer Code: Paste the Vindex embed snippet into the Footer Code section.
  3. Publish: Publish your site to see the widget.

Wix

  1. Dashboard: Go to Settings > Custom Code.
  2. Add Custom Code: Click "+ Add Custom Code" in the Body - End section.
  3. Paste Snippet: Give it a name like "Vindex AI" and paste your snippet.
  4. Apply: Select "All Pages" and click Apply.

Troubleshooting

Widget not appearing?

  • Check Channel Status: Ensure your Channel is toggled to Live Mode in the Vindex portal.
  • Check Domain URL: Ensure the "Domain URL" in your Channel settings matches your website's domain (e.g.,
    text
    https://my-store.com
    ).
  • Cache: If you are using a caching plugin (like WP Rocket), clear your cache after adding the script.