Add Generative Answers

Add generative answer nodes to Copilot Studio topics with CreateSearchQuery and SearchAndSummarizeContent.

391|88|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/microsoft/skills-for-copilot-studio --skill add-generative-answers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Add Generative Answers
Source: https://github.com/microsoft/skills-for-copilot-studio/tree/main/skills/add-generative-answers
Command: npx skills add https://github.com/microsoft/skills-for-copilot-studio --skill add-generative-answers

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps authors add generative answer nodes to Copilot Studio topics so agents can provide responses grounded in configured knowledge sources without incorrect routing or missing context.

Core Features & Use Cases

  • Add or create topics that incorporate optimized search queries and generative answer nodes to return knowledge-grounded responses.
  • Support multiple patterns including direct responses, orchestrator inputs/outputs, fallback searches, and precision raw-result searches for high-fidelity content.
  • Use cases include creating targeted Q&A topics that restrict searches to specific knowledge sources, controlling auto-send behavior, stripping citation markers, and ensuring conversational context is preserved via CreateSearchQuery.

Quick Start

Add a SearchAndSummarizeContent pattern to a topic by generating a CreateSearchQuery, referencing the correct knowledgeSources, and configuring autoSend and responseCaptureType as needed.

Frequently Asked Questions about Add Generative Answers

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add generative answers to Copilot Studio topics?

To add generative answers to Copilot Studio topics, insert generative answer nodes that run CreateSearchQuery before SearchAndSummarizeContent. This sequence searches configured knowledge sources and produces grounded AI responses.

What is the SearchAndSummarizeContent pattern in Copilot Studio?

The SearchAndSummarizeContent pattern generates grounded AI responses by searching agent knowledge sources. It requires generating a CreateSearchQuery first, referencing correct knowledgeSources, and configuring autoSend and responseCaptureType.

Can I restrict generative answers to specific knowledge sources in Copilot Studio?

Yes, you can restrict generative answers to specific knowledge sources by specifying knowledgeSources references within the generative answer node. This ensures the AI responses are grounded only in the targeted content.

How do I control auto-send behavior for AI-generated responses in Copilot Studio?

You control auto-send behavior for AI-generated responses by setting the autoSend property appropriately within the generative answer node. This allows you to process answers before sending them to users.

Why do I need CreateSearchQuery before SearchAndSummarizeContent?

CreateSearchQuery must run before SearchAndSummarizeContent to ensure conversational context is preserved and the search is optimized. Running SearchAndSummarizeContent without it can result in missing context or incorrect routing.