Skip to content

Commit e82b55c

Browse files
authored
Merge pull request #10283 from MicrosoftDocs/winona-custom-copilot
Added new article: custom Copilot
2 parents 3fe3e5e + a06627c commit e82b55c

File tree

9 files changed

+87
-11
lines changed

9 files changed

+87
-11
lines changed

powerapps-docs/maker/TOC.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,10 +406,12 @@
406406
href: ./canvas-apps/add-configure-controls.md
407407
- name: Add a screen
408408
href: ./canvas-apps/add-screen-context-variables.md
409-
- name: Add a chatbot (preview)
409+
- name: Add a Chatbot control (preview)
410410
href: ./canvas-apps/add-ai-chatbot.md
411-
- name: Add a copilot (preview)
411+
- name: Add a Copilot control (preview)
412412
href: ./canvas-apps/add-ai-copilot.md
413+
- name: Add a custom Copilot (preview)
414+
href: ./canvas-apps/add-custom-copilot.md
413415
- name: Create and edit tables
414416
href: ./canvas-apps/create-edit-tables.md
415417
- name: Work with a gallery

powerapps-docs/maker/canvas-apps/add-ai-chatbot.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Add Chatbot control to your canvas app
2+
title: Add a Chatbot control to your canvas app
33
description: A control that enables embedding of any published Power Virtual Agent (PVA) bot into Power Apps for end-user.
44
author: mduelae
55
ms.topic: conceptual
@@ -8,7 +8,7 @@ ms.collection:
88
- bap-ai-copilot
99
- get started
1010
ms.reviewer:
11-
ms.date: 5/2/2024
11+
ms.date: 7/9/2024
1212
ms.subservice: canvas-maker
1313
ms.author: tapanm
1414
search.audienceType:
@@ -17,11 +17,11 @@ contributors:
1717
- mduelae
1818
---
1919

20-
# Add Chatbot control to a canvas app (preview)
20+
# Add a Chatbot control to a canvas app (preview)
2121

2222
[This article is prerelease documentation and is subject to change.]
2323

24-
Add Chatbot control to your canvas apps and embed a published [Microsoft Copilot Studio](/power-virtual-agents/fundamentals-what-is-power-virtual-agents) chatbot to assist your end-users with various requests—from providing simple answers to common questions to resolving issues requiring complex conversations.
24+
Add a Chatbot control to your canvas apps and embed a published [Microsoft Copilot Studio](/power-virtual-agents/fundamentals-what-is-power-virtual-agents) chatbot to assist your end-users with various requests—from providing simple answers to common questions to resolving issues requiring complex conversations.
2525

2626
The Chabot control is also available in [custom pages for model-driven apps](../model-driven-apps/model-app-page-overview.md). The control also supports Teams authenticated Microsoft Copilot Studio bots. A bot picker lists all bots that are in the same environment as your app.
2727

powerapps-docs/maker/canvas-apps/add-ai-copilot.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Add Copilot control for canvas app users
2+
title: Add a Copilot control for canvas app users
33
description: Add Copilot AI control for apps users to your canvas app.
44
author: mduelae
55
ms.topic: conceptual
@@ -8,7 +8,7 @@ ms.collection:
88
- bap-ai-copilot
99
- get started
1010
ms.reviewer:
11-
ms.date: 4/4/2024
11+
ms.date: 7/9/2024
1212
ms.subservice: canvas-maker
1313
ms.author: tapanm
1414
search.audienceType:
@@ -17,7 +17,7 @@ contributors:
1717
- mduelae
1818
---
1919

20-
# Add Copilot Control to a canvas app (preview)
20+
# Add a Copilot Control to a canvas app (preview)
2121

