Skip to content

Commit 976fa4c

Browse files
authored
Add documentation for sending messages in Copilot chat
1 parent 94775e6 commit 976fa4c

File tree

1 file changed

+67
-0
lines changed

1 file changed

+67
-0
lines changed
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
---
2+
title: Send a message to Copilot chat in model-driven apps
3+
description: Learn how to send a message from Agent to user in model-driven apps Copilot chat
4+
author: Mattp123
5+
ms.service: powerapps
6+
ms.subservice: mda-maker
7+
ms.author: hemantg
8+
ms.reviewer: matp
9+
ms.date: 03/16/2025
10+
ms.topic: how-to
11+
applies_to:
12+
- "powerapps"
13+
search.audienceType:
14+
- maker
15+
contributors:
16+
- makolomi
17+
ms.collection: bap-ai-copilot
18+
ai-usage: ai-assisted
19+
---
20+
# Send message to Copilot chat in model-driven apps (preview)
21+
22+
[!INCLUDE [cc-beta-prerelease-disclaimer](../../includes/cc-beta-prerelease-disclaimer.md)]
23+
24+
Extend your app's Copilot chat engagement and impact by incorporating rich audio, video and simple cards response type. The Message node, within the flow of a topic, sends a message from the agent to the user. Messages can be simple text messages, but can also include richer components, such as images, videos, quick replies, and cards.
25+
26+
> [!IMPORTANT]
27+
>
28+
> - This is a preview feature.
29+
> - Preview features aren't meant for production use and might have restricted functionality. These features are subject to [supplemental terms of use](https://go.microsoft.com/fwlink/?linkid=2216214), and are available before an official release so that customers can get early access and provide feedback.
30+
31+
## Add an image response to Copilot chat
32+
To add an image, you need one hosted through a URL.
33+
1. [Add a Message node.](/microsoft-copilot-studio/authoring-send-message#send-a-text-message)
34+
1. In the node's menu bar, select Add and choose Image.
35+
1. Under Image, enter the URL of your image.
36+
1. Optionally, enter a Title for the image.
37+
38+
39+
40+
41+
## Add a video response to Copilot chat
42+
1. [Add a Message node.](/microsoft-copilot-studio/authoring-send-message#send-a-text-message)
43+
1. In the node's menu bar, select Add, and then select Video.
44+
1. Under Media URL, enter the URL of your video. The URL can either be a direct link to a publicly accessible MP4 file or a YouTube URL.
45+
1. Optionally, enter a Title, Subtitle, Image URL (the URL of a publicly accessible image file), or Text to be shown alongside the video on the card. You can also add one or more buttons, which have the same properties as quick replies.
46+
47+
48+
## Add a basic card response to Copilot chat
49+
1. A basic card is a general-purpose card used for adding text, images, and interactive elements to an agent response message.
50+
1. [Add a Message node.](/microsoft-copilot-studio/authoring-send-message#send-a-text-message)
51+
1. In the node's menu bar, select Add, and then select Basic card.
52+
1. In the Basic Card properties pane, fill in the properties for the content of your card. You can also add one or more buttons, which have the same effect as [quick replies](/microsoft-copilot-studio/authoring-send-message#use-quick-replies).
53+
54+
For more details see [send a message Copiot studio documentation](/microsoft-copilot-studio/authoring-send-message)
55+
56+
## Related articles
57+
58+
- [Customize Copilot chat using Copilot Studio (preview)](customize-copilot-chat.md)
59+
- [Add topics to Copilot chat in model-driven apps (preview)](copilot-chat-mda-topics.md)
60+
- [FAQ for Copilot chat in model-driven apps](../common/faqs-copilot-model-driven-app.md)
61+
- [Responsible AI FAQs for Power Apps](../common/responsible-ai-overview.md)
62+
- [Enable copilots and generative AI features in Power Apps](/power-platform/admin/geographical-availability-copilot#enable-data-movement-across-regions)
63+
64+
65+
66+
67+

0 commit comments

Comments
 (0)