-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27039 from MicrosoftDocs/main
M365 Copilot - Merge Main into Live
- Loading branch information
Showing
53 changed files
with
123,271 additions
and
294 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
--- | ||
title: "Understand Copilot Prompt Gallery" | ||
f1.keywords: | ||
- NOCSH | ||
ms.author: camillepack | ||
author: camillepack | ||
manager: scotv | ||
ms.date: 10/20/2024 | ||
audience: Admin | ||
ms.topic: how-to | ||
ms.service: microsoft-365-copilot | ||
ms.localizationpriority: medium | ||
ms.collection: | ||
- scotvorg | ||
- m365copilot | ||
- magic-ai-copilot | ||
description: "Learn about the Copilot Prompt Gallery and how it works with your organization." | ||
--- | ||
|
||
# Understand Copilot Prompt Gallery - admin guide | ||
|
||
Copilot Prompt Gallery is a resource of Microsoft-created prompts, videos, and articles that help users understand and use Microsoft Copilot effectively. Copilot Prompt Gallery is available within Microsoft Copilot and online at [Copilot Prompt Gallery](https://copilot.cloud.microsoft/prompts). | ||
|
||
As an admin, you can support Copilot Prompt Gallery adoption and success within your organization. This article covers Copilot Prompt Gallery architecture, data flows, security, and privacy. | ||
|
||
## Overview | ||
|
||
:::image type="content" source="media/prompt-gallery-overview.png" alt-text="Screenshot showing the prompts available to try in Copilot Prompt Gallery." lightbox="media/prompt-gallery-overview.png"::: | ||
|
||
Copilot Prompt Gallery is a comprehensive repository that provides users with access to a catalog of Copilot prompts. The catalog includes prompts created by Microsoft that highlight key scenarios and capabilities of Microsoft Copilot, designed to help users understand and use Microsoft Copilot more effectively. | ||
|
||
Copilot Prompt Gallery features videos and articles to help users get started with Copilot and maximize productivity through effective prompting. Users can save and share successful prompts, facilitating collaboration and knowledge sharing within the organization. | ||
|
||
Each suggested prompt in the prompt Gallery includes additional information about how to personalize it and ways to extend the prompt for even more value. This makes Copilot Prompt Gallery a single resource to help your users use Copilot confidently and effectively. | ||
|
||
## Data flow and compliance | ||
|
||
Copilot Prompt Gallery processes and manages data in a structured manner to ensure compliance and security. The following are key data flows and compliance considerations: | ||
|
||
:::image type="content" source="media/copilot-lab-tech-diagram.png" alt-text="Diagram showing the data flow for Copilot Prompt Gallery." lightbox="media/copilot-lab-tech-diagram.png"::: | ||
|
||
- Copilot Prompt Gallery is both a website and a feature of Copilot that allows users to discover, manage, use, and share Copilot prompts. | ||
- A user accesses Copilot Prompt Gallery, either via the Copilot Prompt Gallery website or in Copilot through an app. | ||
- Copilot Prompt Gallery accesses Microsoft-authored prompts from the public catalog. | ||
- Copilot Prompt Gallery accesses user-created prompts from user, group, and tenant collections in the Microsoft 365 Substrate data store. | ||
- The prompts are stored in collections within the Substrate Data Store, which is a storage type that allows applications to store files and data and enables efficient indexing and search. There are collections for users, groups, and tenants, all of which are within the tenant boundary. All data is encrypted, transported via a secure pipeline, and is accessible only via Substrate APIs. |
24 changes: 24 additions & 0 deletions
24
copilot/includes/copilot-e5-e3-create-apply-sensitivity-labels.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
author: MandiOhlinger | ||
ms.author: mandia | ||
manager: laurawi | ||
ms.reviewer: cabailey | ||
ms.service: microsoft-365-copilot | ||
ms.topic: include | ||
description: Create and apply Microsoft Purview sensitivity labels for Microsoft 365 Copilot. | ||
ms.date: 11/19/2024 | ||
--- | ||
|
||
✅ **Create and apply [sensitivity labels](/purview/get-started-with-sensitivity-labels) to protect your data** | ||
|
||
[Sensitivity labels](/purview/sensitivity-labels) are a way to identify and classify the sensitivity of your organization's data, adding an extra layer of protection to your data. | ||
|
||
When sensitivity labels are applied to items, like documents and emails, the labels add the protection directly to this data. As a result, that protection persists, wherever the data is stored. When sensitivity labels are applied to containers, like SharePoint sites and groups, the labels add protection indirectly by controlling access to the container where the data is stored. For example, privacy settings, external user access, and access from unmanaged devices. | ||
|
||
The sensitivity labels can also affect Copilot results, including: | ||
|
||
- The label settings include protection actions, like access to sites, customizable headers and footers, and encryption. | ||
- If the label applies encryption, Copilot checks the usage rights for the user. For Copilot to return data from that item, the user must be granted permissions to copy from it. | ||
- A prompt session with Copilot (called Business Chat) can reference data from different types of items. Sensitivity labels are shown in the returned results. The latest response displays the sensitivity label with the [highest priority](/purview/sensitivity-labels#label-priority-order-matters). | ||
|
||
- If Copilot creates new content from labeled items, the sensitivity label from the source item is automatically inherited. |
Oops, something went wrong.