Skip to content

Commit 80fc2eb

Browse files
Merge pull request #28740 from MicrosoftDocs/agreements-redlining-working
Agreements redlining working - office negotiation
2 parents 246b053 + 9490f9d commit 80fc2eb

8 files changed

Lines changed: 106 additions & 1 deletion
132 KB
Loading
68.7 KB
Loading
113 KB
Loading
122 KB
Loading
74.6 KB
Loading
129 KB
Loading
Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
---
2+
title: Download an agreement for redlining and upload it for AI-powered analysis in SharePoint Agreements
3+
ms.author: chucked
4+
author: chuckedmonson
5+
manager: jtremper
6+
ms.reviewer: shrganguly
7+
ms.date: 06/20/2025
8+
audience: admin
9+
ms.topic: how-to
10+
ms.service: microsoft-syntex
11+
ms.subservice: syntex-content-intelligence
12+
search.appverid:
13+
ms.collection:
14+
- enabler-strategic
15+
- m365initiative-syntex
16+
ms.localizationpriority: medium
17+
ROBOTS: NOINDEX, NOFOLLOW
18+
description: Learn how to download an agreement for redlining and upload it for AI-powered analysis in the SharePoint Agreements solution.
19+
---
20+
21+
# Download an agreement for redlining and upload it for AI-powered analysis in SharePoint Agreements
22+
23+
You can now share agreements with external parties for redlining and negotiation using the new offline negotiation feature in the Agreements solution. This capability allows you to download an agreement document in Word format, share it for edits, and then bring it back into the Agreements workspace for automated analysis of any proposed changes.
24+
25+
## Why use offline negotiation?
26+
27+
Collaborating with external stakeholders is a crucial step in reaching consensus on key clauses and terms in a contract. Offline negotiation helps you:
28+
29+
- Seamlessly export an agreement for redlining and discussion.
30+
31+
- Reimport the redlined version to apply AI-powered section revision analysis, which identifies and summarizes proposed changes.
32+
33+
- Maintain traceability and document integrity throughout the process.
34+
35+
## Download an agreement for offline redlining
36+
37+
After [creating an agreement from a template](agreements-create-agreement.md), you can download a copy specifically for redlining and offline collaboration.
38+
39+
1. In the Agreements workspace, create your agreement using a published template.
40+
41+
2. Once the document is generated, select **Download for redlining** in the action menu. You can also fill in the field values in Step 1, and then download the document for redlining.
42+
43+
**Download for redlining option in the home pane**
44+
![A screenshot of download for redlining option in the home pane.](../../media/content-understanding/agreements-download-redlining-option-blank.png)
45+
46+
**Download for redlining option after fields are filled in**
47+
![A screenshot of download for redlining option after fields are filled in.](../../media/content-understanding/agreements-download-redlining-option-filled.png)
48+
49+
3. Selecting this action downloads a Word document with **Reviewing mode** enabled. The file is saved to your local **Downloads** folder.
50+
51+
![A screenshot of File downloaded in reviewing mode.](../../media/content-understanding/agreements-download-file-in-reviewing-mode.png)
52+
53+
> [!TIP]
54+
> This option is only available while the document is in **Draft** state. You can download the agreement multiple times at this stage, but it’s best to track and share a single offline copy with stakeholders to avoid versioning issues.
55+
56+
> [!NOTE]
57+
> Unlike using **Save As** or Word's built-in export options, **Download for redlining** preserves agreement metadata and structure to ensure smooth reimport and compatibility with AI analysis.
58+
59+
## Upload the redlined agreement for analysis
60+
61+
Once you receive the edited or redlined agreement from an external party, follow these steps to analyze changes and take further action.
62+
63+
1. Open the redlined document in Microsoft Word.
64+
65+
2. Go to the **Agreements** tab in the Word ribbon.
66+
67+
3. Select **Generate document** to open the pane.
68+
69+
4. Select the **Analyze redlines** option.
70+
71+
![A screenshot of Analyze redlines option when the offline document is opened.](../../media/content-understanding/agreements-analyze-offline-option.png)
72+
73+
5. A modal dialog appears, showing:
74+
75+
- The original agreement name
76+
77+
- The associated Agreements workspace and category
78+
79+
6. Select **Upload** to reimport the redlined version. This version is added as a new version to the original agreement, maintaining version history for auditing.
80+
81+
![A screenshot of Upload to analyze revisions dialog.](../../media/content-understanding/agreements-upload-analyze-revisions-option.png)
82+
83+
After upload, the AI-powered section revision analysis runs automatically. The system semantically summarizes all the changes made to each clause, allowing you to do any or all of the following actions:
84+
85+
- Quickly identify proposed modifications.
86+
87+
- Take action on each suggestion.
88+
89+
- Accept, reject, or escalate changes for legal or business review.
90+
91+
Use the **Refresh results** option to rerun the analysis if you continue to update the document or receive other feedback.
92+
93+
![A screenshot of the section revision analysis pane opened.](../../media/content-understanding/agreements-upload-section-revision-analysis-pane.png)
94+
95+
> [!NOTE]
96+
> Only files originally generated using the **Download for redlining** action can be uploaded back for redline analysis. Documents downloaded using other methods might not retain required metadata or structure.
97+
98+
> [!NOTE]
99+
> Once a redlined agreement is uploaded and analyzed, you can continue the negotiation cycle by downloading it again for further offline edits. This process can be repeated as many times as needed until the agreement terms are finalized.
100+
101+
<br>
102+
103+
> [!div class="nextstepaction"]
104+
> [See the complete list of help documentation.](agreements-overview.md#help-documentation)

microsoft-365/syntex/solutions/agreements-overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ms.author: chucked
44
author: chuckedmonson
55
manager: jtremper
66
ms.reviewer: ssathyamoort
7-
ms.date: 05/28/2025
7+
ms.date: 06/20/2025
88
audience: admin
99
ms.topic: article
1010
ms.service: microsoft-syntex
@@ -58,6 +58,7 @@ With SharePoint Agreements, you can:
5858
|[Update a template](agreements-update-template.md) |Find and edit existing templates, and publish updates to a template. |
5959
|[Manage sections in a template](agreements-manage-sections.md) |Publish a new section, insert a section into a template, edit a section, and configure section settings. |
6060
|[Create an agreement](agreements-create-agreement.md) |Create an agreement from a template in Microsoft Teams and in Microsoft Word. |
61+
|[Download an agreement for redlining and upload it for AI-powered analysis](agreements-offline-negotiation.md) |Download a draft agreement for offline negotiation and upload the redlined version to analyze proposed changes using AI. |
6162
|[Analyze section revisions](agreements-analyze-sections.md) |Detect changes in embedded sections, summarize the changes, and offer suggestions. |
6263
|[Manage attachments](agreements-attachments.md) |Manage supporting documents related to an agreement. |
6364
|[Manage amendments](agreements-amendments.md) |Learn how to add an amendment to an agreement. |

0 commit comments

Comments
 (0)