|
| 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 a message to Copilot chat (preview) |
| 21 | + |
| 22 | +[!INCLUDE [cc-beta-prerelease-disclaimer](../../includes/cc-beta-prerelease-disclaimer.md)] |
| 23 | + |
| 24 | +Extend your app's Copilot chat engagement and affect by incorporating rich audio, video, and simple cards as a chat response type. The **Message** node, within the flow of a topic in Copilot Studio, can be used to send a message from the agent to the user in your model-driven app. 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 | +> - Copilot Studio license and agent editing permissions are required to customize Copilot chat. |
| 31 | +
|
| 32 | +## Add an image response to Copilot chat |
| 33 | + |
| 34 | +When you add an image, Copilot can send a message as a response with the image from the agent to the user. To add an image, the image must be hosted through a URL. |
| 35 | + |
| 36 | +1. [Add a Message node.](/microsoft-copilot-studio/authoring-send-message#send-a-text-message) |
| 37 | +1. In the node's menu bar, select **Add** and choose **Image**. |
| 38 | +1. Under **Image properties**, enter the **Image URL** for your image. |
| 39 | +1. Optionally, enter a **Title** for the image. |
| 40 | +:::image type="content" source="media/mda-copilot-chat-image-message.png" alt-text="Add an image response to Copilot chat" lightbox="media/mda-copilot-chat-image-message.png"::: |
| 41 | + |
| 42 | +## Add a video response to Copilot chat |
| 43 | + |
| 44 | +When you add a video, Copilot can send a message with the video as a response from the agent to the user. |
| 45 | + |
| 46 | +1. [Add a Message node.](/microsoft-copilot-studio/authoring-send-message#send-a-text-message) |
| 47 | +1. In the node's menu bar, select **Add**, and then select **Video**. |
| 48 | +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. |
| 49 | +1. Optionally, enter a **Title**, **Subtitle**, **Image URL** (the URL of a publicly available 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. |
| 50 | +:::image type="content" source="media/mda-copilot-chat-video-message.png" alt-text="Add an video response to Copilot chat" lightbox="media/mda-copilot-chat-video-message.png"::: |
| 51 | + |
| 52 | +## Add a basic card response to Copilot chat |
| 53 | + |
| 54 | +A basic card is a general-purpose card used for adding text, images, and interactive elements to an agent response message. |
| 55 | + |
| 56 | +1. [Add a Message node.](/microsoft-copilot-studio/authoring-send-message#send-a-text-message) |
| 57 | +1. In the node's menu bar, select **Add**, and then select **Basic card**. |
| 58 | +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). |
| 59 | +:::image type="content" source="media/mda-copilot-chat-basic-card-message.png" alt-text="Add a basic card response to Copilot chat" lightbox="media/mda-copilot-chat-basic-card-message.png"::: |
| 60 | + |
| 61 | +For more information about sending messages with Copilot, go to [send a message Copilot Studio documentation](/microsoft-copilot-studio/authoring-send-message) |
| 62 | + |
| 63 | +## Related articles |
| 64 | + |
| 65 | +- [Customize Copilot chat using Copilot Studio (preview)](customize-copilot-chat.md) |
| 66 | +- [Add topics to Copilot chat in model-driven apps (preview)](copilot-chat-mda-topics.md) |
| 67 | +- [FAQ for Copilot chat in model-driven apps](../common/faqs-copilot-model-driven-app.md) |
| 68 | +- [Responsible AI FAQs for Power Apps](../common/responsible-ai-overview.md) |
| 69 | +- [Enable copilots and generative AI features in Power Apps](/power-platform/admin/geographical-availability-copilot#enable-data-movement-across-regions) |
0 commit comments