Skip to content

Commit

Permalink
Merge pull request #20 from JarbasHorst/patch-3
Browse files Browse the repository at this point in the history
Update plugin-guidelines.md
  • Loading branch information
Lauragra authored Oct 11, 2024
2 parents 3d05fc8 + ab067a6 commit 9609fdb
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions docs/plugin-guidelines.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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:::

Expand Down Expand Up @@ -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)

0 comments on commit 9609fdb

Please sign in to comment.