The Question Nobody Asks Before Buying
Almost every article about chatbots assumes you should have one. That is a reasonable default - most businesses answer the same questions repeatedly and a bot handles that well. But a chatbot is an interface, and interfaces are not neutral. Putting one in front of the wrong problem does not produce a slightly worse outcome; it produces a measurably worse one than doing nothing.
The pattern is consistent: a chatbot adds a turn-taking cost. Every exchange is a round trip - read, decide, type or tap, wait. When that cost is lower than the alternative, the bot wins. When it is higher, the bot is a tax the user pays for your convenience.
What follows is the six situations where the maths goes the wrong way, and what to use instead.
1. Collecting More Than About Five Fields
A form shows the whole ask at once. The user sees eight fields, decides the trade is worth it, and fills them in whatever order suits them - tabbing back, correcting, pasting from elsewhere.
A chat flow reveals the same eight fields one at a time. That has three costs:
- Eight decisions to continue instead of one, each an opportunity to leave.
- Correction is painful. Realising at field seven that field three was wrong means either starting over or a clumsy "go back" affordance most bots do not have.
- No pasting or autofill. Browser autofill does not work on chat bubbles, so an address the user could have filled in one click becomes five messages.
What to use instead
A form. If the emotional barrier to a form is the problem - and sometimes it genuinely is - use the bot to qualify and reassure, then hand off to a short form for the data. Two or three conversational questions followed by "here are the details we need" outperforms eight chat turns.
The test
Count the fields. Above five, the form wins on completion almost every time.
The comparison, honestly
| Form | Chat flow | |
|---|---|---|
| Decisions to continue | One | One per field |
| Browser autofill | Works | Does not |
| Correcting field 3 at field 7 | Click it | Awkward or impossible |
| Seeing the full ask upfront | Yes | No |
| Perceived effort | Higher | Lower |
| Actual completion above 5 fields | Higher | Lower |
The hybrid that works
Use the conversation for the part that benefits from it - qualifying, reassuring, narrowing - then hand off to a short form for the structured data. Three conversational questions followed by "here are the details we need" outperforms eight chat turns, because the emotional barrier is removed before the form appears rather than instead of it.
2. When the User Is in Distress or a Genuine Emergency
This is the one where getting it wrong causes real harm rather than lost revenue.
Someone reporting a safety issue, a medical concern, a fraud in progress, a bereavement, or an account they have just been locked out of at a critical moment, is in no state to navigate a decision tree. Every menu is an obstacle, and the experience of being offered quick replies while distressed reads as institutional indifference.
What to use instead
A visible, immediate route to a person - a phone number, a priority queue, a clearly labelled escalation. If a bot fronts these journeys at all, its job is to route in one step, not to triage.
Designing for it when you cannot avoid it
- Detect and skip. Certain words should bypass the flow entirely and go straight to escalation.
- Never require a menu choice first. "Talk to someone" must be reachable from the opening message.
- Publish the fallback. If humans are offline, say so immediately with the alternative, rather than collecting details into a queue nobody is watching.
Designing the bypass
Where a distressed user might arrive and a bot fronts the journey anyway, three things are non-negotiable.
- Escalation reachable from the first message, not after a menu choice.
- Keyword detection that skips the flow entirely - certain words should route immediately.
- An honest out-of-hours answer with an alternative route, rather than a queue nobody is watching.
Tone in the failure case
Cheerfulness reads as indifference here. A bot that responds to a fraud report with "Oops! Let me help with that!" has misjudged the room in a way a customer remembers. Match the register to the situation, which in practice means writing these branches separately rather than inheriting the default voice.
3. When the Same Question Is Not Asked Repeatedly
The economics of a chatbot rest on repetition. It is worth building an answer once when that answer is needed a thousand times. Below some threshold, the build and maintenance cost exceeds the time saved, and you have automated something that was never a burden.
The honest arithmetic
Take your top question. How many times a month? Multiply by the minutes it takes a person to answer. Compare that with the hours to build, test, maintain and monitor a flow for it - and remember maintenance is ongoing, because the answer changes when the product does.
For a business handling thirty enquiries a month, mostly different, the answer is usually a good contact page and a fast human.
Where the threshold actually sits
Less about absolute volume than about concentration. Two hundred enquiries a month where the top five questions are 70% of them is an excellent case. Two hundred where every one is different is a poor one. Look at the distribution, not the total.
Work out the threshold yourself
| Monthly enquiries | Top 5 questions are | Verdict |
|---|---|---|
| 200 | 70% of volume | Strong case |
| 200 | 15% of volume | Weak - fix content instead |
| 2,000 | 40% of volume | Strong case |
| 30 | Anything | A good contact page |
What the build actually costs
Twenty to sixty hours to build, four to six hours a week in month one, then one to two hours a week indefinitely. The ongoing figure is the one that decides viability, because it never stops. Chatbot ownership covers where those hours go.
4. When You Have No Content to Ground It In
An AI chatbot with nothing to retrieve from will do the most damaging thing available: answer anyway. It will produce a refund window, a delivery time or a price that sounds plausible and is invented, and the customer will act on it.
This is the most common cause of chatbot projects failing quietly. The demo works because the demo is about a fictional company with tidy data. The deployment fails because the real help centre is four years out of date and contradicts itself in three places.
The honest sequence
- Fix the content. Make it accurate, current and organised.
- Make it retrievable.
- Then put a bot in front of it.
Steps one and two are the work. Teams skip them because they are unglamorous and then blame the model. If your help content is in bad shape, the bot will be a faster way to distribute wrong answers. Our guide to training a chatbot on a knowledge base covers doing this properly.
The audit that reorders the project
Before anything else, take your top twenty questions and check whether an accurate, current answer exists anywhere in your content. Teams are routinely surprised - a third of their most common questions have no written answer at all, which no model can fix.
| Content state | What the bot does |
|---|---|
| Accurate and current | Answers correctly |
| Missing | Invents something plausible |
| Contradictory | Picks one, inconsistently |
| Stale | Confidently states last year's policy |
The middle two are worse than no bot, because a wrong answer delivered confidently gets acted on. Training on a knowledge base covers doing this properly.
5. When a Good Page Would Answer It Faster
If the answer is a table, a price list, an opening-hours grid or a comparison, a page beats a conversation. The user can scan, compare, re-read and bookmark. A chatbot delivers the same information one bubble at a time, with no scanning and no way to return to it except scrolling back.
The tell
If the honest bot response would be "here are our opening hours for all eight locations", that is a page. Conversations are good at narrowing - "which location?" then one answer. They are bad at presenting a set.
The trap
Teams add a chatbot because a page is hard to find, which is a navigation and search problem being solved with an interface. The bot then becomes the only route to information that should be findable, and anyone who dismisses the widget cannot reach it. Fix the page and the search first.
6. When Nobody Will Own It After Launch
The most reliable predictor of a failed chatbot is not the platform or the model. It is that nobody is scheduled to look at it again.
A chatbot degrades. Products change and answers go stale. New terminology appears that the flow does not recognise. Fallback rates drift upward as reality diverges from the flow. None of this is visible unless somebody reads the transcripts.
What ownership means
- Someone reads fallback logs weekly. Those are real questions in customers' own words - the most valuable content backlog available.
- Someone owns the content the bot answers from, and updates it when the product changes.
- Someone watches handover volume. A rising rate means the bot is losing ground.
This is perhaps two hours a week, not a full role. But zero hours a week guarantees the thing quietly gets worse until someone proposes removing it. If nobody will commit those hours, do not launch - the unmaintained version is worse than nothing because it actively misinforms.
What degradation looks like month by month
- Month one: works well, everyone is pleased.
- Month three: a release changed the pricing page; four answers are now wrong. Nobody notices.
- Month six: fallback rate has doubled. Customers have learned to type "agent" immediately.
- Month nine: someone asks whether the chatbot is doing anything, and the honest answer is no.
None of this is a platform problem. It is attention, and it is the single most reliable predictor of whether a chatbot project is judged a success.
A Five-Minute Test Before You Build
Run these before committing to a project.
- Do five questions make up most of your volume? If no, the case is weak.
- Is your content accurate and current today? If no, fix that first.
- Is the main journey collecting more than five fields? If yes, use a form.
- Could a distressed user arrive here? If yes, design the bypass before the flow.
- Would a well-made page answer it faster? If yes, make the page.
- Who reads the transcripts in month three? If the answer is nobody, stop.
Passing all six is a strong case, and most support-heavy businesses do pass. Failing two or more is a signal to solve the underlying problem first - which is usually content, navigation or staffing, none of which a chatbot fixes.
If you do pass, starting narrow beats starting broad: one high-volume question answered well, measured for a month. The free plan covers that comfortably, and the template library gives you a working flow to adapt rather than a blank canvas.
Four Cases Where the Answer Is "Partly"
The six situations above are clear. Most real decisions are not, and the useful move is usually to narrow the bot rather than abandon it.
Highly regulated advice
Financial, legal and medical advice carry liability that a probabilistic system should not hold. But the surrounding journey is usually safe and high-volume: opening hours, document checklists, appointment booking, "what do I need to bring". Build the bot for the logistics and route the advice to a person, with the boundary stated in the opening message.
Complex products with many variants
A bot that tries to configure an eighteen-option product in chat will lose people. One that narrows to three candidates and hands to a specialist is genuinely useful. The test is whether the conversation converges - if each answer opens more branches than it closes, it is the wrong interface.
Very high-value, low-volume sales
Nobody buying a six-figure system wants a chatbot to qualify them, and the volume does not justify the build. What does work is a bot that books time with a named person and collects the two or three facts that make the call useful.
Angry existing customers
Someone who has already had a bad experience reads a chatbot as another obstacle. Detecting that and routing immediately is worth more than any flow, and it is the same detection logic that should shorten the fallback sequence - see fallback messages.
| Situation | Bot should | Bot should not |
|---|---|---|
| Regulated advice | Handle logistics around it | Give the advice |
| Complex configuration | Narrow to a shortlist | Complete the configuration |
| High-value sales | Book time, gather context | Qualify aggressively |
| Angry customer | Route immediately | Offer a menu |
What to Build Instead
Each of the six cases has a better answer, and most are cheaper than the chatbot.
| Situation | Better answer | Effort vs a bot |
|---|---|---|
| More than five fields | A short form, conversationally introduced | Much less |
| Distress or emergency | A visible phone number and priority queue | Much less |
| Low repetition | A good contact page and fast replies | Much less |
| No content | Write the content first | More, but unavoidable |
| Set-based answers | A well-structured page with a table | Less |
| No owner | Do not build it | Zero |
The uncomfortable pattern
Four of those six are content or staffing problems. A chatbot is frequently proposed as a way to avoid fixing them - the help centre is out of date, so put an AI in front of it; nobody answers email quickly, so add a bot. Neither works, because the bot inherits the underlying problem and distributes it faster.
Where a bot genuinely beats the alternatives
High-volume repetitive questions with accurate content behind them, available at three in the morning, at a cost per conversation that no staffing model matches. That is a real and common case - it is simply not every case, and the projects that fail are usually the ones where nobody checked which they had.
If You Pass the Test, Start Narrow
Passing all six checks is a strong case, and most support-heavy businesses do pass. The failure mode then shifts from "should not have built it" to "built too much of it".
One question, measured for a month
Pick your single highest-volume question, answer it well, and measure. A bot that handles one thing excellently teaches you more than one that handles twenty adequately, and it is far easier to judge whether it is working.
Add scope from the fallback log, not from a roadmap
The questions people actually ask the bot and it cannot answer are a better backlog than anything planned in advance. Build for those in order of frequency. Fallback messages covers reading that log.
Decide the handover before the flows
Who picks up, within what time, and what happens out of hours - which is most hours. A good flow feeding an unstaffed queue is worse than no bot, because it promises a person who never arrives. Who should own your chatbot covers the rota, and the handoff guide covers the mechanics.
Practical starting points
The support and FAQ templates are complete flows to adapt rather than a blank canvas, grounding answers in an AI knowledge base is what stops invention, and the free plan covers a single-question pilot comfortably. If you are choosing a platform at the same time, the vendor evaluation questions are worth having in hand, and pricing sets out what scaling costs.
If You Already Built One and It Is Not Working
Most people reading this have already launched. The question then is whether to fix, narrow or remove, and the honest answer is not always fix.
Diagnose before deciding
| Symptom | Likely cause | Action |
|---|---|---|
| High fallback rate | Content gaps | Fixable - write the answers |
| Users type "agent" immediately | Bot burned trust earlier | Fixable, slowly |
| Low engagement with the widget | Placement or opening message | Fixable |
| Confident wrong answers | Ungrounded, or stale content | Fixable, urgently |
| Nobody has looked at it in months | No owner | Fix the ownership or remove |
| Every journey needs a human anyway | Wrong use case | Narrow it drastically |
Narrowing beats removing
A bot doing twenty things badly can usually become a bot doing three things well. Pick the three highest-volume questions it answers correctly, remove everything else, and route the rest straight to a person. The widget stays, expectations reset, and the maintenance burden drops to something one person can actually carry.
When removing is right
When nobody will own it, and nobody will admit that in a meeting. An unmaintained bot is not neutral - it answers questions wrongly, it trains customers to distrust the channel, and it absorbs the traffic that would otherwise have reached a person. Turning it off is a legitimate decision and is occasionally the responsible one.
Telling the difference
Ask who will spend one to two hours on it next week. If there is a name and that person agrees, fix it. If the answer is a team rather than a person, or an intention rather than a commitment, narrow it to almost nothing or remove it. Chatbot ownership covers what that commitment actually involves.
Was this article helpful?
Build and deploy in 10 minutes. No coding needed.
When Not to Use a Chatbot FAQ
Everything you need to know about chatbots for when not to use a chatbot.
About the Author
The Conferbot team writes about building, deploying, and improving AI chatbots.
View all articles