Skip to content

Commit 72da9b3

Browse files
authored
Merge pull request #31129 from Erikre/erikre-docs-11315948
erikre-docs-11315948
2 parents d13000f + 59c7685 commit 72da9b3

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

copilot/agent-essentials/m365-agents-faq.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ f1.keywords:
44
ms.author: erikre
55
author: ErikRe
66
manager: dansimp
7-
ms.date: 11/13/2025
7+
ms.date: 03/17/2026
88
ms.update-cycle: 180-days
99
audience: Admin
1010
ms.topic: concept-article
@@ -20,16 +20,16 @@ description: Get answers to frequently asked questions about agents governance f
2020

2121
## Do I need an agent or a connector? How do I get started?
2222

23-
Whether you need an agent or a connector depends on your business needs. Copilot agents support specialized workflows and experiences, whereas connectors help add knowledge to Microsoft 365 intelligence experiences, including Copilot.
23+
Whether you need an agent or a connector depends on your business needs. Agents in Microsoft 365 support specialized workflows and experiences, whereas connectors help add knowledge to Microsoft 365 intelligence experiences, including Copilot.
2424

25-
- **Copilot agents** extend the functionality of Copilot by acting as specialized AI assistants tailored to specific domains or use cases. You can use agents to extend Copilot's knowledge, automate workflows, and deliver tailored user experiences in Microsoft Teams, Outlook, SharePoint, or custom apps. You can create a declarative agent using Copilot's AI infrastructure, model, and orchestrator. Or, for complex workflows or specific language models, you can create a custom agent. For more information, see [Agents for Microsoft 365 Copilot](/microsoft-365-copilot/extensibility/agents-overview).
25+
- **Agents in Microsoft 365** extend the functionality of Copilot by acting as specialized AI assistants tailored to specific domains or use cases. You can use agents to extend Copilot's knowledge, automate workflows, and deliver tailored user experiences in Microsoft Teams, Outlook, SharePoint, or custom apps. You can create a declarative agent using Copilot's AI infrastructure, model, and orchestrator. Or, for complex workflows or specific language models, you can create a custom agent. For more information, see [Agents for Microsoft 365 Copilot](/microsoft-365-copilot/extensibility/agents-overview).
2626
- **Copilot connectors** enable you to ingest data, such as unstructured, line-of-business data, into the Microsoft Graph so that Copilot can reason over that data alongside other data. There are more than 100 prebuilt Copilot connectors available, and the Connectors API can be used to create custom connectors. For more information, see [Microsoft 365 Copilot Connectors](/microsoft-365-copilot/extensibility/overview-copilot-connector).
2727

