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

# Deliverables

> What you receive with every redline

# BigLaw Standard Deliverables

Every redline produces the same deliverable package that top law firms provide
to their clients. No more, no less—exactly what's expected in professional
legal practice.

## The 3-File Standard

These three files are always generated with every redline:

<CardGroup cols={3}>
  <Card title="Redline DOCX" icon="file-pen">
    **Word document with tracked changes** See every modification clearly
    marked. Insertions, deletions, and formatting changes are all visible.
  </Card>

  <Card title="Clean DOCX" icon="file-word">
    **Final version without markup** The negotiated version with all changes
    accepted. Ready for signature or further negotiation.
  </Card>

  <Card title="Blackline PDF" icon="file-pdf">
    **Archival PDF version** A locked, email-safe format perfect for sending to
    counterparties or archiving in your records.
  </Card>
</CardGroup>

***

## Additional Reports

For legal documents and when applicable, you also receive:

### Change Summary

A concise overview of all modifications:

<Frame>
  ```markdown theme={null}
  # Document Change Summary

  **Generated:** 2024-01-15T10:30:00Z
  **Document Type:** NDA
  **Original File:** Acme-NDA-v1.docx

  ## Executive Summary

  This NDA has been modified with 12 changes across 3 sections.
  The primary changes relate to the confidentiality period and
  permitted disclosures. Two medium-risk items were identified.

  ## Change Statistics

  | Metric        | Count |
  | ------------- | ----- |
  | Total Changes | 12    |
  | Additions     | 8     |
  | Deletions     | 3     |
  | Modifications | 1     |

  ## Changes by Section

  ### Section 2: Confidential Information

  - Extended definition to include "derivative works"
  - Added carve-out for publicly available information

  ### Section 4: Permitted Disclosures

  - Added exception for regulatory requirements
  - Clarified notice requirements

  ```
</Frame>

### Risk Report

When risks are detected (see [Risk Detection](/legal-ai/risk-detection)):

<Frame>
  ```markdown theme={null}
  # Risk Analysis Report

  **Overall Risk Score:** 45/100
  **High Risk Items:** 0
  **Medium Risk Items:** 2

  ## Flagged Items

  ### 1. Confidentiality Duration
  **Risk Level:** Medium
  **Section:** Section 5

  Duration extended from 3 years to 5 years post-termination.

  **Recommendation:** Confirm this extended period is
  commercially acceptable.

  ### 2. Return of Information
  **Risk Level:** Medium
  **Section:** Section 6

  Added requirement to certify destruction in writing.

  **Recommendation:** Verify compliance process can meet
  this new requirement.
  ```
</Frame>

***

## File Naming Convention

Your files follow a professional legal naming pattern that mirrors BigLaw standards:

```
[Document Name] - [Type] (v[N]) [YYYY-MM-DD].[ext]
```

| File          | Name Format                               | Example                                       |
| ------------- | ----------------------------------------- | --------------------------------------------- |
| Redline DOCX  | `Redline - [Name] (v[N]) [Date].docx`     | `Redline - Acme NDA (v1) 2026-01-04.docx`     |
| Clean DOCX    | `Clean - [Name] (v[N]) [Date].docx`       | `Clean - Acme NDA (v1) 2026-01-04.docx`       |
| Blackline PDF | `Blackline - [Name] (v[N]) [Date].pdf`    | `Blackline - Acme NDA (v1) 2026-01-04.pdf`    |
| Issues List   | `Issues List - [Name] (v[N]) [Date].docx` | `Issues List - Acme NDA (v1) 2026-01-04.docx` |

### Version Tracking

When you request multiple rounds of changes in the same chat, version numbers automatically increment:

| Round | Files Generated                                                                    |
| ----- | ---------------------------------------------------------------------------------- |
| 1st   | `Redline - Contract (v1) 2026-01-04.docx`, `Clean - Contract (v1) 2026-01-04.docx` |
| 2nd   | `Redline - Contract (v2) 2026-01-04.docx`, `Clean - Contract (v2) 2026-01-04.docx` |
| 3rd   | `Redline - Contract (v3) 2026-01-04.docx`, `Clean - Contract (v3) 2026-01-04.docx` |

<Note>
  We use "Redline" for the working copy with track changes and "Blackline" for
  the static comparison PDF, aligning with standard BigLaw terminology.
</Note>

***

## What Each File Contains

### Redline document

* Native Word track changes format
* Works with standard Word "Accept/Reject Changes" workflow
* Compatible with all major document management systems
* Preserves all original formatting

**Use case:** Review changes, negotiate with counterparty, internal approval

### Clean document

* All changes accepted, no markup
* Ready for execution
* Maintains document formatting
* Can be further edited if needed

**Use case:** Final signature version, further negotiation rounds

### Blackline document

* Locked format prevents accidental editing
* Shows redlines in PDF format
* Suitable for email transmission
* Archival quality for records retention

**Use case:** Send to counterparty via email, document archiving, regulatory files

### Change Summary (Legal Documents)

* Executive overview for senior review
* Statistics on additions, deletions, modifications
* Changes organized by section
* Quick reference for approval decisions

**Use case:** Partner review, client communication, internal sign-off

### Risk Report (When Applicable)

* Detailed risk analysis of changes
* High/medium/low risk classification
* Specific recommendations per flagged item
* Checked area status overview

**Use case:** Risk committee review, senior counsel attention, compliance review

***

## What Makes Our Deliverables Different

<Check>
  **Consistent Quality**: Every deliverable meets the same standard, regardless
  of document complexity or volume.
</Check>

<Check>
  **Complete Package**: You get everything needed for the next step—no need to
  generate additional versions manually.
</Check>

<Check>
  **Validated Content**: Every file has passed multi-pass validation before
  delivery.
</Check>

<Check>
  **Ready for Use**: Files are immediately usable in your workflow without
  additional processing.
</Check>

***

## Next Steps

<CardGroup cols={2}>
  <Card title="See the Full Process" icon="route" href="/legal-ai/how-it-works">
    Understand how deliverables are generated through our complete workflow.
  </Card>

  <Card title="Enterprise Features" icon="building" href="/legal-ai/enterprise-features">
    Learn about audit trails and compliance features.
  </Card>
</CardGroup>
