Users of a Contoso IT helpdesk Copilot Studio agent frequently type messages that do not match any configured topic — for example, 'I need help with the thingy on my screen.' The agent currently responds with a generic 'I didn't understand that' message. The product team wants a better experience. Which Copilot Studio feature should the developer modify?
Select an answer to reveal the explanation.
Short Explanation and Infographic
The Fallback topic is like a 404 page for your agent — when nothing matches, it fires. Customizing it with helpful suggestions and an escalation option transforms a frustrating dead-end into a useful redirect. The correct answer is B.
Full explanation below image
Full Explanation
## Why B is Correct Copilot Studio includes a built-in system topic called Fallback that automatically triggers whenever the agent's intent-matching engine cannot identify which topic to invoke (low confidence score across all topics). This is distinct from user-authored topics. Developers should customize this system topic — not replace it — to display helpful guidance, surface the most relevant topics as suggestions, and offer an escalation to a human agent.
## Why the Distractors Are Wrong A (Add more trigger phrases to every topic): This approach does not scale and still won't cover every possible phrasing. Users' unstructured language is too varied to enumerate exhaustively.
C (Enable generative AI automatically): Generative AI (orchestration mode) does improve intent-matching, but the Fallback topic still exists for cases where confidence remains below threshold. Enabling generative AI is not a substitute for a well-configured Fallback topic.
D (Create a new 'Fallback' topic with trigger phrases): User-authored topics use trigger phrases for matching — they do not serve the role of the system Fallback topic. Creating a topic named 'Fallback' with trigger phrases like 'help' would only match when the user literally types 'help.'
## Exam Tip System topics in Copilot Studio (Fallback, Greeting, Escalate, End of Conversation) are pre-built and must be customized, not replaced. The Fallback topic fires on low confidence, not on any specific trigger phrase.