🔒 Guided

Pre-launch preview. Authorised access only.

Incorrect code

Guided by A Guide to Cloud
Explore AB-900 AI-901
Guided AB-900 Domain 3
Domain 3 — Module 7 of 8 88%
27 of 28 overall

AB-900 Study Guide

Domain 1: M365 Core Features & Objects

  • Welcome to Microsoft 365
  • Exchange Online: Mailboxes & Distribution
  • SharePoint: Sites, Libraries & Permissions
  • Microsoft Teams: Teams, Channels & Policies
  • Users, Groups & Licensing
  • Zero Trust: Never Trust, Always Verify
  • Authentication: Passwords, MFA & Beyond
  • Microsoft Defender XDR
  • Microsoft Entra: Your Identity Hub
  • PIM, Audit Logs & Identity Governance

Domain 2: Data Protection & Governance

  • Microsoft Purview: The Big Picture
  • Sensitivity Labels & Data Classification
  • Data Loss Prevention (DLP)
  • Insider Risk & Communication Compliance
  • DSPM for AI & Data Lifecycle
  • How Copilot Accesses Your Data
  • Responsible AI Principles
  • Compliance Manager & eDiscovery
  • Activity Explorer & Data Monitoring
  • Oversharing in SharePoint

Domain 3: Copilot & Agent Admin

  • What is Microsoft 365 Copilot? Free
  • What Are Agents? Free
  • Copilot vs Agents: When to Use Which Free
  • Copilot Licensing: Monthly vs Pay-as-You-Go Free
  • Researcher, Analyst & Real-World Use Cases Free
  • Managing Copilot: Billing, Monitoring & Prompts Free
  • Building Agents: Create, Test & Publish Free
  • Agent Lifecycle: Access, Approval & Monitoring Free

AB-900 Study Guide

Domain 1: M365 Core Features & Objects

  • Welcome to Microsoft 365
  • Exchange Online: Mailboxes & Distribution
  • SharePoint: Sites, Libraries & Permissions
  • Microsoft Teams: Teams, Channels & Policies
  • Users, Groups & Licensing
  • Zero Trust: Never Trust, Always Verify
  • Authentication: Passwords, MFA & Beyond
  • Microsoft Defender XDR
  • Microsoft Entra: Your Identity Hub
  • PIM, Audit Logs & Identity Governance

Domain 2: Data Protection & Governance

  • Microsoft Purview: The Big Picture
  • Sensitivity Labels & Data Classification
  • Data Loss Prevention (DLP)
  • Insider Risk & Communication Compliance
  • DSPM for AI & Data Lifecycle
  • How Copilot Accesses Your Data
  • Responsible AI Principles
  • Compliance Manager & eDiscovery
  • Activity Explorer & Data Monitoring
  • Oversharing in SharePoint

Domain 3: Copilot & Agent Admin

  • What is Microsoft 365 Copilot? Free
  • What Are Agents? Free
  • Copilot vs Agents: When to Use Which Free
  • Copilot Licensing: Monthly vs Pay-as-You-Go Free
  • Researcher, Analyst & Real-World Use Cases Free
  • Managing Copilot: Billing, Monitoring & Prompts Free
  • Building Agents: Create, Test & Publish Free
  • Agent Lifecycle: Access, Approval & Monitoring Free
Domain 3: Copilot & Agent Admin Free ⏱ ~14 min read

Building Agents: Create, Test & Publish

Step-by-step: create a Copilot Chat agent in 15 minutes, build a SharePoint agent, then test and refine it before sharing with your team.

Two ways to build agents

☕ Simple explanation

Think of it like making a sandwich.

Copilot Chat agent = you describe what you want and the kitchen builds it. You say “I want a club sandwich with extra pickles” — Copilot Studio takes your description and creates the agent. You can also use a recipe (template) as a starting point.

SharePoint agent = you pick ingredients from what’s already in the fridge. You point the agent at a SharePoint site and say “answer questions about what’s in here.” It’s scoped to that content.

Both are no-code — you don’t write a single line of programming. If Kai at Brew & Byte can order a sandwich, they can build an agent.

Microsoft 365 provides two agent-creation tools for everyday business users:

Copilot Studio (lite experience) — accessed from Copilot Chat, this tool lets you create agents using natural language descriptions or templates. You configure the agent’s name, instructions, knowledge sources (SharePoint, web, connectors), and optional capabilities (code interpreter, image generator). The tool has two main tabs: Describe (natural language authoring) and Configure (detailed settings).

SharePoint agent tool — accessed from any SharePoint site, this tool creates agents scoped to site content. You set the agent’s overview (name, description), sources (entire site, specific libraries, or files), and behaviour (custom instructions, welcome message). The agent is saved as a .agent file on the site.

Creating a Copilot Chat agent

This is a two-tab process in Copilot Studio’s lite experience:

Tab 1: Describe (the quick way)

  1. Open Copilot Chat → click Create agent
  2. You’ll see the Describe tab — type what you want in plain English:
    • “Create an agent that helps new employees find answers about company policies, using our HR SharePoint site”
  3. Copilot Studio generates a draft agent based on your description
  4. Review the draft → tweak if needed → click Create

Tab 2: Configure (the detailed way)

If you need more control, switch to the Configure tab:

