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

# Requesting Comparative Analysis

> Compare and analyze multiple documents or options

Use this when you need to compare proposals, quotes, reports, and other documents at the metric or line-item level. If you ask for the result "as a document," it lands on the [Canvas](/en/create/canvas) for editing.

## Comparing Documents

When comparing two or more documents:

```
"Compare the pricing terms between Company A and Company B proposals"
"Show the key metric changes between Q1 and Q2 performance reports"
"Find the changed clauses between the old and new versions of the contract"
```

## Creating Comparison Tables

When you want comparison results in an organized format:

```
"Create a comparison table of the three vendor quotes"
"Make a table of sales status by branch"
```

## Example: Comparison for Investment Review

**Question:**

```
"Compare the 3-year revenue growth rate and operating margin from Company A, B, and C IR materials"
```

**Wissly Answer:**

| Metric                            | Company A  | Company B  | Company C  |
| --------------------------------- | ---------- | ---------- | ---------- |
| Revenue Growth Rate (3-year CAGR) | 15.2% \[1] | 8.7% \[2]  | 22.4% \[3] |
| Operating Margin (2024)           | 12.3% \[1] | 18.5% \[2] | 9.1% \[3]  |

```
[1] Company_A_IR_2024.pdf
[2] Company_B_Business_Report_2024.pdf
[3] Company_C_Investment_Prospectus_2024.pdf
```

## Differences vs Commonalities

Adjust your question based on your comparison goal:

<CardGroup cols={3}>
  <Card title="Focus on Differences" icon="not-equal">
    "Find only the different parts between the two proposals"
  </Card>

  <Card title="Focus on Commonalities" icon="equals">
    "What risk factors are commonly mentioned in all three reports?"
  </Card>

  <Card title="Pros/Cons Analysis" icon="scale-balanced">
    "List the pros and cons of Option A and Option B separately"
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="Data Analysis and Processing" icon="chart-bar" href="/en/create/data-analysis">
    Aggregate, compare, and analyze numerical data.
  </Card>

  <Card title="Writing Reports and Drafts" icon="file-lines" href="/en/create/reports">
    Build a report on top of your comparison results.
  </Card>
</CardGroup>
