Southridge Video is evaluating whether to use Copilot Studio's classic topic-based authoring or generative AI (orchestration) mode. A product manager asks the developer to explain when to use a Generative answers node inside a classic topic versus enabling full generative orchestration. Which statement correctly distinguishes the two?
Select an answer to reveal the explanation.
Short Explanation and Infographic
A Generative answers node is a controlled power tool inside your authored flow — like a GPS that suggests routes but you still steer. Generative orchestration hands the wheel to the AI to navigate the whole conversation. The correct answer is B.
Full explanation below image
Full Explanation
## Why B is Correct Generative answers node (within classic topics): The developer authors the topic structure (triggers, conversation steps, branching) but at a specific point in the flow, inserts a Generative answers node that dynamically generates an answer from knowledge sources. The developer controls when and how the AI is invoked.
Generative orchestration mode: The AI model itself decides — based on the user's message and conversation history — which topic to trigger, which action to run, or whether to synthesize an answer from knowledge. This reduces the need for explicit trigger phrases and supports more fluid, multi-intent conversations.
## Why the Distractors Are Wrong A (Generative orchestration replaces all topics): Even in generative orchestration mode, authored topics and actions still exist — the AI orchestrates which ones to invoke rather than the user's utterance triggering them via phrase-matching. Topics are not eliminated.
C (Internal vs. external distinction): Both modes are available for both internal and external agents. The choice is based on conversation design preference, not audience.
D (Identical except knowledge sources): These are fundamentally different architectural approaches to conversation management — not minor variants of the same thing.
## Exam Tip Generative answers node = AI within authored flow (developer controls when). Generative orchestration = AI drives the entire flow (AI decides what to run next). Both use knowledge sources but serve different design philosophies.