Users report that your Copilot Studio agent frequently returns answers that are technically correct but cite only a small fragment of a larger document, missing important context from surrounding paragraphs. Which knowledge source configuration adjustment should you evaluate?
Select an answer to reveal the explanation.
Short Explanation and Infographic
Chunking is how the knowledge base slices documents into searchable pieces — too small a chunk and you get a puzzle piece with no picture. Increasing the chunk size or configuring context window settings brings in neighboring paragraphs so the agent has the full picture before it answers.
Full explanation below image
Full Explanation
When Copilot Studio indexes knowledge source documents, it divides them into chunks — segments of text that are individually embedded and stored for semantic retrieval. The chunk size determines how much text is in each segment. If chunks are too small, a retrieved chunk may contain the direct answer but lack the surrounding context that gives it meaning.
Configuring larger chunk sizes, or adjusting context window settings to retrieve adjacent chunks along with the primary match, ensures the LLM has more surrounding context when synthesizing its answer. This addresses the 'technically correct but lacking context' symptom.
Option A (more knowledge sources) adds breadth, not depth of context. The problem is not lack of sources but insufficient context per retrieved chunk.
Option C (switching to classic topics) abandons the generative capability entirely. Classic topics require manually authored responses — not a scaling solution.
Option D (reducing confidence threshold) causes the agent to return lower-confidence, potentially less relevant content. It does not address the context window problem and may introduce noise.
Chunking is an advanced knowledge source tuning consideration. On the exam, recognize: partial/context-light answers → investigate chunk size and context window. Large document collections with dependent concepts may need larger chunks or overlap between chunks.