2222
[This article is prerelease documentation and is subject to change.]
2323

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
---
2+
title: Add a custom Copilot to a canvas app
3+
description: "Add a custom Copilot to a canvas app in Microsoft Power Apps."
4+
author: mduelae
5+
ms.topic: conceptual
6+
ms.custom: canvas
7+
ms.reviewer:
8+
ms.date: 7/8/2024
9+
ms.subservice: canvas-maker
10+
ms.author: mkaur
11+
search.audienceType:
12+
- maker
13+
contributors:
14+
- mduelae
15+
---
16+
17+
# Add a custom Copilot to a canvas app (preview)
18+
19+
[This article is prerelease documentation and is subject to change.]
20+
21+
Microsoft Copilot Studio empowers makers to create their own custom Copilots with AI. In a few steps, you can add your custom Copilot across all your canvas app screens without modifying your app's design. You can use this feature both on the web and through the Power Apps mobile app.
22+
23+
> [!IMPORTANT]
24+
> - App Copilot for canvas apps is currently rolling out and might not yet be available in your region. App Copilot may be available on [Power Apps mobile](../../mobile/run-powerapps-on-mobile.md) for mobile devices before it becomes available on the web browser during rollout.
25+
> - You must allow data movement across regions, for generative AI features, as a prerequisite to use copilots in Power Apps. This step is important if your organization and your environment are in different regions. For more information, see [Enable copilots and generative AI features](/power-platform/admin/geographical-availability-copilot\#enable-data-movement-across-regions).
26+
> - Preview features aren't meant for production use and might have restricted functionality. These features are available before an official release so that customers can get early access and provide feedback.
27+
> - For more information, go to our [preview terms](https://go.microsoft.com/fwlink/?linkid=2189520).
28+
29+
## What is the difference between App Copilot in canvas apps and the Copilot control?
30+
31+
**Copilot control** requires makers to update their canvas app to make space for the control and is only available on the web. The control feature supports asking questions about your data or connecting to a new (not existing) custom copilot from Copilot Studio.
32+
33+
**App Copilot** doesn't require updating the canvas app layout. App Copilot is available across web and natively on mobile devices and can connect to pre-existing custom Copilots created in Copilot Studio.
34+
35+
## How to enable App Copilot
36+
37+
### Prerequisites
38+
39+
- Create a custom Copilot in [Copilot Studio](/microsoft-copilot-studio/fundamentals-get-started?tabs=web) and publish it in the same environment as the app.
40+
41+
- Configure the custom Copilot with [user authentication in Microsoft Entra ID](/microsoft-copilot-studio/configuration-authentication-azure-ad).
42+
43+
- [Give makers and users access](/microsoft-copilot-studio/admin-share-bots?tabs=web) to the custom Copilot within the environment.
44+
45+
## Connect your custom Copilot to your canvas app
46+
47+
48+
Open your [canvas app open for editing](edit-app.md) in Power Apps Studio:
49+
50+
1. On the command bar, select **Settings** > **Updates** > **Preview** tab and enable **Copilot from app settings**.
51+
52+
1. You see a **Copilot** tab appear in **Settings**. In the drop-down list, select a custom Copilot that is published and shared in the same environment as your canvas app.
53+
54+
:::image type="content" source="media/add-custom-copilot/copilot-tab.png" alt-text="Screenshot that shows the Copilot tab in Settings and where you can select an app that was shared with you." lightbox="media/add-custom-copilot/copilot-tab.png":::
55+
56+
1. After choosing a copilot, close the settings dialog box and publish the app. App users are able to use App Copilot in the app.
57+
58+
When previewing an app in Power Apps Studio, Copilot is not displayed. To see Copilot in action, you need to save and publish your app, and then open it in Power Apps mobile or the web browser.
59+
60+
> [!TIP]
61+
> Removing the custom Copilot from the app disables the functionality.
62+
63+
## Use App Copilot
64+
65+
- Open your canvas app in a web browser. On the command bar, select **Copilot**.
66+
67+
:::image type="content" source="media/add-custom-copilot/copilot-chat-in-app.png" alt-text="Screenshot that shows the Copilot chat in the app." lightbox="media/add-custom-copilot/copilot-chat-in-app.png":::
68+
69+
- In Power Apps mobile running on iOS or Android devices, select the floating button to access App Copilot. You can move the button around or dismiss it. To use App Copilot after dismissing it, close and reopen the app.
70+
71+
## See Also
72+
73+
[FAQ for Copilot](/microsoft-copilot-studio/faqs-copilot)

powerapps-docs/maker/canvas-apps/ai-overview.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ Learn how to use Copilot features in Power Apps.
3030

3131
- [Build apps through conversation](ai-conversations-create-app.md)
3232
- [Continue editing your app with Copilot (preview)](ai-edit-app.md)
33-
- [Add Chatbot control to a canvas app (preview)](add-ai-chatbot.md)
34-
- [Add Copilot control to a canvas app (preview)](add-ai-copilot.md)
33+
- [Add a Chatbot control to a canvas app (preview)](add-ai-chatbot.md)
34+
- [Add a Copilot control to a canvas app (preview)](add-ai-copilot.md)
35+
- [Add a custom Copilot to a canvas app (preview)](add-custom-copilot.md)
3536
- [Leverage Azure OpenAI Service in AI Builder (preview)](/ai-builder/prebuilt-azure-openai)
3637
- [Create Power Fx formulas with Copilot](ai-formulas-formulabar.md)
3738
- [Use field suggestions by Copilot](ai-field-suggestions.md)
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)