SettingWhat You Configure
Icon & nameVisual identity for the agent
DescriptionWhat the agent does (shown to users)
InstructionsDetailed behaviour rules (tone, scope, limitations)
Knowledge sourcesSharePoint sites, web URLs, Copilot connectors
CapabilitiesCode interpreter, image generator (optional)
Starter promptsSuggested questions users see when they open the agent
💡 Real-world: Brew & Byte builds an onboarding agent

Kai (Brew & Byte’s owner) needs a way for new hires to find company policies without asking 10 different people.

Step 1: Opens Copilot Chat → “Create agent” Step 2 (Describe): Types: “An assistant that answers new employee questions about Brew & Byte policies. Friendly tone. References our HR SharePoint site.” Step 3 (Configure): Adds the HR SharePoint site as a knowledge source. Adds starter prompts: “How do I claim expenses?”, “What’s the dress code?”, “How do I book holiday?” Step 4: Clicks Create → shares with the team

Total time: 15 minutes. Zero coding. New hires now have a 24/7 policy assistant.

Templates — start from a recipe

Instead of describing from scratch, you can start from a template. Microsoft provides templates like:

  • Prompt Coach (writing better prompts)
  • Writing Coach (improving written content)
  • Meeting Facilitator
  • Project Helper

Templates come with preconfigured instructions and settings. You customise from there.

Creating a SharePoint agent

SharePoint agents are created directly from within a SharePoint site:

  1. Navigate to the SharePoint site where you want the agent
  2. Open the agent panel (from the site home, a library, or a specific file)
  3. Configure three tabs:
TabWhat You Set
OverviewAgent name, description, icon
SourcesEntire site, specific library, or selected files
BehaviourCustom instructions, welcome message
  1. Click Create → the agent is saved as a .agent file on the site
ℹ️ SharePoint vs Copilot Chat agents — key differences
FeatureCopilot Chat AgentSharePoint Agent
Created inCopilot Studio (lite)SharePoint site
Knowledge scopeSharePoint + web + connectorsThat specific SharePoint site
Extra capabilitiesCode interpreter, image generatorNot available
Where users access itCopilot ChatOn the SharePoint site
Saved asCloud service.agent file on the site

Exam tip: SharePoint agents are simpler and more focused — they’re designed for site-specific content. Copilot Chat agents are more flexible — they can combine multiple knowledge sources.

Testing and editing agents

Before sharing an agent, always test it. Here’s the testing checklist:

  1. Ask varied questions — don’t just test the happy path
  2. Check tone and style — does it match your instructions?
  3. Test edge cases — what happens with unexpected questions?
  4. Verify accuracy — are the answers factually correct?
  5. Check permissions — does the agent respect who can see what?
  6. Get user feedback — share with 2-3 colleagues before wide rollout

Editing after creation

Agents aren’t set-and-forget. You can edit them anytime:

  • Copilot Chat agents: Open Copilot Studio → find the agent → edit instructions, sources, or capabilities
  • SharePoint agents: Open the .agent file on the site → edit Overview, Sources, or Behaviour → click Update

Key concept: When you update an agent, changes take effect immediately for everyone using it. This is why testing is so important — a bad update affects all users instantly.

🎬 Video walkthrough

🎬 Video coming soon

Building Your First Agent — AB-900 Module 27

Building Your First Agent — AB-900 Module 27

~12 min

Flashcards

Question

What are the two tabs in Copilot Studio's lite experience for creating agents?

Click or press Enter to reveal answer

Answer

1) Describe — natural language authoring (type what you want, Copilot generates a draft). 2) Configure — detailed settings (name, instructions, knowledge sources, capabilities, starter prompts).

Click to flip back

Question

What three tabs do you configure when creating a SharePoint agent?

Click or press Enter to reveal answer

Answer

1) Overview — name, description, icon. 2) Sources — entire site, specific library, or selected files. 3) Behaviour — custom instructions and welcome message.

Click to flip back

Question

What's the key difference between a Copilot Chat agent and a SharePoint agent?

Click or press Enter to reveal answer

Answer

Copilot Chat agents can combine multiple knowledge sources (SharePoint + web + connectors) and support extra capabilities (code interpreter, image generator). SharePoint agents are scoped to a single site's content and don't support extra capabilities.

Click to flip back

Knowledge Check

Knowledge Check

Northwave's marketing team wants to create an agent that answers questions about their brand guidelines. The guidelines are stored in a SharePoint document library AND on the company's public website. Which approach should they use?

Knowledge Check

Zoe at Brew & Byte created a SharePoint agent for the design team's project site. A week later, the team uploaded 50 new files to the library. Does Zoe need to update the agent?


Next up: Agent Lifecycle — the governance side: who can access agents, how approvals work, and how to monitor agents in production.

← Previous

Managing Copilot: Billing, Monitoring & Prompts

Next →

Agent Lifecycle: Access, Approval & Monitoring

Guided

I learn, I simplify, I share.

A Guide to Cloud YouTube Feedback

© 2026 Sutheesh. All rights reserved.

Guided is an independent study resource and is not affiliated with, endorsed by, or officially connected to Microsoft. Microsoft, Azure, and related trademarks are property of Microsoft Corporation. Always verify information against Microsoft Learn.