diff --git a/docs/plugin-guidelines.md b/docs/plugin-guidelines.md index 2777800..0352822 100644 --- a/docs/plugin-guidelines.md +++ b/docs/plugin-guidelines.md @@ -1,17 +1,17 @@ --- -title: Build high quality plugins for Microsoft Copilot -description: Here are best practices for building plugins for Microsoft 365 Copilot +title: Build high-quality plugins for Microsoft 365 Copilot +description: Discover best practices for building plugins for Microsoft 365 Copilot. author: erikadoyle ms.author: edoyle ms.topic: best-practice ms.date: 6/26/2024 --- -# Build high quality plugins for Microsoft Copilot +# Build high-quality plugins for Microsoft 365 Copilot [!INCLUDE [preview-disclaimer](includes/preview-disclaimer.md)] -When you build a plugin, you enable your users to interact with your web service using natural language with Microsoft Copilot. Plugins expand Copilot's skills to accomplish tasks on behalf of your users. They're especially good at: +When you build a plugin, you enable your users to interact with your web service using natural language with Microsoft 365 Copilot. Plugins expand Copilot's skills to accomplish tasks on behalf of your users. They're especially good at: - Accessing real-time information - Retrieving relational data @@ -36,7 +36,7 @@ A clear and concise [description of your plugin](orchestrator.md#plugin-optimiza **Retrieve deep content** - Search match with the surrounding paragraph. Provide an Adaptive Card response with additional information. + Make sure that the search matches with the surrounding paragraph. Provide an Adaptive Card response with additional information. :::column-end::: :::row-end::: @@ -95,6 +95,5 @@ Respond to user input with structured, actionable, and visually rich [Adaptive C ## See also -[Guidelines for message extension plugins](/microsoftteams/platform/messaging-extensions/high-quality-message-extension?context=/microsoft-365-copilot/extensibility/context) - -[Publish plugins and Graph connectors for Copilot](./publish.md) +- [Guidelines for message extension plugins](/microsoftteams/platform/messaging-extensions/high-quality-message-extension?context=/microsoft-365-copilot/extensibility/context) +- [Publish plugins and Microsoft Graph connectors for Copilot](./publish.md)