The Copilot Family, Explained

Half a dozen products share the Copilot name. Learn who's who, how grounding decides what an answer can draw on, and where free chat stops and the licensed work version begins.


What you'll learn

  • Recognize the main members of the Copilot family
  • Explain how grounding shapes what a Copilot answer can use
  • Tell web-based chat apart from licensed work-based chat
  • Describe what enterprise data protection does and doesn't cover

Before you start

On this page

"Use Copilot" might mean opening a chat, working inside Word, or using a security tool. The same name appears across several products. A simple map is enough to keep them straight.

Why are there so many Copilots?

Microsoft attaches the Copilot name to AI experiences built for different jobs, data, and people. You don't need all of them. You need to recognize the handful you might meet:

Copilot Who it's for What it's centered on
Microsoft 365 Copilot Everyday Microsoft 365 users Your work documents, email, and meetings
Copilot Chat (web) Anyone with an eligible Microsoft 365 plan General chat and public information
GitHub Copilot Developers Code and repositories
Security Copilot Security teams Alerts and investigations
Finance Agent Finance professionals Reconciliation and finance records
Copilot Studio Makers Building custom agents

You don't need to memorize this catalog. For any request, note who is doing the work, where the information lives, and what result they need. Those details usually narrow the choice quickly. Documentation only confirms that a product exists. Access still depends on your subscription, tenant, and region, and your admin can confirm what your account has. The next lesson turns this map into a quick selection method.

Three things people call Copilot on a PC

They share a word and little else. Consumer Copilot is the assistant you chat with. Copilot on Windows is how you reach that app on a PC. Windows AI features (like Recall) are device and operating-system features. Sharing the name "Copilot" doesn't make them one product.

Microsoft 365 Copilot grounds work answers

When you send a work prompt, a helpful model of the process is your prompt → grounding → generation → your review. Grounding supplies the information the answer can use. There are three common sources:

  • Web grounding uses public web information for tasks such as public documentation, announcements, and general research.
  • Work grounding uses emails, files, meetings, and chats that your organizational account is permitted to access.
  • Explicit-source grounding limits the answer to content you name or paste, making the evidence easier to inspect.

Two names show up here. Microsoft Graph is the access path through which permitted work content reaches Copilot. If you couldn't normally open a file, Copilot can't use it just because you mentioned it. Work IQ is a layer that adds organizational context, using work data, memory, and inference to understand your role and situation. Keep one line in mind: grounding improves relevance. It does nothing for truth. A grounded source can still be outdated, incomplete, or misread, and context that helps Copilot orient is not the same as evidence for a specific fact. You still open the file and check.

There's one more stage worth naming. After generation, Microsoft's security and responsible-AI controls surround the interaction, and then a human reviews the result. Those controls reduce particular risks, such as content filtering and protection against certain attacks, but they are not a business-fact checker. The pipeline doesn't end when Copilot produces fluent text. It ends when an accountable person decides the answer is supported. That person is you.

Name the source boundary in the prompt

The cleanest way to get a checkable answer is to tell Copilot exactly what it may use: "Use only these three files," or "Use only public web sources." A named boundary makes it obvious when Copilot has reached outside it, and gives you a clear line to verify against.

Keep the answer inside your files· copilot-chat
Bad example

Make a status table from these project files.

Good example

Using only the launch brief, risk log, and steering notes I've attached, build a three-row status table with columns for owner, status, blocker, and which file each fact came from. If the files don't support a value, write "Not found." Don't use outside knowledge.

Why this works: A table where every cell traces to a named file, "Not found" fills the gaps, and every fact stays inside the referenced files: a report you can audit.

Free chat and licensed chat

This distinction controls what a work chat can reach. The two Copilot Chat experiences have different access:

What you get Free web-based chat Licensed work-based chat
Extra Copilot license needed? No Yes
Reasoning over public web data Yes Yes
Reasoning over a file you paste in Limited Yes
Retrieving your org's emails, files, meetings No Yes
Cost Included with an eligible Microsoft 365 plan Listed at $30 per user per month, paid yearly

