Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update plugin-guidelines.md #20

Merged
merged 4 commits into from
Oct 11, 2024
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Ensure 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)
Loading