A chatbot built to admit what it doesn’t know
Picture a customer asking your chatbot a question about your pricing or policy that it doesn’t actually know the answer to, and it confidently makes something up anyway, with your business’s name attached to the false answer. That’s the real risk we build against, not a generic AI assistant with no grounding in your specific content, products, or policies.
This isn’t a rare edge case, it’s the default behavior of a general-purpose AI model with no grounding in your specific business, asked a question it has no real information about. It tends to generate a plausible-sounding answer rather than admit uncertainty. A chatbot simply saying “I don’t know, let me connect you with someone” is a better outcome for your business than one that guesses wrong and sounds confident doing it.
Why we build from a knowledge base, not an open-ended model
The chatbots we build are grounded in a structured knowledge base compiled specifically from your real FAQs, policies, and product or service details, the same real-content discipline behind every page on this site, applied to a conversational format instead of a static page. The chatbot’s scope is explicitly bounded: it answers from what’s actually in the knowledge base, and when a question falls outside that scope, it hands off to a human rather than reaching for a plausible-sounding guess.
This is a deliberate tradeoff against a chatbot that appears to handle absolutely anything: a bounded chatbot will more visibly say “I’m not sure, let me connect you with someone who can help” on genuinely out-of-scope questions, which is a better customer experience over time than a chatbot that sounds confident answering something it’s actually fabricating, even though the bounded version might look less impressive in a quick demo covering only easy, well-anticipated questions.
What a well-scoped chatbot actually handles
Structured Knowledge Base
Your actual FAQs, policies, and product or service details compiled into a source the chatbot draws answers from, not an open-ended general AI model with no grounding in your business.
Defined Handoff Boundary
An explicit map of what the chatbot should and shouldn't attempt, with a clear route to a human, WhatsApp, email, or a contact form, for anything outside that scope.
Multi-Channel Deployment
Integrated into your website, WhatsApp Business, or both, depending on where your customers actually reach out to you rather than a default website-widget assumption.
Question Analytics
Visibility into what customers actually ask, including questions the chatbot handed off, which routinely surfaces real gaps in existing FAQ content or customer service.
What good handoff design actually looks like
A chatbot’s handoff behavior is as important to design carefully as the answers it gives directly, and it’s often the part that gets the least attention in a quickly-deployed generic chatbot. A well-designed handoff recognizes the boundary of its knowledge base clearly, not just when a question is entirely unrelated to the business, but also when a question is related but touches specifics the knowledge base doesn’t cover (a pricing question for a custom, non-standard request, for example), and routes to a human with enough context that the customer doesn’t have to repeat their entire question from scratch.
We test specifically for this during the build: asking questions that are adjacent to the knowledge base but not directly covered by it, questions that combine multiple topics in ways the knowledge base wasn’t structured for, and deliberately adversarial questions designed to see whether the chatbot can be pushed into fabricating an answer. A chatbot that handles the easy, clearly-in-scope questions well but breaks down unpredictably on edge cases isn’t actually production-ready, even if it performs impressively in a quick internal demo covering only the straightforward, well-anticipated cases someone happened to think to test.
Common chatbot mistakes we see in the market
A few patterns show up repeatedly in poorly-scoped chatbot deployments we’ve reviewed or been asked to fix. No defined scope at all, a chatbot connected to a general-purpose AI model with instructions to “help customers” and nothing more specific, which produces exactly the fabrication risk this page is built around addressing. No handoff path to a human, a chatbot that either refuses unhelpfully or guesses when it hits its limits, with no route for the customer to actually get their question answered by a person when needed, leaving a frustrated customer stuck in a loop with no way forward.
A knowledge base that’s stale, incomplete, or was never actually populated with real content in the first place undermines the entire point of building a custom chatbot rather than just directing customers to a general AI assistant with no business-specific grounding at all. No testing against real customer language is the other common gap, a chatbot tested only with clean, well-formed questions during development, then deployed to handle real customers’ actual phrasing, typos, and colloquial language it was never actually checked against, which is often where a chatbot’s real-world performance diverges most sharply from how it looked during an internal demo.
The Nigeria Data Protection Act, enforced by NITDA, is directly relevant here too, a chatbot handling customer conversations is handling personal data, and we scope data handling and disclosure as part of the build rather than treating it as an afterthought. Channel integration typically runs through the WhatsApp Business Platform where that’s where your customers already are, connected to the same knowledge base as the website widget rather than maintained as a separate, drifting copy. If backend process automation is what you’re actually after rather than a customer-facing conversation, see our AI Automation page for how the two connect.
Start With Your Actual Customer Questions
Tell us the questions your customers actually ask most often, that’s the real starting point for a knowledge base, not a generic FAQ template, and it’s often more revealing than business owners expect once it’s actually written down and reviewed together.