You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: concepts/connecting-external-content-experiences.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ To enable these experiences, you must first build a basic Copilot connector. For
18
18
19
19
## Microsoft 365 Copilot
20
20
21
-
[Microsoft 365 Copilot](/microsoft-365-copilot/microsoft-365-copilot-overview) with Copilot connectors allow users to easily find, summarize, and learn important details about *all* content relevant to a user's natural language prompts.
21
+
[Microsoft 365 Copilot](/microsoft-365-copilot/microsoft-365-copilot-overview) with Copilot connectors allows users to easily find, summarize, and learn important details about *all* content relevant to a user's natural language prompts.
22
22
23
23
To make sure that Microsoft 365 Copilot uses your content effectively:
24
24
@@ -34,14 +34,14 @@ To make sure that Microsoft 365 Copilot uses your content effectively:
34
34
- During what part of the workflow do users refer to this content in their day-to-day work?
35
35
- What are some characteristics of the content?
36
36
37
-
In addition, search administrators should ensure that your Copilot connector connections are enabled for [inline results](/microsoftsearch/connectors-in-all-vertical) by using the following steps:
37
+
In addition, search administrators should ensure that their Copilot connector connections are enabled for [inline results](/microsoftsearch/connectors-in-all-vertical) by using the following steps:
38
38
39
39
- Open the Admin Center, go to **Search & intelligence** > **Customizations** > **Verticals** and select the **All** vertical.
40
40
- Select **Manage connector result**. Ensure that **Show results inline** is selected and that the connections that you want to enable for Microsoft Search and Copilot are checked.
41
41
42
42
## Microsoft Search and Context IQ (preview)
43
43
44
-
[Microsoft Search](/microsoftsearch/connectors-overview) with Copilot connectors allow your data to be searchable for users in the Microsoft Search endpoints, including Office.com, Bing at Work, and SharePoint.
44
+
[Microsoft Search](/microsoftsearch/connectors-overview) with Copilot connectors allows your data to be searchable for users in the Microsoft Search endpoints, including Office.com, Bing at Work, and SharePoint.
45
45
46
46
To configure your connector for Microsoft Search:
47
47
@@ -55,4 +55,4 @@ To configure your connector for Context IQ:
55
55
56
56
- Apply the following [semantic labels](/graph/connecting-external-content-manage-schema#semantic-labels) to your [schema](/graph/api/resources/externalconnectors-schema): `title`, `url`, `iconUrl`. These labels determine which properties are displayed in the experience.
57
57
- Add [user activities](/graph/api/externalconnectors-externalitem-addactivities) on your items. For supported activity types, see [externalActivity](/graph/api/resources/externalconnectors-externalactivity). The platform uses these activities to determine which users interacted most recently with which items. Items with activities performed by a given user have a higher likelihood of being displayed to that user in the experience.
58
-
- Add a [urlToItemResolver](/graph/api/resources/externalconnectors-urltoitemresolverbase) in [activitySettings](/graph/api/resources/externalconnectors-activitysettings) when you [create your connection](/graph/connecting-external-content-manage-connections#create-a-connection). A `urlToItemResolver` enables the platform to become aware when users share URLs from your external content with each other. The experience has a higher likelihood of displaying content that has been shared with that user.
58
+
- Add a [urlToItemResolver](/graph/api/resources/externalconnectors-urltoitemresolverbase) in [activitySettings](/graph/api/resources/externalconnectors-activitysettings) when you [create your connection](/graph/connecting-external-content-manage-connections#create-a-connection). A `urlToItemResolver` enables the platform to become aware when users share URLs from your external content with each other. The experience has a higher likelihood of displaying content that has been shared with that user.
0 commit comments