When Should an AI Answer, Ask, or Hand Off? A Decision Guide
An AI assistant makes a choice on every turn, even when it does not look like a choice. It can answer the question. It can ask for more. It can check before it acts. It can recover from a mistake. It can stop. It can pass the user to a human. The move it picks shapes the whole experience, often more than the words it uses.
This guide covers the seven moves an assistant can make and gives a plain trigger for each one. ICX groups these as the Behavior Decision Set, one lens of its Conversation Behavior Framework. The aim is simple. When a system is unsure, limited, or asked to do something risky, it should make the right move on purpose, not by accident.
Why the move matters more than the words
A bot can sound friendly and still behave badly. It can answer when it should have asked. It can act when it should have checked. It can keep trying when it should have handed off. The copy reads fine, but the behavior is wrong.
This is the gap between writing a conversation and designing one. A good turn is not only well written. It is the right kind of turn for the moment. That is why ICX starts with behavior, not script. You can see the same idea in why clear flows still fail to drive action: the words can be clear and the outcome can still be wrong.
The seven moves
Here are the seven moves, each with a trigger you can apply right away.
Answer
Answer when the assistant is confident and the action is safe. This is the default move, and most turns should be answers. The risk is answering when the system is not actually sure. A confident wrong answer is worse than a question.
Ask
Ask when a needed value is missing or unclear. Keep the question narrow. Ask for one thing, not five. A good ask sounds like “What is the order number?” not “Please provide all relevant details.”
Verify
Verify when confidence is low and the action is risky. Sending money, changing an address, or cancelling a booking should be checked first. Verifying costs one extra turn. It saves the user from a mistake they cannot undo.
Repair
Repair when a turn failed or the user is confused. Do not pretend nothing went wrong. Name the problem and offer a clear next step. Strong fallback and recovery flows are the difference between a user who recovers and one who quits.
Stop
Stop when the request is out of scope or unsafe. A bot that tries to help with everything ends up trusted with nothing. Saying “I cannot do that, but here is who can” builds more trust than a vague non-answer.
Escalate
Escalate when stakes or emotion run high. A frustrated user, a legal question, or a high-value account often needs a person. Escalating early can save the relationship.
Hand off
Hand off to a human with enough context that the user never repeats themselves. The worst hand off drops the user into a queue and asks them to start over. A good hand off carries the history forward.
How to pick the move
You do not need a flowchart with fifty boxes. You need two questions at the top.
First, is the assistant confident? Second, is the action safe to undo? Those two questions sort most turns.
- High confidence and safe action: answer.
- Low confidence and risky action: verify.
- Missing information: ask.
- A broken or confusing turn: repair.
- Out of scope or unsafe: stop.
- High stakes or strong emotion: escalate or hand off.
The point is to decide these triggers during design, not in the moment. When the triggers are written down, every turn behaves the same way for the same reason. That consistency is what users read as trust.
A short before and after
Picture a banking bot. The user types, “I think someone used my card.”
A weak bot answers: “You can view recent transactions in the app.” That is an answer to a question the user did not ask. The user is scared, and the bot missed it.
A stronger bot escalates: “That sounds stressful, and I want to get you help fast. I am connecting you to a fraud specialist now, and I will pass along what you told me so you do not have to repeat it.”
Same facts. Different move. The second bot read the stakes and chose to escalate. That is behavior design, and it is the kind of judgment ICX builds into conversation design work.
Why this is the future of the work
For years, conversation design meant writing what the bot says. That still matters. But agentic systems can act, not just talk, so the bigger question is what the system does. As ICX wrote in the next twelve months in AI customer experience, the systems that win are the ones that behave well under pressure.
Industry research backs this up. The Nielsen Norman Group has long shown that trust in an interface comes from predictable, honest behavior, not from clever wording. The same is true for AI. A system earns trust by making the right move when things get hard.
A simple first step
Take one real conversation your bot handles. Walk through it turn by turn. At each turn, ask which of the seven moves the bot made, and whether it was the right one.
Very often you will find the bot answered when it should have asked, or kept trying when it should have handed off. Naming the wrong move is the first step to fixing it.
If you want help mapping the right moves for your own assistant, reach out to ICX. The work starts with one honest question: what should the system do when it does not know what to do?
Frequently asked questions
What are the seven moves an AI assistant can make?
The seven moves are answer, ask, verify, repair, stop, escalate, and hand off. Answer when confidence is high and the action is safe. Ask when a needed value is missing or unclear. Verify when confidence is low and the action is risky. Repair when a turn failed. Stop when the request is out of scope or unsafe. Escalate when stakes or emotion run high. Hand off to a human with full context. ICX groups these as the Behavior Decision Set.
When should a chatbot hand off to a human?
A chatbot should hand off when the stakes are high, the user is upset, or the request falls outside what the bot can safely do. A good hand off carries enough context that the user never repeats themselves. The goal is not to keep the user inside the bot. The goal is to get them help.
Why does an AI assistant need to verify before acting?
Verifying protects the user when an action cannot be undone. If the bot is not sure and the step is risky, like sending money or changing an order, it should confirm first. Verifying turns a guess into a checked decision. It costs one extra turn and prevents a costly mistake.