Lesson 06 · Copilot Mastery Pro+ ~16 min read 3 agent builds

Copilot Agents: build a custom assistant for your role.

Copilot Agents are the next step up from Pages — purpose-built AI assistants for specific roles or workflows. This is Pro+ territory because the value is enterprise-grade: think of an HR policy agent, a sales-research agent, an IT helpdesk agent. This lesson walks the full build of three real agents from scratch.

The mental model

Agents are Custom GPTs for the Microsoft world.

Like ChatGPT's Custom GPTs but built for your organization — connected to your SharePoint, your Teams chats, your company knowledge. The agent knows your context; you don't have to re-explain it every time.

Workflow 01 Build a sales-research agent

1

Agent: "Customer Prep"

Build an agent that researches any prospect before a meeting — pulling from your CRM, past emails, and the web.

The prompt that works

Setup walkthroughCopilot Studio → Create Agent → name: 'Customer Prep' → instructions: 'When asked about a customer, search SharePoint for past proposals, Outlook for recent emails, and the web for current news. Produce a 60-second briefing.' → publish to your team's Teams channel.

Best use cases

  • Sales reps prepping for calls
  • Account managers in QBRs
  • Customer success teams onboarding new accounts
Agent quality is only as good as the data it can access. If your CRM is messy, the agent's briefings will reflect that.
Time savings: 30 min of pre-call research → 60 sec.

Workflow 02 Build an HR policy agent

2

Agent: "HR Help"

Most HR questions are repetitive: PTO policy, benefits enrollment, expense rules. Build an agent that answers these from your actual policy docs.

The prompt that works

Setup walkthroughCopilot Studio → Create Agent → name: 'HR Help' → connect to your HR SharePoint site → instructions: 'Answer employee policy questions using only the documents in /HR-Policies. Cite the specific doc and section. If unsure, say so and direct to HR Slack.' → deploy organization-wide.

Best use cases

  • Mid-size company HR teams overwhelmed with repetitive questions
  • Onboarding flows for new hires
  • Manager self-service for policy questions
Critical: the agent should never invent policy. Configure it to refuse questions outside the source docs. Hallucinated HR advice is a real liability.
Time savings: Hours/week of repeat HR questions: cut by 70%+.

Workflow 03 Build an IT helpdesk agent

3

Agent: "IT Triage"

First-line IT support is mostly password resets, VPN issues, and how-to questions. An agent handles 60-70% of tickets before they reach a human.

The prompt that works

Setup walkthroughCopilot Studio → name: 'IT Triage' → connect to your IT knowledge base + ticketing API → instructions: 'Walk users through common fixes for password, VPN, M365, and printer issues. If unresolved after 3 steps, create a ticket and route to IT. Be friendly, brief.'

Best use cases

  • Internal IT teams at companies with high ticket volume
  • Remote-first companies where in-person help isn't available
  • After-hours triage when IT is offline
Agents need a graceful escalation path. The worst version is one that loops users in dead-ends. Always have a 'I can't help — here's a real human' fallback.
Time savings: First-line ticket volume to humans: typically 50-70% reduction.

Final challenge: build your first real agent

Pick the repetitive question you get asked most often at work. Build a Copilot Agent that handles it:

  1. Open Copilot Studio
  2. Name the agent (something descriptive)
  3. Connect it to the relevant data source (SharePoint folder, Teams channel, knowledge base)
  4. Write 5-10 sentences of instructions that constrain its behavior
  5. Test with 5 real questions you'd expect
  6. Iterate the instructions until it answers well
  7. Deploy to a small group, refine based on feedback

Time invested: 1-2 hours. Time saved: ongoing forever.

What you can do now

  • Understand when an Agent beats a one-off Copilot conversation
  • Build agents that connect to real organizational data (SharePoint, Teams, CRM)
  • Write agent instructions that constrain hallucination and add citations
  • Configure graceful escalation paths for questions agents can't answer
  • Pick the right repetitive workflow to automate first
Pro
Up next in Copilot Mastery

Lesson 7 · GitHub Copilot: the developer side most people miss

Code completion, chat in your IDE, agent mode, pull request summaries. For technical roles who want their Copilot license to also accelerate dev work. See pricing →