DEV Community

Eliseo Gamba
Eliseo Gamba

Posted on • Originally published at Medium

How to Add a Free AI Sales Assistant to WordPress That Actually Acts (Not Just Answers)

Most WordPress chatbots do one thing: they answer. A visitor asks a question, the bot replies, and that's the end of it. But answering isn't the goal — converting is. If a customer asks "do you have this in blue?" the win isn't a text reply, it's landing them on the product page ready to buy.

This tutorial walks through setting up a free AI assistant that does exactly that. It answers questions in natural language and navigates visitors to the right page — product detail, pricing, contact form, checkout — automatically. No API key, no credit card, no code. You'll have it running in under five minutes.

What makes this different

Before the steps, it's worth understanding the one feature that sets this apart, because it changes what a chatbot is actually for.

Traditional bots answer and stop. This one detects the visitor's intent and then executes an action in the browser — it can redirect them to a product page, a category, or straight to checkout. So when someone asks "where are your seasonal offers?", the assistant doesn't just describe them, it takes the visitor there.

That matters because of a simple statistic: up to 7 out of 10 visitors leave when they can't find what they're looking for. An assistant that guides them to the next step instead of just talking catches those people at the exact moment of doubt.

What you'll need

  • A WordPress site running 6.3 or higher
  • PHP 7.4 or higher
  • Admin access to your dashboard

No account to create beforehand, no external API keys to hunt down. If you can install a plugin, you're set.

Step 1: Install the plugin

From your WordPress dashboard, go to Plugins → Add New and search for "AI Chatbot – Free Sales & Support Assistant" (also listed as Chatbot IA Gratis).

Click Install Now and wait a few seconds.

Tip: Want to test before touching your live site? Spin up a free throwaway WordPress instance on TasteWP or InstaWP, run through this whole flow there, and delete it when you're done.

Step 2: Activate

Click Activate. The plugin adds a Chatbot IA item to your WordPress sidebar where everything is configured. Nothing shows on your front end yet — that happens after you connect.

Step 3: Connect (one click)

Open the Chatbot IA panel and click Connect.

That's the entire step. Your account is created automatically using your WordPress admin email — there's no signup form, no API key to paste, no billing dashboard. On connection, your site is registered and the chat widget is served to your visitors instantly, on every page.

Step 4: Train it on your business

This is where a generic bot becomes your assistant. Go to the Knowledge base tab and add information about your business — products, shipping policies, services, FAQs, contact details.

The assistant uses this exact information to respond, so it answers accurately about your store instead of guessing. You can also give it navigation context — for example, telling it which URL your offers, categories, or checkout live at — so it knows where to send people.

Add your details, save, and the assistant is ready to work.

Step 5: Match your brand and verify

Two quick finishing touches:

  • Set your welcome message and brand color so the widget fits your site instead of standing out awkwardly.
  • Open your site in an incognito window (so you see it as a visitor) and test it. Ask something a real customer would — "Do you offer free shipping?" or "Show me your seasonal products" — and confirm it both answers and, where relevant, navigates you to the right page.

If it responds and guides you correctly, you're done.

What's happening under the hood

When a visitor sends a message, the plugin passes it to an AI language model along with the knowledge you provided. The model generates a natural-language reply — and when it detects intent that maps to an action, it triggers a browser navigation to the relevant page. Because the model handles the reasoning, you never script decision trees or write canned answers the way old rule-based bots required.

The plugin connects to the AI assistant service that powers responses; the connection is only made when you explicitly activate it from the settings panel. On connection it registers your site URL, site name, and admin email, and during conversations it processes visitor messages to generate replies.

Wrapping up

The bar for putting a real AI assistant on a WordPress site has collapsed. What used to be a paid subscription or a coding project is now: install, activate, connect, and feed it your business info. Three clicks and a knowledge base.

The part that makes it worth doing isn't that it answers — plenty of tools answer. It's that it acts: it catches visitors at the moment of doubt and moves them toward the sale instead of letting them drift away. For a store or small business site, that's one of the highest-value, lowest-effort additions you can make.

Test it on a throwaway site first, then ship it to your live one. Your visitors get instant answers and a nudge in the right direction — and you stop answering the same question five times a day.


Have you added an AI assistant to your WordPress site? What converted and what didn't? Let me know in the comments.

Top comments (0)