Guide

How to Build a WhatsApp Agent That Handles Customer Conversations 24/7

Abhishek Sachan
#WhatsApp Agent#WhatsApp AI Agent#No-Code AI Agent#WhatsApp Automation

Three ways to set up a WhatsApp agent that replies to customers while you're offline: a free self-hosted option, Meta's own AI agent, and a 5-minute Chrome extension.

How to Build a WhatsApp Agent That Handles Customer Conversations 24/7

If you run a business on WhatsApp, you know the pattern. A customer messages at 9pm asking about pricing. You’re at dinner. By the time you reply the next morning, they’ve already messaged someone else. Multiply that by every evening, weekend, and busy afternoon, and you’re losing customers simply because you can’t type fast enough, at all hours, forever.

A WhatsApp agent fixes this. It’s software that reads incoming messages and replies for you, in your voice, so customers get an answer whether you’re asleep, in a meeting, or just swamped. Below are three ways to set one up, from a fully free option you run yourself to a Chrome extension you can turn on in five minutes.

Option 1: Run your own WhatsApp agent for free (needs a bit of terminal courage)

This is the free, fully self-hosted route. You run one program on your computer, scan a QR code once, and from then on an AI reads your WhatsApp and replies for you. No forms to fill with Meta, no waiting for approval.

Here’s what to do:

  1. Install Docker Desktop on your computer. It’s a free download from docker.com, and installing it is the same as installing any other app: download it, open it, click through the installer.
  2. Download the WhatsApp bridge. Open a terminal (on Mac, search for “Terminal”; on Windows, search for “Command Prompt”) and paste this:
    git clone https://github.com/felipeadeildo/whatsapp-mcp.git
    cd whatsapp-mcp
    docker compose up -d
    This downloads a small program that connects to WhatsApp the same way WhatsApp Web does, and starts it running quietly in the background.
  3. Scan the QR code. Type docker compose logs -f whatsapp-mcp and a QR code will appear in the terminal. Open WhatsApp on your phone, go to Settings > Linked Devices > Link a Device, and scan it. Your WhatsApp is now linked to the program you just started.
  4. Connect it to an AI. If you use Claude Code, type one line:
    claude mcp add --transport http whatsapp http://localhost:8080/mcp
    Now Claude can read your WhatsApp conversations and send replies through them.
  5. Tell it what to do, in plain English. Something like: “When a customer asks about pricing or opening hours, reply with our standard answer. If they ask for a refund or sound upset, don’t reply, just let me know.” Claude will follow that instruction for every message that comes in.

A few honest notes: your computer (or a small always-on server, if you don’t want to leave your laptop running) needs to stay switched on for this to keep working. And because this connects to WhatsApp unofficially rather than through Meta’s approved channel, keep your message volume reasonable, it’s built for normal customer replies, not mass messaging.

Option 2: Turn on Meta’s own AI agent inside WhatsApp Business

If a terminal isn’t your thing, Meta built its own version of this directly into WhatsApp Business. It’s called Meta Business Agent, and it rolled out worldwide in June 2026. Over a million businesses are already using it.

Here’s what to do:

  1. Set up a WhatsApp Business Platform account. This is Meta’s official business messaging product, not the regular WhatsApp Business app on your phone, and it requires verifying your business with Meta.
  2. Turn on Meta Business Agent in your account settings.
  3. Tell it about your products, prices, FAQs, and business hours.
  4. Set the moments where it should stop and hand things to you, like complaints or refund requests.
  5. Switch it on.

It’s free to get started. From August 1, 2026, Meta starts charging for messages the agent handles, roughly 4 to 5 cents each. The catch is the setup: verifying a business with Meta can take anywhere from a few days to a few weeks, and you’re committing to their official platform rather than the WhatsApp Business app you’re probably using today.

Option 3: Install a Chrome extension and be live in 5 minutes

If you just want this solved today, with no developer, no Meta approval, and no waiting, this is the option.

The Chat Quotient is a Chrome extension that adds an AI agent straight into WhatsApp Web, the version of WhatsApp you already use in your browser. Your number stays the same, nothing to migrate.

Here’s what to do:

  1. Install The Chat Quotient from the Chrome Web Store and open WhatsApp Web like you normally do. It turns itself on automatically.
  2. Open AI Inbound Agent from the sidebar.
  3. Write a few sentences about your business: what you sell, your tone of voice, your prices, and how to answer common questions.
  4. Set the moments it should stop and call you in, like a complaint or a question it isn’t sure about.
  5. Turn it on.

From that point, incoming messages get answered automatically, in your own number and your own voice. When it hands a conversation back to you, you get a short summary instead of having to scroll back and re-read everything. There’s a free plan for a limited number of AI replies a month, with paid plans if you need more.

Which one should you actually pick?

Run it yourself (Docker)Meta Business AgentThe Chat Quotient
Setup timeAn hour, if you follow the stepsDays to weeks (business verification)Under 5 minutes
Do you need to code?No, but you’ll use a terminalNoNo
Needs Meta’s approval?NoYesNo
CostFree (you just need a computer or cheap server running)Free to start, then per message from Aug 2026Free plan, paid for higher volume
Best forComfortable clicking through a technical guide onceBusinesses already on WhatsApp’s official platformAnyone who wants it solved today

You’ll also come across tools like Wati and Eazybe while researching this. They’re built for teams already committed to WhatsApp’s official API and CRM-style workflows, worth a look if that’s genuinely what you need, but they take longer to set up than the option above.

Frequently asked questions

What is a WhatsApp agent? A WhatsApp agent is software that reads messages coming into your WhatsApp and replies automatically, using AI to understand what the customer asked and answer in your business’s voice.

Is there a free WhatsApp AI agent? Yes. Running your own with Docker (Option 1) costs nothing but your time. The Chat Quotient also has a free plan for a limited number of AI replies each month.

What’s the easiest no-code way to add an AI agent to WhatsApp? Installing a Chrome extension like The Chat Quotient. It works inside WhatsApp Web, so there’s no account setup with Meta and no code to write.

Can I connect Claude or ChatGPT to WhatsApp? Yes. Tools like whatsapp-mcp let Claude read and send WhatsApp messages directly, after you link your WhatsApp account by scanning a QR code. You then just tell Claude in plain English how you want it to respond.

Do I need the WhatsApp Business API to automate replies? No. The Business API is only required for Meta’s official Business Agent (Option 2). Running your own bridge or using a Chrome extension both work through WhatsApp Web instead, with no API application needed.

Is it safe to use an unofficial WhatsApp bot? For normal customer-support volumes, yes, this is how most small businesses automate WhatsApp today. It’s not sanctioned by Meta the way its own Business API is, so avoid sending very high volumes of messages through it.

Which WhatsApp AI agent is best for a small business? If you want something running in minutes with no technical setup, a Chrome extension like The Chat Quotient. If you’re comfortable with a one-time technical setup and want it completely free, running your own with Docker works just as well.

The bottom line

Pick based on how much setup you’re willing to do. Comfortable with a terminal and want it free forever? Run your own with Docker. Already committed to WhatsApp’s official Business Platform? Turn on Meta Business Agent. Want it solved in the next five minutes with nothing to install beyond a Chrome extension? That’s The Chat Quotient. All three get you the same result: customers get answered even when you’re not looking at your phone.

← Back to Blog

Your WhatsApp CRM is one click away.

Pipeline, leads, AI agents — all inside WhatsApp.

Install the Chrome extension and turn WhatsApp Web into a full CRM for your business — pipeline, lead records, AI agents, and follow-ups in one place.