NuMeAi Logo NuMeAi Get Started Free

Help Center

Quick answers for sellers who want NuMeAi running fast — on Shopify, Etsy, WordPress, WooCommerce, and more.

Setup & Installation
Yes — if you install the NuMeAi widget script on your WordPress/WooCommerce site, you’ll get the same floating icon and chat experience (like Gabz.ai). The share link opens the chat page, but the floating icon only appears when the widget script is embedded on your site.
Recommended: install WPCode (Insert Headers & Footers), then paste your widget snippet into the Footer and apply it site-wide.
<script>
(function () {
  window.NUMEAI_WIDGET_SLUG     = "YOUR-SLUG";
  window.NUMEAI_WIDGET_POSITION = "bottom-right";
  window.NUMEAI_WIDGET_BASE_URL = "https://app.numeai.ai";
  window.NUMEAI_WIDGET_ZINDEX   = 9999;
  window.NUMEAI_WIDGET_SIZE     = 132;

  var s = document.createElement('script');
  s.src = "https://app.numeai.ai/numeai-widget.js";
  s.defer = true;
  document.body.appendChild(s);
})();
</script>
Tip: if you use caching/minify plugins, exclude https://app.numeai.ai/numeai-widget.js from “Delay JS” if needed.
Yes. Use window.NUMEAI_WIDGET_POSITION (ex: bottom-right) and window.NUMEAI_WIDGET_SIZE (ex: 132). If your theme overlays it, increase window.NUMEAI_WIDGET_ZINDEX.
Yes. If your site can add a script snippet (WordPress, WooCommerce, Wix, Squarespace, Webflow, custom HTML), you can embed the widget.
Product & Support
Most sellers are live in about 5 minutes. You answer a few questions and NuMeAi learns your products and policies.
NuMeAi is an AI sales assistant that sits on your store and answers customer questions instantly — so you don’t have to. It helps convert “maybe” buyers and works while you sleep.
Use the Contact link on the website or reach out through the NuMeAi app. If you send your store URL + your widget slug, we can diagnose issues quickly.