Canned Replies the AI Can Cite Without Sounding Canned


TL;DR
When your AI agent can't answer, the default 'I don't know' response usually kills the conversation. A well-designed fallback acknowledges the gap, captures what the customer actually asked, and routes them somewhere useful — all without making them repeat themselves to a human.
A customer lands on your site, types a question about a billing edge case your docs don't cover, and your AI agent replies with some variation of: "I'm sorry, I don't have that information." Then nothing. No next step. No way forward.
That response isn't neutral — it reads as abandonment. The customer either leaves or opens a ticket angrier than they needed to be. Either way, the AI made things worse by doing almost nothing.
Fallback behavior is not a nice-to-have configuration. It's the difference between a support agent that earns trust when it's uncertain and one that destroys it.
The factory-default fallback for most AI agents is a dead-end sentence. It signals one thing: we didn't think about what happens here.
The problems are structural, not cosmetic:
A well-built fallback solves all four of these. It's a small workflow, not a sentence.
In Chattering, when the agent reaches a confidence threshold below which it won't speculate, we recommend configuring the fallback to do three things in order:
Acknowledge without apologizing excessively. One honest sentence is enough. "I don't have a reliable answer to that one" beats "I sincerely apologize for any inconvenience" — the latter sounds like a legal disclaimer.
Surface the closest relevant content anyway. Even if the agent can't answer directly, it can often cite a related doc or help article that gets the customer 70% of the way there. That 70% sometimes resolves the ticket before a human needs to touch it.
Trigger a handoff with full context pre-attached. This is the operational piece most teams skip. When the handoff fires, the incoming conversation in your shared inbox should already contain the customer's original question verbatim, the sources the AI checked, and a flag indicating the agent drew a blank. Your agent picks up mid-conversation, not at square one.
Chattering lets you set the confidence threshold at which the agent stops answering and falls back. Set it too low, and the agent hallucinates or pulls from loosely related content. Set it too high, and it falls back on questions it could have handled — inflating your human queue unnecessarily.
A practical starting point: watch the first two weeks of fallback logs. Look for the questions that triggered a fallback but had an obvious answer in your existing docs. If you see a cluster of those, your threshold is too conservative and your ingestion may have gaps. Adjust and re-index.
Conversely, if your human agents are receiving tickets where the AI's last message was confidently wrong rather than an honest fallback, your threshold is too low. A wrong answer is a worse outcome than an honest "I don't know."
Write your fallback message the way a competent support rep would verbally hand off a call:
"That's outside what I can answer reliably. I'm connecting you with our support team and sending them your question so you won't need to repeat yourself."
Short. Specific about what's happening. No apology spiral. No corporate boilerplate. The phrase "you won't need to repeat yourself" does real work — it signals that the handoff is warm, not a cold transfer.
If your team operates async (most small SaaS support orgs do), add an honest wait-time signal:
"Our team typically responds within a few hours on business days."
Don't invent a number you can't keep. If your SLA is four hours sometimes and twelve hours other times, say "within the same business day" instead.
Every fallback is a data point about a gap in your documentation or your ingestion. Chattering's feedback portal lets you tag fallback conversations and route them into a review queue. Once a week, your support lead should open that queue, identify the top three recurring questions that triggered fallbacks, and either write a new help article or extend an existing one.
Say your agent draws a blank on the same refund-after-annual-renewal question forty times in a month. That's not a fallback problem — that's a documentation gap. One well-written article resolves it, the agent ingests it, and the fallback rate on that question drops to zero.
Fallback logs are one of the cheapest sources of content strategy you have. Use them.
The goal isn't to eliminate fallbacks — you will always have questions your docs don't cover. The goal is that every fallback leaves the customer with a clear next step, leaves your human agent with full context, and leaves your team with a signal to close the gap. When a fallback does all three, it's not a failure. It's the system working exactly as designed.
Review fallback logs weekly for the first month. If your human agents are regularly receiving tickets the AI should have handled, the threshold is too high. If agents are receiving tickets where the AI gave a confidently wrong answer instead of falling back, it's too low.
At minimum: the customer's original question verbatim, the sources the AI queried, and a fallback flag. This lets your agent respond without asking the customer to repeat themselves, which is the single biggest friction point in AI-to-human handoffs.
Yes — in Chattering you can configure different fallback responses by topic or intent category, so a billing fallback can route differently than a technical integration question, with messaging tailored to each team's response style.