2828
To get started, [review our planning guide](/microsoft-365-copilot/extensibility/planning-guide), which can help you define your business need, and determine whether you need an agent or a connector. Also see [Understand available agent options](m365-agents-admin-guide.md#understand-available-agent-options).
2929

30-
## What kinds of Copilot agents are available?
30+
## What kinds of agents are available for Microsoft 365?
3131

32-
There are two main types of Copilot agents you can create:
32+
There are two main types of agents you can create for Microsoft 365:
3333

3434
- **[Declarative agents](/microsoft-365-copilot/extensibility/agents-overview#declarative-agents)**, which use Copilot's AI infrastructure, model, and orchestrator. These agents are built using low-code tools like Agent Builder or pro-code tools like Visual Studio, Visual Studio Code, and the Microsoft 365 Agents Toolkit. Declarative agents run in Microsoft 365 Copilot and Microsoft 365 apps like Teams, Outlook, and SharePoint.
3535
- **[Custom engine agents](/microsoft-365-copilot/extensibility/agents-overview#custom-engine-agents)**, which are fully customized AI assistants. These agents require hosting outside of Microsoft 365, and are typically built using low-code Copilot Studio or pro-code tools like Visual Studio, Visual Studio Code, and Agents Toolkit, using languages such as .NET, Python, and JavaScript, and frameworks like Semantic Kernel or LangChain.
@@ -39,21 +39,21 @@ For more information, see the following articles:
3939
- [Choose what type of agent to build](/microsoft-365-copilot/extensibility/agents-overview#choose-what-type-of-agent-to-build)
4040
- [Understand available agent options](m365-agents-admin-guide.md#understand-available-agent-options)
4141

42-
## Who can create, build, and share Copilot agents?
42+
## Who can create, build, and share agents?
4343

4444
- **Users** can create declarative agents in Agent Builder or SharePoint if enabled by tenant settings (requires Copilot license or subscription)
4545
- **Makers** can use Copilot Studio (lite or full) for low-code agents
4646
- **Developers** can use Copilot Studio SDK or Agents Toolkit for pro-code agents. Developers can also [submit agents to the marketplace](/copilot/microsoft-365/agent-essentials/agent-policies/agent-submit-marketplace)
4747
- Both **Makers** and **Developers** can add actions, connectors, and advanced logic in Copilot Studio or via the Microsoft 365 Agents Toolkit
4848

49-
People in your organization can also [sideload agents](/copilot/microsoft-365/agent-essentials/agent-policies/agent-sideload), [share agents](/microsoft-365/admin/manage/manage-shared-agents), and [publish agents](/microsoft-365/admin/manage/manage-copilot-agents-integrated-apps#publish-agents), according to tenant policies and admin controls that are configured in the Microsoft 365 admin center.
49+
People in your organization can also [sideload agents](/copilot/microsoft-365/agent-essentials/agent-policies/agent-sideload), [share agents](/microsoft-365/admin/manage/manage-shared-agents), and [publish agents](/microsoft-365/admin/manage/agent-registry#publish-agents), according to tenant policies and admin controls that are configured in the Microsoft 365 admin center.
5050

5151
For more information, see the following articles:
5252

5353
- [Agents admin guide for Microsoft 365](m365-agents-admin-guide.md)
54-
- [Manage access to Copilot agents](/microsoft-365/admin/manage/manage-copilot-agents-integrated-apps#manage-access-to-copilot-agents)
54+
- [Manage access to agents in Microsoft 365](/microsoft-365/admin/manage/manage-copilot-agents-integrated-apps#manage-access-to-copilot-agents)
5555

56-
## What tools do I need to create, build, implement, and use Copilot agents?
56+
## What tools do I need to create, build, implement, and use agents in Microsoft 365?
5757

5858
Depending on what you want to do, Copilot agent tools are available, as summarized in the following table:
5959

@@ -71,7 +71,7 @@ Make sure to review the following resources:
7171

7272
## What governance or controls are available for agents?
7373

74-
The following governance options are available for Copilot agents:
74+
The following governance options are available for agents in Microsoft 365:
7575

7676
- **[Copilot Control System](/copilot/microsoft-365/copilot-control-system/overview)**: Unified dashboard for managing Copilot and agents
7777
- **[Microsoft Purview](/purview/ai-microsoft-purview)**: Compliance, audit, and eDiscovery across all extensibility options
@@ -83,7 +83,7 @@ See [Understand agent security, privacy, and compliance](m365-agents-admin-guide
8383

8484
Yes. Reports are available to help administrators monitor licenses, agents, and deployments. Custom reports can also be created. See [Copilot Control System measurement and reporting](/copilot/microsoft-365/copilot-control-system/security-governance).
8585

86-
## Can administrators control data sources used by Copilot agents and connectors?
86+
## Can administrators control data sources used by agents and connectors?
8787

8888
Yes, administrators can control data sources that are used. Administrators can also configure Copilot features, specify sharing permissions, block or unblock agents, and more.
8989

@@ -93,7 +93,7 @@ Yes, administrators can control data sources that are used. Administrators can a
9393

9494
For more information, see the following resources:
9595

96-
- [Manage agents and integrated apps in Microsoft 365](/microsoft-365/admin/manage/manage-copilot-agents-integrated-apps)
96+
- [Manage agents in Microsoft 365](/microsoft-365/admin/manage/manage-copilot-agents-integrated-apps)
9797
- [Connectors overview in Microsoft 365](/microsoft-365-copilot/extensibility/overview-copilot-connector)
9898

9999
## How does an agent access data?
@@ -107,13 +107,13 @@ For more information, see the following articles:
107107
- [Copilot Control System security and governance](/copilot/microsoft-365/copilot-control-system/security-governance)
108108
- [Understand agent security, privacy, and compliance](m365-agents-admin-guide.md#understand-agent-security-privacy-and-compliance)
109109

110-
## What controls should administrators implement for Copilot agents?
110+
## How should administrators control agents?
111111

112112
In general, administrators should take the following actions:
113113

114114
- Use the [Copilot Control System](/copilot/microsoft-365/copilot-control-system/overview) for centralized governance, security, and measurement
115115
- Use [Purview DSPM for AI](/purview/dspm-for-ai?tabs=m365) to identify and mitigate oversharing and insider risks
116-
- Configure [integrated apps settings](/copilot/microsoft-365/microsoft-365-copilot-app-admin-settings) for extensibility enablement and granular controls
116+
- Configure [agent settings](/copilot/microsoft-365/microsoft-365-copilot-app-admin-settings) for extensibility enablement and granular controls
117117

118118
For more information, see [Agents admin guide for Microsoft 365](/copilot/microsoft-365/agent-essentials/m365-agents-admin-guide).
119119

microsoft-365/admin/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ items:
272272
href: /copilot/microsoft-365/copilot-for-microsoft-365-admin
273273
- name: Microsoft 365 Copilot extensibility
274274
items:
275-
- name: Manage Copilot agents in the Microsoft 365 admin center
275+
- name: Manage agents in the Microsoft 365 admin center
276276
href: manage/manage-copilot-agents-integrated-apps.md
277277
- name: Agent 365 Overview page
278278
href: manage/agent-365-overview.md

0 commit comments

Comments
 (0)