Skip to content

Commit 86cc71b

Browse files
Merge pull request MicrosoftDocs#4466 from MicrosoftDocs/main638228768495447397sync_temp
For protected CLA branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 4ee89a9 + dd7e9e7 commit 86cc71b

10 files changed

+178
-3
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## AI-driven features in this app
2+
3+
This app contains a growing list of AI-driven features. To learn about the capabilities and impact of specific features, select a feature name from the list.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
An AI system includes not only the technology, but also the people who use it, the people affected by it, and the environment in which it's deployed. Creating a system that's fit for its intended purpose requires an understanding of how the technology works, its capabilities and limitations, and how to achieve the best performance. Microsoft's transparency notes are intended to help you understand how AI technology works, the choices system owners can make that influence system performance and behavior, and the importance of thinking about the whole system, including the technology, the people, and the environment. You can use transparency notes when developing or deploying your own system, or share them with the people who will use or be affected by your system.
2+
3+
Transparency notes are part of a broader effort to put Microsoft's AI principles into practice. To find out more, see [Microsoft AI principles](https://www.microsoft.com/ai/responsible-ai).

powerapps-docs/maker/TOC.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,9 @@
104104
- name: Use timeline
105105
href: ../user/add-activities.md
106106
- name: Create and join a Teams meeting from an appointment
107-
href: ../user/join-teams-meeting-from-appointments.md
107+
href: ../user/join-teams-meeting-from-appointments.md
108+
- name: Known issues about activities
109+
href: ../user/known-issues-activities.md
108110
- name: Work with email
109111
items:
110112
- name: Understand the email experience
@@ -2533,6 +2535,12 @@
25332535
href: ../sample-apps/crisis-financial-impact-tracker/use-mobile-app.md
25342536
- name: Use dashboards
25352537
href: ../sample-apps/crisis-financial-impact-tracker/configure-dashboards.md
2538+
- name: Responsible AI transparency notes
2539+
items:
2540+
- name: Overview
2541+
href: ./common/transparency-note.md
2542+
- name: Transparency note for building apps through conversation
2543+
href: ./common/transparency-note-build-apps-conversation.md
25362544
- name: Resources
25372545
items:
25382546
- name: Blog

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,21 @@ Use the other properties or move the control on the screen to set position and s
101101

102102
## See also
103103

104+
[AI Copilot overview (preview)](ai-overview.md)
105+
104106
[Power Virtual Agents preview quickstart (preview)](/power-virtual-agents/preview/quickstart)
105107

106108
[AI-based boosted conversations overview (preview)](/power-virtual-agents/nlu-gpt-overview)
107109

108110
[Use the Copilot control](add-ai-copilot.md)
109111

112+
[Build apps through conversation (preview)](ai-conversations-create-app.md)
113+
114+
115+
116+
117+
118+
119+
110120

111121
[!INCLUDE[footer-include](../../includes/footer-banner.md)]

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,13 @@ In addition to choosing the data source, you can also configure the following pr
8686
> ![Configure the control.](media/copilot/Updated-Copilot-properties.png)
8787
8888

89+
## See also
8990

91+
[Build apps through conversation (preview)](ai-conversations-create-app.md)
9092

93+
[Add Chatbot control to a canvas app (preview)](add-ai-chatbot.md)
9194

95+
[Leverage Azure OpenAI Service in AI Builder (preview)](/ai-builder/prebuilt-azure-openai)
9296

9397

9498

