> ## Documentation Index
> Fetch the complete documentation index at: https://help.draftable.com/llms.txt
> Use this file to discover all available pages before exploring further.

# AI-Ready Redline: Export changes for use with generative AI tools

> Learn how to export a portable text representation of your document changes using the AI-Ready Redline output in Draftable Legal, designed for use with generative AI tools.

The AI-Ready Redline is an output type in Draftable Legal that exports a portable text representation of document changes — moves, insertions, and deletions — in a format designed for generative AI tools.

Previously, sharing redline results with AI tools was difficult because those tools don't accept redline document formats (PDF, DOCX) or redline formatting via copy/paste as usable input. AI-Ready Redline solves this by producing a clean, tool-agnostic text representation of all changes, complete with comparison metadata.

This enables legal teams to bring comparison context into any AI workflow — for example, asking an AI assistant to summarise key changes, identify risk areas, or draft review notes.

<Frame>
  <img src="https://mintcdn.com/draftable/Mzowa946lFBXiI_U/images/ai_ready_redlines/1.png?fit=max&auto=format&n=Mzowa946lFBXiI_U&q=85&s=210a446695f02d4b662b100d47bb8ddd" alt="AI-Ready Redline in the Draftable Legal comparison results panel" width="2111" height="1339" data-path="images/ai_ready_redlines/1.png" />
</Frame>

<Note>
  **Important:** The AI-Ready Redline is generated **entirely on your local machine**. No document data is sent to any external service during the export process. Draftable does not use or connect to any LLM — the AI-Ready Redline simply formats your comparison results into a text representation that is ready for use with AI tools of your choice.
</Note>

## Requirements

* **Draftable Legal version:** 26.03.100 or later
* **Comparison type:** Redline in Draftable only (not Tracked Changes in Word, Side-by-side, or other comparison types)
* **Supported file types:** Word and PDF only (not Excel or PowerPoint)

Redline profile settings do not affect AI-Ready Redline output.

## Where to find AI-Ready Redline

AI-Ready Redline is available from two places in Draftable Legal:

### Desktop ribbon (Next Actions)

AI-Ready Redline appears as its own output card in the ribbon, alongside existing output cards (Changes Report, Departures Table, etc.). It is identified by a sparkles icon.

<Frame>
  <img src="https://mintcdn.com/draftable/Mzowa946lFBXiI_U/images/ai_ready_redlines/2.png?fit=max&auto=format&n=Mzowa946lFBXiI_U&q=85&s=0d616b48b7f0d6ef00a5c035cca634e1" alt="AI-Ready Redline card with Reported Changes dropdown" width="626" height="1009" data-path="images/ai_ready_redlines/2.png" />
</Frame>

The card includes a **Reported Changes** dropdown with the following options:

| Setting              | What appears in the output                                                                                                                                                 |
| -------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **All changes**      | The full document text with every detected change annotated using delete/insert syntax                                                                                     |
| **Matching filters** | The full document text is still present, but only changes matching the currently active viewer filters are annotated. Non-matching changes appear as plain, unmarked text. |

Available actions from the card:

* **Open** — Opens the output in your default text editor
* **Save** — Saves as a `.md` (Markdown) file
* **Save to DMS** — Saves to your connected DMS as a `.md` file
* **Copy to Clipboard** — Copies plain text to the clipboard
* **Email** — Attaches the `.md` file to a new email

### Live Redline Preview

A **Copy AI-Ready Redline** button appears in the Live Redline Preview panel, allowing you to copy the output directly to your clipboard.

<Frame>
  <img src="https://mintcdn.com/draftable/JEs3VcBXeyaSW5kY/images/ai_ready_redlines/4.png?fit=max&auto=format&n=JEs3VcBXeyaSW5kY&q=85&s=c27e568b0becdb2cd276415571b4b238" alt="Copy AI-Ready Redline button in Live Redline Preview" width="2156" height="1053" data-path="images/ai_ready_redlines/4.png" />
</Frame>

### Not available from

AI-Ready Redline is not currently available from the following workflows:

* Draftable in Office add-in
* Draftable in Outlook / Draftable for Outlook add-ins
* 1-Click Compare workflows
* Windows Explorer context menu

## How to use AI-Ready Redline

### From the desktop ribbon

<Steps>
  <Step title="Run a Redline comparison">
    Run a **Redline in Draftable** comparison using Word or PDF documents.
  </Step>

  <Step title="Review and filter results">
    Review the comparison results in the Draftable viewer. Optionally, apply filters to focus on specific change types.
  </Step>

  <Step title="Locate the AI-Ready Redline card">
    In the ribbon, locate the **AI-Ready Redline** card (sparkles icon).
  </Step>

  <Step title="Select your reported changes scope">
    Select the **Reported Changes** option:

    * **All changes** to include every detected change
    * **Matching filters** to include only changes matching your current viewer filters
  </Step>

  <Step title="Choose an export action">
    Choose an action: **Open**, **Save**, **Copy to Clipboard**, **Save to DMS**, or **Email**.
  </Step>

  <Step title="Share with your AI tool">
    Paste or share the output with your preferred AI tool.
  </Step>
