Copilot Agents for SharePoint: Setup, Licensing, and Cost

What Copilot agents grounded in SharePoint actually are, when to use Microsoft 365 Copilot or Copilot Studio, what they cost, and three real-world use cases you can deploy in weeks.

Teams researching Copilot agents for SharePoint usually need three answers quickly: what architecture to choose, what licensing model applies, and what ongoing cost to expect. A SharePoint Copilot agent can answer grounded questions over your content and support task-oriented workflows in Teams, SharePoint, or standalone experiences. This guide focuses on setup decisions, licensing and Copilot Credits economics, and practical use cases you can deploy safely.

Microsoft Copilot Studio SharePoint channel deployment status screenshot
Microsoft Copilot Studio screenshot showing a SharePoint channel deployment status. Source: Microsoft Learn.

What Is a Copilot Agent?

A Copilot agent is an AI assistant with a defined scope, data sources, and behaviour instructions. Unlike Microsoft 365 Copilot — which can see your entire M365 environment — an agent is intentionally focused. You tell it:

  • What it knows: Specific SharePoint sites, libraries, lists, or document sets it should draw on for answers
  • How it should behave: Tone, scope, what questions it should and should not answer
  • What it can do: Actions it can take — submit forms, create SharePoint list items, trigger Power Automate flows
  • Where it lives: Teams channel, SharePoint page web part, standalone Teams app, or website embed

Two Types of SharePoint Copilot Agents

Copilot Studio Add knowledge dialog with SharePoint option screenshot
Microsoft Copilot Studio screenshot showing SharePoint knowledge source selection. Source: Microsoft Learn.
Declarative AgentCustom Agent (Copilot Studio)
Built withMicrosoft 365 Copilot interface or agent builder; no-code configurationMicrosoft Copilot Studio (low-code canvas with topics, entities, Power Automate integration)
GroundingSharePoint sites, documents, and M365 GraphSharePoint, web URLs, custom APIs, Dataverse, and 1000+ Power Platform connectors
ActionsLimited to Microsoft Graph actions; cannot call external APIs without pluginsFull Power Automate integration; can call any connector or HTTP API
ComplexityLow — suitable for Q&A over a document corpusMedium to high — suitable for multi-turn conversations, slot filling, and transactional actions
LicenceBest for users with Microsoft 365 Copilot, which provides full agent experiences in supported Microsoft 365 appsUses Copilot Studio licensing: prepaid Copilot Credits, pay-as-you-go billing, or zero-rated usage for Microsoft 365 Copilot licensed users in supported Microsoft 365 experiences
📄 Declarative agents for Microsoft 365 Copilot — learn.microsoft.com

Copilot Studio: The Build Platform

Microsoft Copilot Studio (previously Power Virtual Agents) is the low-code platform for building custom Copilot agents. It provides a canvas-based conversation designer where you define topics (conversation subjects), entities (structured data the agent extracts from user messages), and actions (what the agent does when a topic is resolved).

How Copilot Studio connects to SharePoint

Copilot Studio connects to SharePoint as a knowledge source through two mechanisms:

  1. Generative answers: You specify SharePoint sites or document libraries as knowledge sources. When a user asks a question the agent's predefined topics don't cover, Copilot Studio performs a search across the specified SharePoint content and generates an answer grounded in what it finds. This is the "knowledge base chatbot" pattern — answer any question about your SharePoint content without defining every possible question in advance.
  2. Power Automate actions: When the conversation requires a structured action (create a support ticket, submit a leave request, look up an employee record from a SharePoint list), Copilot Studio calls a Power Automate flow that interacts with SharePoint. The flow returns data or confirmation to the agent, which presents it to the user in natural language.
📄 Microsoft Copilot Studio documentation — learn.microsoft.com

Licensing and Copilot Credits

Copilot Studio SharePoint list knowledge source screenshot
Microsoft Copilot Studio screenshot showing SharePoint list knowledge configuration. Source: Microsoft Learn.

Important: Licensing for Copilot agents is a frequently changing area as Microsoft continues to evolve its AI offering. Always verify current pricing at microsoft.com/en-us/microsoft-copilot-studio/pricing before committing to a deployment.

Licence typeWhat's includedBest for
Copilot Studio prepaid Copilot CreditsPrepaid monthly credit capacity, commonly purchased in 25,000-credit packs; unused credits do not carry overPredictable internal or external agent usage where you want committed capacity
Copilot Studio pay-as-you-goUsage is metered through an Azure subscription and billed based on actual Copilot Credits consumedTeams that want to start without a large upfront capacity purchase
Microsoft 365 Copilot licenceIncludes SharePoint agents and Copilot Studio agent capabilities in Microsoft 365 Copilot, Teams, and SharePoint; supported Microsoft 365 usage is zero-rated against Copilot Studio metersOrganisations already deploying Microsoft 365 Copilot who want focused agents over SharePoint and Microsoft Graph content
External / anonymous usersTypically uses Copilot Studio prepaid or pay-as-you-go capacity, depending on channel and configurationCustomer-facing chatbots, partner portals, and public website agents

What consumes Copilot Credits?

Microsoft shifted Copilot Studio billing from simple message counts to Copilot Credits. Credits reflect the work an agent performs: retrieving knowledge, generating an answer, calling tools, or completing actions. A simple policy answer usually consumes fewer credits than a multi-step conversation that searches SharePoint, calls a Power Automate flow, and confirms the result. Use Microsoft's Copilot Studio usage estimator and current licensing guide before budgeting.