powerapps-docs/maker/canvas-apps/ai-conversations-create-app.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ The AI assistant is available from the Power Apps home screen. You can tell the
3434
> - For more information, go to our [preview terms](https://go.microsoft.com/fwlink/?linkid=2189520).
3535
> - This capability is powered by [ Azure OpenAI Service](/azure/cognitive-services/openai/overview).
3636
> - This capability is in process of rolling out, and may not be available in your region yet.
37-
> - This capability may be subject to usage limits or capacity throttling.
37+
> - This capability may be subject to usage limits or capacity throttling.
38+
> - To understand capabilities and limitations of AI-powered and Copilot features in Power Apps, see [Transparency notes for Power Apps](../common/transparency-note.md)
39+
3840

3941

4042
## Prerequisites
@@ -89,6 +91,16 @@ If you want to make changes, use the **Copilot** panel to describe what you want
8991

9092
3. You can continue editing the table by adding features such as room status, change rooms, or set priority levels for each room. When you're ready to create your app, select **Create app**.
9193

92-
94+
### See also
95+
96+
[AI Copilot overview (preview)](ai-overview.md)
97+
98+
[Add Chatbot control to a canvas app (preview)](add-ai-chatbot.md)
99+
100+
[Add Copilot control to a canvas app (preview)](add-ai-copilot.md)
101+
102+
[Leverage Azure OpenAI Service in AI Builder (preview)](/ai-builder/prebuilt-azure-openai)
103+
104+
93105

94106
[!INCLUDE[footer-include](../../includes/footer-banner.md)]

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ To learn how to use the new AI features in Power Apps, see:
3636
> - This capability is powered by [Azure OpenAI Service](/azure/cognitive-services/openai/overview).
3737
> - This capability is in the process of rolling out, and may not be available in your region yet.
3838
> - This capability may be subject to usage limits or capacity throttling.
39+
> - To understand capabilities and limitations of AI-powered and Copilot features in Power Apps, see [Transparency notes for Power Apps](../common/transparency-note.md)
3940
4041
## Prerequisites for the AI features in Power Apps
4142

@@ -73,3 +74,7 @@ Follow these steps to disable **Copilot** for your environment.
7374
2. In the left-side navigation pane **Environment**.
7475
3. Select the environment and on the command bar, select **Settings**.
7576
4. Set the toggle to **Off** for **Copilot**.
77+
78+
## See also
79+
80+
[Transparency notes for Power Apps](../common/transparency-note.md)
Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
---
2+
title: Transparency note for building apps through conversation
3+
description: The transparency note discusses building apps through conversation and the key considerations for making use of this technology responsibly.
4+
ms.date: 6/16/2023
5+
ms.custom:
6+
- transparency-note
7+
ms.topic: article
8+
author: franklanmsft
9+
ms.author: franklan
10+
ms.reviewer: mduelae
11+
---
12+
13+
# Transparency note for building apps through conversation
14+
15+
This transparency note describes the AI impact of build apps through conversation feature.
16+
17+
## What is build apps through conversation?
18+
19+
Build apps through conversation is a feature in the Power Apps that allows you to describe the app that you want to build, and AI will design it for you. To start, you use natural language to tell the AI assistant what kind of information you want to collect, track, or show. The assistant will generate a Dataverse table and use it to build your canvas app. The AI assistant is available from the Power Apps home page.
20+
21+
## What are the system’s capabilities?
22+
23+
This capability is powered by [Azure OpenAI Service](/azure/cognitive-services/openai/overview), which uses powerful language models. These language models generate new text in English that looks and sounds like text written by humans.
24+
25+
Using Azure OpenAI service as a foundation, build apps through conversation considers your app description to propose relevant data tables on which to build your app. As part of data generation, the system recommends relevant columns, sample row data, and data types that you can customize. The sample data is for illustration only and is fictitious. No real association is intended or inferred.
26+
27+
## What is the system’s intended use?
28+
29+
Build apps through conversation is intended to simplify your app creation process by automatically generating a data table on which your app will be built. AI-generated content may have mistakes. Make sure it's accurate and appropriate before using it. For more information, read the full [preview terms](https://powerplatform.microsoft.com/en-us/legaldocs/supp-powerplatform-preview).
30+
31+
32+
## How was build apps through conversation evaluated? What metrics are used to measure performance?
33+
34+
Build apps through conversation underwent substantial testing before the feature was released in preview. If you encounter issues with the content being generated, please submit feedback. Your feedback will be used to improve Microsoft products and services. IT admins for your organization will be able to view and manage your feedback data. 
35+
36+
For more information, see: [Data, privacy, and security for Azure OpenAI Service](/legal/cognitive-services/openai/data-privacy)
37+
38+
## What are the limitations of build apps through conversation? How can users minimize the impact of the build apps through conversation limitations when using the system?
39+
40+
Preview features aren’t meant for production use and may have restricted functionality.These features are available before an official release so that customers can get early access and provide feedback.
41+
42+
This capability is in the process of rolling out, and may not be available in your region yet.
43+
44+
This capability may be subject to usage limits or capacity throttling.
45+
46+
The following are requirements to access the waitlist for this preview:
47+
48+
- Your environment must be in the United States region.
49+
50+
- Your account must have English (United States) as the browser language.
51+
52+
- Have a [Microsoft Dataverse database](/power-platform/admin/create-database) in your environment.
53+
54+
- Licensed customers will be prioritized for access.
55+
56+
- AI Builder must be enabled for your environment to use the AI models or controls leveraging AI models:
57+
58+
1. Sign in to the [Power Platform admin center](https://admin.powerplatform.microsoft.com/).
59+
60+
2. Go to **Environments** > [select an environment] > **Settings** > **Features**.
61+
62+
3. On the **Features** settings page, under **AI Builder**, enable or disable **AI Builder preview models**.
63+
64+
For more information, see [AI Copilot overview](../canvas-apps/ai-overview.md)
65+
66+
## What operational factors and settings allow for effective and responsible use of the system?
67+
68+
Follow these procedures to make the most of the feature:
69+
70+
- Use everyday words to describe what your app should collect, track, list, or manage such as the following:
71+
- “Collect RSVPs for the team birthday party”
72+
- “Track sales leads”
73+
74+
- Customize the data table with prompts such as:
75+
- “Add a column for …”
76+
- “Remove the … row”
77+
- “Change the data type for the … column to… “
78+
79+
- When in doubt, you can ask the AI assistant for help by typing, “Give me suggestions”
80+
81+
## See also
82+
- [Build apps through conversation (preview)](../canvas-apps/ai-conversations-create-app.md)
83+
84+
85+
[!INCLUDE[footer-include](../../includes/footer-banner.md)]
86+
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: Transparency notes for Power Apps
3+
description: Transparency notes discusses AI technology in Power Apps and the key considerations for making use of this technology responsibly.
4+
ms.date: 5/23/2023
5+
ms.custom:
6+
- transparency-note
7+
ms.topic: article
8+
author: mduelae
9+
ms.author: mkaur
10+
ms.reviewer: mduelae
11+
---
12+
13+
# Transparency notes for Power Apps
14+
15+
[!INCLUDE[transparency-note-intro](../../includes/transparency-note-intro.md)]
16+
17+
[!INCLUDE[transparency-note-features](../../includes/transparency-note-features.md)]
18+
19+
- [Transparency note for building apps through conversation](transparency-note-build-apps-conversation.md)
20+
- [Build apps through conversation (preview)](../canvas-apps/ai-conversations-create-app.md)
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: Known issues about activities
3+
description: Learn about known issues that may occur with activities in model-driven apps.
4+
author: sriharibs-msft
5+
ms.component: pa-user
6+
ms.topic: overview
7+
ms.date: 06/20/2023
8+
ms.subservice: end-user
9+
ms.author: srihas
10+
ms.reviewer: sericks
11+
ms.custom:
12+
ms.assetid:
13+
search.audienceType:
14+
- enduser
15+
---
16+
# Known issues about activities
17+
18+
Learn about known issues that may occur with activities in model-driven apps.
19+
20+
- On appointment grids, all-day appointments may show incorrect values for **Start Time** and **End Time**. This issue is limited to the grid control showing appointment records, as forms and calendar control show correct **Start Time** and **End Time** for all-day appointments.
21+
22+
To fix this issue, use the [calendar control](../maker/model-driven-apps/add-calendar-control.md) as the default control to view appointments.
23+
24+
- The process that checks for conflicts for the people and resources on an appointment is triggered only when a valid Dynamics 365 solution is installed on the environment, as this requires a few scheduling-related tables to be a part of the environment. Appointments created in an environment without a relevant Dynamics 365 solution installed have an **Open** status, rather than the **Scheduled** status. For more information on the scheduling tables and the license required, see [Restricted tables for create, update, and delete operations](../maker/data-platform/data-platform-restricted-entities.md#restricted-tables-for-create-update-and-delete-operations).

0 commit comments

Comments
 (0)