</Steps>

### From Live Redline Preview

<Steps>
  <Step title="Start a comparison">
    Start a comparison in [Live Redline Preview](/hc/en-us/articles/Live-Redline-Preview-Instantly-compare-text-inputs) mode.
  </Step>

  <Step title="Copy the AI-Ready Redline">
    Click **Copy AI-Ready Redline** in the preview panel.
  </Step>

  <Step title="Paste into your AI tool">
    Paste the output into your preferred AI tool.
  </Step>
</Steps>

## Understanding the output

The AI-Ready Redline output is a continuous text stream of the full document with changes marked inline using a simple delete/insert syntax. It is not JSON — it is readable text that any person or AI tool can understand.

<Frame>
  <img src="https://mintcdn.com/draftable/Mzowa946lFBXiI_U/images/ai_ready_redlines/3.png?fit=max&auto=format&n=Mzowa946lFBXiI_U&q=85&s=11aada931fef091e4c5c7d169c6f8f16" alt="AI-Ready Redline output opened in a text editor" width="2113" height="1222" data-path="images/ai_ready_redlines/3.png" />
</Frame>

### Output syntax

| Marker             | Meaning                                                     | Example     |
| ------------------ | ----------------------------------------------------------- | ----------- |
| `{-...-}`          | Deleted text (was in the original, removed in the revision) | `{-brown-}` |
| `{+...+}`          | Inserted text (new in the revision)                         | `{+red+}`   |
| `[<<moved-to<<]`   | Marks where text was moved from (original position)         |             |
| `[>>moved-from>>]` | Marks where text was moved to (new position)                |             |

### Header preamble

Every output starts with a metadata header that includes:

* **Original and revised document names**
* **Reported changes setting** (All changes or the active filter)
* **Timestamp** of when the redline was generated
* **Syntax legend** so any reader or tool can interpret the markers
* **Total change count**

```
---
# AI-READY REDLINE
original_document: "Contract_v1.docx"
revised_document: "Contract_v2.docx"
reported_changes: "All changes"
generated_at: "2026-03-11T04:15:02Z"
syntax: "{-deleted-} {+inserted+} [<<moved-to<<] [>>moved-from>>]"
---

comparison: "Contract_v1.docx → Contract_v2.docx"
total_changes: 47
reported_changes: "All changes"
```

### Example output

```
The quick {-brown-}{+red+} fox {-jumps-}{+leaps+} over the lazy dog.
```

This means:

* "brown" was deleted and replaced with "red"
* "jumps" was deleted and replaced with "leaps"

For moved text:

```
{- This sentence was moved.-} [<<moved-to<<]

...later in the document...

[>>moved-from>>] {+ This sentence was moved.+}
```

## Getting the best results

### Compare with clarity in mind

* Compare the **nearest document versions** — avoid skipping many intermediate drafts, as this produces a cleaner, more meaningful redline.
* If a document was heavily restyled, expect more formatting noise in the output.

### Pick the right export scope

* Use **All changes** for a complete legal or risk review.
* Use **Matching filters** for targeted analysis — for example, focusing on one clause family or a specific change type.

<Tip>
  For complex agreements, consider doing both: a broad all-changes pass for full coverage, and a focused filtered pass for specific areas of concern.
</Tip>

### Prompting AI tools for best results

AI-Ready Redline works with **any** generative AI tool that accepts text input. Paste the output into the tool's chat or input field and ask questions about the changes.

When prompting, ask the AI to:

* **Cite clause anchors and section names** so you can trace findings back to the document
* **Explain reasoning from Before vs. After text** so conclusions are grounded in the actual changes

#### Quick prompts

* "Summarise the key changes between these two documents."
* "Identify any changes to liability, indemnity, or limitation of liability clauses."
* "Are there any changes that shift risk from one party to the other?"
* "Draft review notes for my client summarising what changed and what to pay attention to."
* "List all changes to defined terms and assess whether they are consistent throughout the document."
* "Flag any changes that could affect the governing law or dispute resolution provisions."

<Accordion title="Example detailed prompt for thorough reviews">
  For a thorough review of a complex agreement, try a structured prompt like this:

  ```
  Analyze this AI-Ready Redline and produce:
  1) Top 10 substantive changes by legal impact,
  2) Risk allocation changes (who gained/lost protection),
  3) Commercial term changes (fees, valuation, payment timing),
  4) A short executive summary.
  Rules:
  - Cite the clause anchor for every finding.
  - Use Before/After text as primary evidence.
  - Treat formatting-only changes as low priority.
  ```
