web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Copilot Studio / Document reviewer agen...
Copilot Studio
Suggested Answer

Document reviewer agent orchestration

(0) ShareShare
ReportReport
Posted on by
I have a 100 pages of document. I need to review the document with the guidelines, rules, formatting, numbering, tone, grammar and etc. what is the best way to implement in copilot studio? What design to follow
I have the same question (0)
  • Suggested answer
    sannavajjala87 Profile Picture
    515 Super User 2026 Season 1 on at
    Hi,
     

    Most important thing first, because it'll save you real pain: don't upload the document as a knowledge source and ask the agent to "review it." That's the natural instinct, but it won't work for a full 100-page review. Knowledge sources use RAG, so they chunk the document and only pull back the few pieces most relevant to a single question. Microsoft has confirmed the agent won't iterate across a whole document, it processes a handful of items and silently stops. Great for "what does the doc say about X," wrong for "check every page against these rules."

    The design that works is to loop a review prompt over the document, which is what Microsoft's own guidance recommends (process long docs page by page):


    1. Build an AI Builder prompt that takes two inputs: your guidelines (rules, formatting, numbering, tone, grammar) and one page or section of the document. Have it return structured output, like a list of {location, issue type, description, suggested fix}.

    2. Orchestrate with a Power Automate flow (or a Copilot Studio agent flow). Split the document page by page, loop the prompt over each chunk, and collect the findings. Keep chunks small, since prompt runs have a 100-second limit and a token cap, so the whole doc at once will time out.

    3. Aggregate into one report (Word or Excel), and add a final pass for cross-page checks a per-chunk review misses, like numbering continuity and tone consistency.

    4. Use Copilot Studio as the front end: the user uploads the doc and guidelines, triggers the review (the agent calls the flow as a tool), and gets the report back.

    So: agent for the conversation and trigger, Power Automate for the loop, AI Builder prompt for the actual review, guidelines as the stable reference. The knowledge source is the wrong tool for the review itself.

    One note: the model is strong on tone, rules, and contextual grammar, but for strict mechanical checks (exact numbering, formatting) you'll get more reliable results pairing it with deterministic checks. Hope that helps.

  • Suggested answer
    11manish Profile Picture
    3,333 on at
    For a 100-page document review, I would not recommend simply uploading the document into Copilot Studio as a knowledge source and
     
    asking it to "review the document." Standard RAG-based knowledge sources are optimized for question answering, not for deep document
     
    analysis and compliance checking.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Copilot Studio

#1
Valantis Profile Picture

Valantis 277

#2
11manish Profile Picture

11manish 206

#3
sannavajjala87 Profile Picture

sannavajjala87 156 Super User 2026 Season 1

Last 30 days Overall leaderboard