What a WooCommerce chatbot is, and what the AI kind adds
A WooCommerce chatbot is a chat widget on your store that answers shoppers without a person typing each reply. There are three kinds, and the difference matters more than the brand name on the widget.
| Kind | How it answers | Good at | Weak at |
|---|---|---|---|
| Rule-based flows | Follows a decision tree you build by hand | Routing, opening hours, collecting an email | Anything you did not script, which is most product questions |
| Generic AI assistant | A language model with no access to your store data | Fluent, polite replies | Invents products, prices and return rules |
| Retrieval-grounded AI (RAG) | Retrieves matching products and pages from your store first, then writes the answer only from what it found | Product, shipping, returns and order questions specific to your store | Questions your content does not cover; it says so and offers a person |
Vatdi is the third kind. For every question it searches your synced catalogue and knowledge base with vector and exact-text search, then writes the reply from those snippets and attaches product cards. If nothing matches, it says it does not know rather than guessing. How a RAG chatbot works explains the mechanism in detail, and chatbot vs live chat covers the cases where you want people answering instead of a bot.