You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: microsoft-365/syntex/solutions/agreements-create-template.md
+71-4Lines changed: 71 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ ms.author: chucked
4
4
author: chuckedmonson
5
5
manager: jtremper
6
6
ms.reviewer: ssathyamoort
7
-
ms.date: 05/13/2025
7
+
ms.date: 05/27/2025
8
8
audience: admin
9
9
ms.topic: how-to
10
10
ms.service: microsoft-syntex
@@ -25,7 +25,7 @@ Templates serve as a predefined structure that standardizes the creation of docu
25
25
Once you create and publish a template, users with access to the template can start [generating agreements](agreements-create-agreement.md) from it. Users are asked to [input values for fields](#add-fields-to-a-template), and send it for approval or eSignature based on the [workflow configured](#configure-a-workflow) with the template.
26
26
27
27
> [!NOTE]
28
-
> You can always edit a published template. However, you need to republish the template for the changes to take effect. Documents will be created based of the last published version of the template.
28
+
> You can always edit a published template. However, you need to republish the template for the changes to take effect. Documents are created based of the last published version of the template.
29
29
30
30
## Create a new template from the Agreements app
31
31
@@ -133,6 +133,73 @@ To associate a field to a SharePoint list or library, follow these steps when cr
133
133
134
134
You can also allow users to manually input values with the **Document authors can type in values manually for this field** option. The values input by the authors are only used to generate the document. They won't be added to the SharePoint list.
135
135
136
+
## Automatically detect potential fields for templates
137
+
138
+
Automatic field detection for templates uses AI to help template creators quickly identify and insert relevant fields into their templates. It scans the document, detects key content, and suggests fields for review and insertion—reducing manual effort and saving time. To learn more about the AI used in the automatic field detection feature, see [Responsible AI FAQs for SharePoint Agreements](agreements-responsible-ai.md).
139
+
140
+
### Detect potential fields
141
+
142
+
On the **Manage templates** panel, select **Set up fields** > **Detect potential fields**. Agreements AI analyzes your template and suggests relevant fields for your review and insertion.
143
+
144
+

145
+
146
+
#### Currently supported fields
147
+
148
+
The following standard fields from the library are detected.
149
+
150
+
- First party (Single line of text) – The first party on the agreement.
151
+
- Second party (Single line of text) – The second party on the agreement.
152
+
- Effective date (Date) – The date on which the agreement comes into effect.
153
+
- Expiration date (Date) – The date on which the agreement expires.
154
+
155
+
#### New field suggestions
156
+
157
+
The following new fields are detected. These fields aren't part of the field library and will get added once you accept the suggestion and add them to the template.
158
+
159
+
- Governing law (Single line of text) – State, country, or region’s law that governs the interpretation of the agreement.
160
+
- Renewal term (Single line of text) – Renewal term after the initial term of the agreement expires.
161
+
- Notice to terminate renewal (Single line of text) – Notice period required to terminate renewal or notice period required to prevent the automatic renewal of the agreement.
162
+
163
+

164
+
165
+
#### Review suggestions
166
+
167
+
Each suggested field card displays the following information.
168
+
169
+
- The detected content from the document
170
+
- The number of occurrences
171
+
- The suggested field to associate with the content
172
+
173
+
You can navigate through the occurrences of detected content using the **Previous** and **Next** buttons.
174
+
175
+
To apply a field to all detected occurrences and replace them with a placeholder, select **Insert all**. If you prefer not to apply the suggestion, select **Ignore all**.
176
+
177
+

178
+
179
+
#### Edit new field suggestions
180
+
181
+
For new field suggestions, you’ll see the **Edit** () option.
182
+
183
+

184
+
185
+
Select it to open the **Edit field** panel, where you can:
186
+
187
+
- Rename the field
188
+
- Change the field type
189
+
- Modify other field components
190
+
191
+
Once done, select **Save** to return to the previous panel, and then select **Insert all** to apply the changes.
192
+
193
+

194
+
195
+
After reviewing and taking appropriate action (insert or ignore) on all suggestions, you'll be able to see the **Go back** button. Select **Go back** to return to the **Set up fields** panel. From there, you can continue adding any other fields needed for your template.
196
+
197
+

198
+
199
+
> [!NOTE]
200
+
> - You can return to the fields panel at any time by selecting the back button in the upper-left corner of the panel. If you rerun the detection process, any previously ignored suggestions will reappear. This allows you to update the template content and detect fields again as needed.
201
+
> - You can't edit the standard field suggestions that are already in the field library. Only new field suggestions are editable.
202
+
136
203
## Add sections to a template
137
204
138
205
Sections are reusable blocks of content that can be used across templates. For more information, see [Manage sections](agreements-manage-sections.md).
@@ -264,7 +331,7 @@ To set up a mandatory signature workflow, follow these steps:
264
331
2. Place your cursor where you want the signature to appear in the document, then insert the fields for signature, initials, and date.
265
332
266
333
> [!NOTE]
267
-
> You only need to insert the signature field locations in the template. During document generation, authors will have to assign signatory email addresses to the fields and send the PDF version of this document for signing.
334
+
> You only need to insert the signature field locations in the template. During document generation, authors have to assign signatory email addresses to the fields and send the PDF version of this document for signing.
268
335
269
336
3. You can add multiple instances of the same signature field throughout the template and then navigate through each occurrence.
270
337
@@ -283,7 +350,7 @@ To set up a mandatory signature workflow, follow these steps:
283
350
2. Select **Save**.
284
351
285
352
> [!NOTE]
286
-
> During document generation, authors will be directed to the provider platform to assign the signature fields, add signatory email addresses, and send the PDF version of the document for signing.
353
+
> During document generation, authors are directed to the provider platform to assign the signature fields, add signatory email addresses, and send the PDF version of the document for signing.
Copy file name to clipboardExpand all lines: microsoft-365/syntex/solutions/agreements-overview.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ ms.author: chucked
4
4
author: chuckedmonson
5
5
manager: jtremper
6
6
ms.reviewer: ssathyamoort
7
-
ms.date: 04/02/2025
7
+
ms.date: 05/27/2025
8
8
audience: admin
9
9
ms.topic: article
10
10
ms.service: microsoft-syntex
@@ -62,6 +62,7 @@ With SharePoint Agreements, you can:
62
62
|[Manage attachments](agreements-attachments.md)|Manage supporting documents related to an agreement. |
63
63
|[View reports](agreements-reports.md)|Learn about the reports that are available to monitor all agreements, their statuses, and other essential metrics. |
64
64
|[Receive approval notifications](agreements-notifications.md)|Learn about approval notifications in the Approvals app and in email. |
65
+
|[Responsible AI FAQs](agreements-responsible-ai.md)|Learn more about the AI features in the SharePoint Agreements app. |
65
66
66
67
> [!NOTE]
67
68
> SharePoint Agreements is not yet available for Government Community Cloud (GCC) organizations. However, it is planned and will be available in the future.
0 commit comments