Copilot Mastery Pro+ ~10 min read Updated · August 2026

The ticket nobody needed to file.

“What's the parental leave policy?” “What's my cost centre?” Questions like these are the background radiation of every HR and IT function — high volume, low value, endlessly repeated. The Employee Self-Service agent is Microsoft's answer, and unusually, Microsoft publishes the actual per-query economics. This lesson is built around those numbers, because they decide whether the thing is worth deploying.

01 What it is, structurally

The Employee Self-Service agent handles employee queries and requests on key HR and IT topics inside Microsoft Copilot and Copilot Chat. Architecturally it is built on Copilot Studio and uses agent flows — which is why its prerequisites read like a Power Platform project rather than a Copilot toggle. It leans on Microsoft Entra for authentication, and Microsoft recommends configuring single sign-on in Entra because the agent trusts Entra.

The connector detail worth knowing

The agent includes the Workday, SAP SuccessFactors and ServiceNow premium connectors at no additional cost. That is a real saving. You still need the appropriate licences for those third-party systems themselves — the connector is free, the system it connects to is not.

02 The economics nobody reads

Here is the part that makes this lesson worth its tier. Users with a Microsoft Copilot licence are covered. Users without one are billed pay-as-you-go, and Microsoft publishes a worked cost breakdown for roughly a thousand users:

Query typeExampleShare of trafficCost per query, unlicensed user
Knowledge search, no cached user context“What is the parental leave policy?”81%16 cents
Knowledge search, cached user contextSame question, context cached2%12 cents
Topics“What is my cost center #?”14%5 cents
VerbatimsSensitive statements routed to a fixed response3%1 cent

Microsoft's own summary: the average price per user without a Microsoft Copilot licence is 15 cents per query. The reason knowledge search dominates the cost is visible in the step breakdown — the tenant call for content is 10 cents and the orchestrator summarising that content is 2 more, while determining intent is free. Non-LLM answers cost a cent.

Anything that triggers LLM compute costs more. Microsoft flags two specific additions: enabling Microsoft 365 Self-Help incurs LLM compute to classify the query type, and the live agent hand-off package invokes LLM compute to summarise chat history before handing to a human. Budget for both if you turn them on.

03 How much volume should you actually expect?

Microsoft publishes two real deployment samples, both at 40,000 enabled users, and they are a useful reality check against the business case someone is about to write:

MetricSample 1 (28 days)Sample 2 (two months)
Enabled users40,00040,000
Monthly active users1,100 — 3% of activated2,075 — 5% of activated
Total conversations5,12911,000
Total interactions6,91716,000
Interactions per conversation1.341.45
Conversations per user~5~5

Read that honestly. Three to five percent monthly active of an enabled population, and conversations that are barely more than a single exchange. This is a genuinely useful tool with modest adoption — which is fine, as long as nobody promised the board that 40,000 people would stop emailing HR.

04 The deployment is a programme, not a switch

Microsoft's own role table is the clearest signal of scale. Deploying this properly needs a Global admin to assign roles, a Power Platform administrator to create environments and install the agent, a Power Platform maker to configure it (Microsoft recommends the agent owner does this), external system administrators for the third-party integrations, an information security team to allowlist inbound requests and manage SSO, and a change control board to approve the architecture, the data governance and the responsible-AI policy.

Three more roles do no configuration but decide whether it works at all: HR, IT and legal/privacy representatives. Their job is to identify knowledge sources, supply the frequent queries, and flag sensitive topics. That last one is why the “verbatims” category exists in the cost table — some questions must never get a generated answer.

Least privilege, again

Microsoft's guidance is to use the least privileged role for each activity and use just-in-time access for elevated ones. Standing Global Admin for an HR chatbot project is the kind of thing that shows up in an audit two years later.

05 Before you start

Readiness checklist

  • Count your unlicensed users. At roughly 15 cents a query, they are the entire variable cost. Multiply by 5 conversations a year per active user, at 3–5% monthly active.
  • Set up Copilot Studio capacity — the agent uses agent flows, so this is not optional. Prepaid message capacity is the alternative to pay-as-you-go.
  • Configure pay-as-you-go in the Power Platform admin center: create a billing plan, link an Azure subscription and resource group, select the environment, and choose Copilot Studio as the product. Microsoft explicitly warns this last step is critical and isn't covered in the admin center itself.
  • Federate identity to Entra and configure SSO before you integrate Workday, SuccessFactors or ServiceNow.
  • Get HR, IT and legal to write the sensitive-topics list before go-live, not after the first incident.
  • Run FlightCheck — Microsoft's readiness check that validates your tenant, environment and external-system configuration against the agent's requirements.

If that list looks heavier than you expected, that's the honest answer: this is the most enterprise of Microsoft's built-in agents. For a lighter grounded-answers approach over policy documents, SharePoint agents get you most of the way for a fraction of the effort. And whichever you choose, it still has to clear the Agent Registry approval gate.

Up next in Copilot Mastery

Enterprise rollout

The sequencing, change management and measurement that decides whether any of this sticks. Read the lesson →

Questions people ask

Straight answers

What does the Employee Self-Service agent do?
It handles employee queries and requests and provides self-service capabilities on key HR and IT topics, inside Microsoft Copilot and Copilot Chat. It is built on Copilot Studio and uses agent flows, so deploying it is closer to a Power Platform project than flipping a Copilot setting.
How much does it cost per query?
Users with a Microsoft Copilot licence are covered. For users without one, Microsoft's published sample puts the average at 15 cents per query. The breakdown: knowledge search without cached user context is 16 cents and makes up about 81% of traffic, knowledge search with cached context is 12 cents, topics are 5 cents, and verbatims are 1 cent.
Do I get the Workday and ServiceNow connectors included?
Yes. The agent includes the Workday, SAP SuccessFactors and ServiceNow premium connectors at no additional cost. You still need the appropriate licences for those third-party systems themselves in order to integrate them.
What adoption should we plan for?
Microsoft's two published deployment samples both start from 40,000 enabled users and show 1,100 monthly active users (3% of activated) over 28 days, and 2,075 (5%) over two months. Conversations averaged around five per user with roughly 1.3 to 1.5 interactions each. Plan for a useful minority, not universal adoption.
What do we need to configure before deploying?
Copilot Studio capacity, because the agent uses agent flows. If unlicensed users will use it, configure pay-as-you-go in the Power Platform admin center: create a billing plan, link an Azure subscription and resource group, select the environment, and choose Copilot Studio as the product — Microsoft warns that last step is critical and is not covered in the admin center itself. Prepaid message capacity is the alternative.
Which admin roles are involved?
A Global admin to assign roles, a Power Platform administrator to create environments and install the agent, a Power Platform maker to configure it, external system administrators for third-party integrations, information security to allowlist endpoints and manage SSO, and a change control board to approve architecture, governance and responsible-AI policy. Microsoft recommends least-privileged roles and just-in-time access for elevated ones.
Is there a way to check readiness before we go live?
Yes. After confirming licensing, capacity, identity and roles, Microsoft provides FlightCheck, a readiness check that proactively validates that your tenant, environment and external-system configurations meet the agent's requirements.
Does it work if our identity provider isn't Microsoft?
It can, but the agent trusts Entra for authentication because it is built on Copilot Studio within the Microsoft 365 stack. Microsoft expects your identity store to be federated with Entra and recommends configuring single sign-on there, with documented authentication preferences for Workday, SAP SuccessFactors and ServiceNow depending on whether Entra is federated with a third-party IdP.