</Accordion>

### Quality checklist before sharing AI output

Before relying on or sharing AI-generated analysis of your redline, verify:

* Did the AI cite clause anchors or section references?
* Did it separate substantive changes from formatting-only changes?
* Did it justify its conclusions from Before/After text?
* Has a human reviewer verified the high-impact items?

### Compatible AI tools

AI-Ready Redline works with any AI tool that accepts text input, including:

* **General-purpose:** ChatGPT, Microsoft Copilot, Claude, Google Gemini
* **Legal-domain-specific:** Harvey, Legora, CoCounsel

The output is tool-agnostic — no special configuration or integration is required.

## Large documents

For very large documents (hundreds of pages), the AI-Ready Redline output can be substantial. Some AI tools may not accept the full text if pasted directly due to input size limits.

<Tip>
  If an AI tool rejects the pasted text, save the AI-Ready Redline as a file (.md) and upload the file into the AI tool instead. Most AI tools support file uploads alongside chat input.
</Tip>

## Privacy and security

The AI-Ready Redline is generated **entirely on your local machine**. No document data is sent to any external service during the export process. Draftable does not use, connect to, or process data through any LLM or AI service — the AI-Ready Redline is purely a local formatting operation that structures your comparison results into a text representation ready for use with AI tools.

<Warning>
  When you paste or upload the AI-Ready Redline output into an AI tool, that content is governed by that tool's own data handling and privacy policies. Check your organisation's policies and the AI tool's terms of service before sharing sensitive document content.
</Warning>

## Known limitations

| Area                        | Limitation                                                                                                                                                                   |
| --------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Change types**            | Only moves, insertions, and deletions are represented. Other change types (e.g., some formatting-only changes) are not included.                                             |
| **Tables**                  | Tables are flattened into plain text with no row/column boundaries. Added or removed rows and columns are silently dropped. Text changes within existing cells are captured. |
| **Images**                  | Image additions, removals, and replacements are not represented.                                                                                                             |
| **Hyperlinks**              | Only display text changes are shown. URL-only changes (where the display text stays the same) are invisible.                                                                 |
| **Footnotes**               | Footnote text content changes are captured but may appear out of position. Footnote additions and removals are not clearly marked.                                           |
| **Page and section breaks** | Break additions, removals, and relocations are not represented.                                                                                                              |
| **File types**              | Only available for Word and PDF comparisons. Not available for Excel or PowerPoint.                                                                                          |
| **Comparison types**        | Only available for Redline in Draftable. Not available for Tracked Changes in Word, Side-by-side, or other comparison types.                                                 |

## Frequently asked questions

<Accordion title="I don't see the AI-Ready Redline card in the ribbon">
  Check that you are on Draftable Legal version 26.03.100 or later, and that you have run a Redline in Draftable comparison (not Tracked Changes in Word, Side-by-side, or another comparison type). AI-Ready Redline is only available for Word and PDF comparisons.
</Accordion>

<Accordion title="The AI tool says my input is too large">
  For very large documents, the output text may exceed what some AI tools accept via paste. Save the AI-Ready Redline as a file (using the Save action) and upload the `.md` file into the AI tool instead.
</Accordion>

<Accordion title="Why are tables showing up as flat text?">
  AI-Ready Redline represents the document as a continuous text stream. Table structure (rows, columns, borders) is not preserved — table content is flattened to plain text. Text changes within cells are still captured.
</Accordion>

<Accordion title="Why don't I see image changes?">
  AI-Ready Redline is a text-based output. Image additions, removals, and replacements cannot be represented in text and are not included.
</Accordion>

<Accordion title="Can I use AI-Ready Redline with Excel or PowerPoint comparisons?">
  No. AI-Ready Redline is available for Word and PDF comparisons only.
</Accordion>

<Accordion title="Does AI-Ready Redline respect my Draftable profile settings?">
  No. AI-Ready Redline output is not affected by profile settings.
</Accordion>

<Accordion title="Is any data sent externally when I export an AI-Ready Redline?">
  No. The export is generated entirely on your local machine. No document data leaves your machine during the export. However, when you paste or upload the output into an AI tool, that tool's own data policies apply.
</Accordion>

<Accordion title="What is the difference between 'All changes' and 'Matching filters'?">
  "All changes" annotates every detected change in the output. "Matching filters" still includes the full document text, but only the changes matching your currently applied viewer filters are marked up with delete/insert syntax. Non-matching changes appear as plain, unmarked text.
</Accordion>

<Accordion title="Can I use AI-Ready Redline from the Outlook or Office add-in?">
  No. AI-Ready Redline is currently available from the Draftable Legal desktop ribbon and Live Redline Preview only.
</Accordion>
