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

# Contract Review

> Clause-by-clause analysis with risk assessment and compliance checks

Analyze contracts clause by clause. Identify risks, check compliance, and generate redline suggestions.

<Frame caption="The Legal Tools hub with the Contract Review form open">
  <img src="https://mintcdn.com/vaquill/NNZLwmIqu4MrnJz-/images/tools.png?fit=max&auto=format&n=NNZLwmIqu4MrnJz-&q=85&s=0f5cfc0ff45d1e8102e5f9faafcc7a3c" alt="Legal Tools hub showing tabs for Contract Review, NDA Triage, Risk Assessment, Compliance, Responses, and OCR, with the Contract Review form open" style={{ borderRadius: '0.5rem' }} width="2970" height="1550" data-path="images/tools.png" />
</Frame>

## Contract Review

Upload a contract to get:

* **Clause-by-clause breakdown** with severity ratings
* **Risk identification:** unfavorable terms, ambiguous language, missing protections
* **Redline suggestions:** proposed changes with explanations
* **Summary:** key terms and obligations

### How to Use

<Steps>
  <Step title="Upload your contract">
    Drag and drop a contract (PDF, DOCX, or other supported formats) into a conversation.
  </Step>

  <Step title="Select the tool">
    Choose **Contract Review** from the tools menu, or ask: *"Review this contract"*
  </Step>

  <Step title="Review the analysis">
    Each clause is analyzed for risk, missing elements, and suggested modifications.
  </Step>

  <Step title="Export">
    Export to Word (DOCX) with tracked changes, PDF, or Markdown.
  </Step>
</Steps>

## NDA Triage

Screen NDAs with a pass/warn/fail rating system.

Checks:

* Scope of confidential information
* Duration and survival clauses
* Permitted disclosures and carve-outs
* Non-solicitation provisions
* Remedies and indemnification
* Governing law and jurisdiction

## Risk Assessment

Categorize risks using a 5x5 severity-likelihood matrix.

|                | Rare   | Unlikely | Possible | Likely  | Almost Certain |
| -------------- | ------ | -------- | -------- | ------- | -------------- |
| **Critical**   | Medium | High     | High     | Extreme | Extreme        |
| **Major**      | Low    | Medium   | High     | High    | Extreme        |
| **Moderate**   | Low    | Medium   | Medium   | High    | High           |
| **Minor**      | Low    | Low      | Medium   | Medium  | High           |
| **Negligible** | Low    | Low      | Low      | Medium  | Medium         |

Each risk maps to a specific clause with a recommended action.

## Compliance Check

Check contracts against major US and international regulatory frameworks:

<Columns cols={2}>
  <Card title="Data Protection" icon="shield-halved">
    * CCPA / CPRA
    * GDPR
    * UK GDPR
  </Card>

  <Card title="Industry Standards" icon="building-columns">
    * HIPAA
    * SOX
    * PCI DSS
    * SOC 2
  </Card>

  <Card title="Security Frameworks" icon="lock">
    * DORA
    * NIS2
  </Card>

  <Card title="General" icon="file-shield">
    * Custom compliance rules
  </Card>
</Columns>

Returns a gap analysis showing where the contract falls short and what to add.

## Document Comparison

Upload two versions of a contract to see:

* Added, removed, and modified clauses
* Impact assessment for each change
* Summary of material differences

<Frame caption="A side-by-side redline of the original against the revised version with tracked-changes markup">
  <img src="https://mintcdn.com/vaquill/NNZLwmIqu4MrnJz-/images/compare.png?fit=max&auto=format&n=NNZLwmIqu4MrnJz-&q=85&s=11c8d4ba31c16e85ca4f99adbcc3061d" alt="Side-by-side comparison of an original and revised contract with tracked-changes redline markup" style={{ borderRadius: '0.5rem' }} width="3010" height="1536" data-path="images/compare.png" />
</Frame>