Web-based Copilot Chat comes at no extra cost with an eligible Microsoft 365 subscription. "Free" means no additional Copilot charge. Your identity still attaches to it, and the usual usage limits still apply. The licensed Microsoft 365 Copilot add-on is what enables work grounding: the ability to reason over your organization's own content through Microsoft Graph. (A lower-cost tier, Microsoft 365 Copilot Business, is listed at $21 per user per month, paid yearly.) The practical takeaway: if a colleague's Copilot can summarize their inbox and yours can't, that's usually a licensing gap.

Pasting a file into free chat gives Copilot one document to reason over. The licensed version can retrieve permitted material from your organization's files, email, and meetings through Microsoft Graph. The chat boxes may look similar, but their reach is different. When deciding whether a team needs the add-on, ask whether its work depends on company data that can't reasonably be pasted into each conversation.

Prove where an answer came from· copilot-chat
Bad example

Check whether your previous answer is accurate.

Good example

Audit your previous answer. For each row, name the exact file and passage that supports it, label each statement as fact or inference, and remove anything the named files don't support. Don't add new facts.

Why this works: A source-by-source audit that separates what's grounded from what Copilot inferred, and drops anything it can't back up.

Your data follows the product boundary

This tour of the family has to answer the question everyone has: where does my work data go? For Microsoft 365 Copilot and Copilot Chat, Microsoft documents a protection architecture called enterprise data protection (EDP). Two of its guarantees are concrete and worth remembering: your organization's data is not used to train the underlying large language models, and your data is encrypted both at rest and in transit.

What EDP does not do is equally important. Encryption doesn't prove a conversation retrieved a document, and being excluded from model training doesn't give any particular person permission to open a file. It helps to keep three separate questions straight. Licensing asks may this account use work-based chat? Authorization asks can this person open the source? Grounding asks what evidence did the answer use? A yes to one is not a yes to another: a licensed user can still be blocked from a file, and a fluent answer isn't proof it retrieved anything.

Data protection sits alongside all three, and none of them replaces the habit you're building across this module: checking that an answer is supported before you rely on it. Now that you can name the family and know what your license covers, the final lesson turns it all into a decision you can make in under a minute.

Try it yourself

Feel the source boundary

You don't need a license to experience how grounding changes an answer: just a fresh chat and a fictional source. About six minutes.

  1. 01

    In consumer Copilot, paste this fictional source: "Project Orchard check-in: Tuesday 2pm, Room C. Dana owns it. Bring draft milestones. Remote link sent Tuesday morning."

  2. 02

    Ask Copilot to write a four-sentence reminder using only that source, and to write "Not stated" for anything missing like the exact date or the meeting link.

    Hint: The source says a link "will be sent," not the link itself. Watch whether Copilot invents one.

  3. 03

    Check the answer against the source. Did it stay inside the boundary, or did it add a plausible detail that wasn't there?

  4. 04

    Now ask a version with no source at all: "write a reminder for a Project Orchard meeting," and notice how much it has to invent.

A side-by-side feel for grounded versus ungrounded answers, and firsthand proof that naming the source is what keeps Copilot inside the lines.

Key takeaways

  • "Copilot" is a family of products for different jobs. It isn't one single app.
  • A listing in Microsoft's docs shows that a product exists. It doesn't show that your account has it.
  • Grounding decides what an answer can draw on: web, permitted work data, or sources you name.
  • Web-based chat is included with eligible plans. Work grounding needs the licensed Microsoft 365 Copilot.
  • Enterprise data protection keeps your data out of model training and encrypts it, but it doesn't verify answers.

Check your understanding

  1. 1. You spot a Copilot listed in Microsoft's documentation. What does that tell you?

  2. 2. How do Microsoft Graph and Work IQ differ?

  3. 3. Your Copilot Chat can reason over public web data and a file you paste, but can't summarize your work inbox. What's the most likely reason?

  4. 4. Which statement about enterprise data protection is accurate?

  5. 5. What does "grounding" do for a Copilot answer?

Frequently asked questions

Terms used in this lesson

grounding
Supplying the relevant information a Copilot answer draws on, from the public web, permitted work data, or sources you name.
Microsoft Graph
The access path through which permitted Microsoft 365 work content can reach Copilot. If you can't open something, Copilot can't use it.
Work IQ
A layer that adds organizational context to Microsoft 365 Copilot using work data, memory, and inference. Context you still have to check.
enterprise data protection (EDP)
Microsoft's protection architecture for Copilot. It excludes your data from model training and encrypts it at rest and in transit.

Further reading