📄 Copilot Studio licensing requirements — learn.microsoft.com

Real-World Use Cases: SharePoint Copilot Agents

HR
HR Policy Q&A Agent

An agent grounded in the HR SharePoint site that answers employee questions about leave policies, benefits, performance review processes, and onboarding procedures in plain English — without employees having to search the intranet. The agent is embedded as a Teams bot and available 24/7. Questions it cannot answer from the knowledge base are logged and forwarded to the HR inbox as structured tickets via Power Automate.

SharePoint knowledge source: HR Policies library, Benefits site, Employee Handbook pages. Actions: Submit a query to HR (creates a SharePoint list item). Result: ~60% reduction in repetitive HR email volume in the first 90 days post-deployment.

IT
IT Self-Service Helpdesk Agent

An agent that handles the first-line IT support questions that account for 70% of helpdesk ticket volume: password reset instructions, VPN setup, software installation guides, known issue status. The agent is grounded in the IT Knowledge Base SharePoint site and the IT Wiki. When it cannot resolve an issue, it collects structured information (issue type, priority, affected system) and creates a ServiceNow ticket via a Power Automate flow, returning the ticket number to the user.

SharePoint knowledge source: IT Knowledge Base site, IT Procedures library, Known Issues list. Actions: Create ServiceNow ticket (Power Automate), check ticket status (Power Automate HTTP action). Result: 40% deflection of Level 1 IT tickets from human agents.

Operations
Procurement Policy and Supplier Lookup Agent

An agent embedded in the Procurement SharePoint site that answers questions about purchasing policies, approval thresholds, preferred suppliers, and contract templates. It can look up supplier records from a SharePoint Suppliers list (via Power Automate) and return contact details, contract expiry dates, and preferred status. Procurement staff use it instead of emailing the team for basic lookups, freeing the team for strategic sourcing work.

SharePoint knowledge source: Procurement Policies library, Supplier Contract library. Actions: Look up supplier by name (Get items from Suppliers list via Power Automate). Result: Estimated 3 hours/week saved per procurement manager on information lookup tasks.

Governance and Limits to Know

  • Knowledge source limits: Copilot Studio generative answers can reference up to 2 knowledge sources per agent by default; additional sources require configuration. SharePoint sources are limited to sites the agent's service connection has access to.
  • Response accuracy: The agent answers from what exists in the knowledge source. If SharePoint content is outdated or contradictory, the agent will reflect that. Copilot agents amplify your content quality — good content produces good answers; poor content produces poor answers.
  • Permissions still matter: With Microsoft authentication, SharePoint generative answers are normally grounded on content the signed-in user can access. The risk is configuration: broad knowledge-source scopes, app/service-style setups, or over-permissioned SharePoint content can still expose more than intended. Review both the agent's knowledge sources and the underlying SharePoint permissions before launch.
  • Conversation history: Copilot Studio stores conversation transcripts for analytics and improvement. Review your data residency and privacy obligations before deploying agents that handle sensitive employee queries.
  • Language support: Copilot Studio supports 40+ languages. Configure the agent's supported languages and test responses in each if you have multilingual user bases.

Ready to build your first Copilot agent?

OceanCloud designs and deploys Copilot Studio agents grounded in SharePoint — from simple policy Q&A bots to complex multi-action agents integrated with ServiceNow, Salesforce, and Dynamics 365. Typical delivery: 4–6 weeks.

Start Your Copilot Agent Project

Frequently Asked Questions

A SharePoint Copilot agent is an AI assistant scoped to your SharePoint content.

It uses Microsoft 365 Copilot or Copilot Studio to answer questions, summarise documents, and automate tasks based on files, lists, and pages in your SharePoint environment — without exposing content outside your tenant.

For a no-code SharePoint agent, start from the SharePoint site, library, folder, or files you want to ground the agent on, then create and share the agent from SharePoint.

For a custom Copilot Studio agent, add SharePoint as a knowledge source, configure topics or actions, test with tenant permissions, and publish the agent to SharePoint or Teams.

For out-of-the-box declarative agents inside Microsoft 365 Copilot, yes — each user needs an M365 Copilot licence.

For custom agents built in Copilot Studio and published to a Teams channel or SharePoint site, you can use Copilot Studio capacity-based licensing (Copilot Credits) instead.

A declarative agent is a no-code configuration that focuses an M365 Copilot user on specific SharePoint sites, files, or lists.

A Copilot Studio agent is a fully built chatbot with conversation flows, custom connectors, and multi-channel publishing. Use declarative agents for quick, content-scoped Q&A and Copilot Studio agents when you need business logic, integrations, or multi-step workflows.

Copilot Credits are the billing unit for Copilot Studio. Each agent message that invokes a generative AI action or connector call consumes credits.

Simple conversational turns without generative AI do not consume credits. Credits are purchased as capacity packs and shared across all agents in your tenant.

Yes.

A SharePoint-grounded agent can reference Teams chats, Outlook emails, OneDrive files, and other Microsoft Graph data if the underlying Copilot licence includes those connectors and the user has permission to access that content. Access is always governed by Microsoft 365 permissions — the agent never bypasses security.

💬

Ready to transform your SharePoint and Microsoft 365 environment?

OceanCloud specialises in SharePoint consulting, M365 migration, Power Platform solutions, and enterprise governance. Let's discuss how we can help.

Book a Free 60-Minute Consultation ➜