A is incorrect: Bypassing orchestration removes the planning layer that selects the right tools, topics, and knowledge sources. Routing queries directly to a language model without orchestration eliminates the agent's ability to ground responses in enterprise data and perform structured actions. Reference: https://learn.microsoft.com/en-us/microsoft-copilot-studio/guidance/generative-orchestration
B is incorrect: A single monolithic topic is brittle, difficult to maintain, and prevents the agent from dynamically selecting the best approach per query. Generative orchestration composes reusable building blocks into intelligent workflows, eliminating the need for monolithic conversation designs. Reference: https://learn.microsoft.com/en-us/microsoft-copilot-studio/guidance/generative-orchestration
C is incorrect: Classic orchestration relies on manually authored trigger phrases to match the user's query to a single topic. It cannot dynamically plan multistep responses or automatically select the most appropriate combination of tools and knowledge sources, making it unsuitable for complex, evolving query patterns. Reference: https://learn.microsoft.com/en-us/microsoft-copilot-studio/advanced-generative-actions
D is correct: Generative orchestration introduces an LLM-driven planning layer that interprets user intent, breaks down complex requests, and selects the right tools, knowledge, and topics. By default, newly created agents use generative orchestration, providing dynamic and intelligent conversation experiences without requiring manually authored trigger phrases for every scenario. Reference: https://learn.microsoft.com/en-us/microsoft-copilot-studio/advanced-generative-actions