Actually Helpful

What "grounded in your docs" actually means (and how to tell if yours actually is)

When a chatbot says it's grounded in your docs, it should mean it looks up real answers from your actual help content. You'll want to verify that's actually happening. Here's how to tell the difference.

What "grounded" is supposed to mean

When a company says their chatbot is "grounded in your docs," they mean it looks up real information from your actual help content before answering. Instead of just generating an answer from whatever it learned during training, it actually searches your documentation, finds relevant material, and builds its response from that real source.

That's the whole idea. The answer should trace back to something concrete you can check, not just sound plausible. Without grounding, a chatbot is essentially making educated guesses based on patterns it learned from its training data, which could be months or years old, or simply wrong.

With grounding, the chatbot is constrained to what your own help content says. If your docs are current and accurate, the chatbot's answers are too. If the docs have a gap or an error, the chatbot might still tell you something wrong, but you'll be able to see exactly where it came from and fix the underlying problem.

How to tell if a chatbot is actually doing this

Here's a concrete, checkable test. Ask it something specific enough that the real answer only exists in one particular help article. Pick something a general-purpose AI model couldn't plausibly guess correctly on its own: an exact internal process, a specific number, or a policy detail unique to your company.

If it answers correctly AND links to or names the specific source, it's actually grounded. If it answers confidently with no source, or the source doesn't actually support what it said, something's off. The chatbot may be reverting to what it learned during training, making an educated guess, or pulling from multiple inconsistent sources without telling you.

Here's what good grounding looks like in practice:

You: What's the exact SLA for processing refund requests once we receive a return?

Chatbot: According to your returns policy, refunds are processed within 5 business days of receiving the returned item. You can verify this in your help center under "Returns and Refunds," in paragraph 2.

Notice what happened there. The chatbot gave a specific answer (5 business days), and it pointed you to exactly where to check that claim. You can verify it in ten seconds. That's grounding done right. You get a usable answer, and you also get transparency about where it came from.

Compare that to what non-grounded answers look like. A non-grounded chatbot might say something like, "Refund processing times typically take about a week," or "It depends on the situation," or worst of all, it might confidently state a timeframe that's actually wrong because it's guessing.

Why "grounded" isn't automatically the same as "accurate"

Here's an important nuance that catches a lot of people off guard. Grounding your chatbot in real docs is necessary, but it's not sufficient by itself.

If your underlying help docs are outdated, contradictory, or unclear, a chatbot can be perfectly grounded (correctly reflecting what the docs say) while still giving you wrong or confusing information. The chatbot isn't lying. It's accurately reading from source material that itself was wrong. Your docs might say something that's no longer true, or they might contradict each other, or they might be vague enough to be unhelpful.

Grounding fixes one specific problem: "the chatbot made something up from nowhere." It doesn't fix this one: "the source material itself was wrong." These are two separate problems. Both matter. They're just different.

A good grounded chatbot actually makes the second problem more visible because you can see exactly which doc it's pulling from and spot where the doc itself needs updating. When a chatbot cites a source and you realize the source is wrong, you now have a clear action item: fix that doc. When a chatbot just makes something up, you have no idea where the error came from, so it's much harder to fix systematically.

The citation is the whole point

Why does showing your sources matter so much? Because it turns an answer from something you have to take on faith into something you can verify yourself in seconds.

A chatbot that never shows where it got an answer is asking for blind trust. "Just believe me." A chatbot that always cites its source is inviting you to check its work. That's a very different, much more honest posture. You're not relying entirely on the chatbot's accuracy anymore. You're getting a recommendation from the chatbot, backed up by a source you can independently verify.

When a chatbot refuses to cite a source, or when you ask for a source and the linked article doesn't actually support the answer, that's your signal something is wrong. The chatbot might be guessing, hallucinating, or pulling from outdated training data instead of your live docs. A real source citation isn't just nice to have. It's the thing that makes "grounded" actually meaningful.

A simple way to spot a chatbot that isn't really grounded

Use this checklist next time you test a chatbot:

If you ask a specific question and get a confident answer with no source, or a source that doesn't back up the claim, that chatbot isn't actually grounded in your docs. It's just guessing and hoping you won't check. Any of those red flags should make you skeptical about whether grounding is actually happening.

How we handle this

Our agent only answers from your own real documentation. It links to the specific source behind every answer so you can check it yourself rather than take our word for it.

When something isn't covered in your documentation, it tells you honestly instead of trying to guess. That means sometimes the answer is "this isn't documented yet, and I can't help with this," and we're okay with that. It's more honest and more useful than confidently answering wrong. If you get "I don't know, but here's where you might find the answer," you're better served than if you'd gotten a wrong answer delivered with false confidence.

We build and test for this deliberately because we think grounding is essential to a chatbot you can actually trust with real customer conversations. It's not about being perfect. It's about being honest and verifiable.

See it cite its own sources

Ask our own agent something specific on our homepage and see whether it actually points you to a real source, or just answers from thin air.