> ## 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.

# Summarizing and Organizing

> Summarize and organize long documents or multiple documents

Reading documents and identifying key points takes time. Ask Wissly for a summary and get the key content in seconds.

## Single Document Summary

When you need a summary of a specific document:

```
"Summarize the key points of the 2024 business plan"
"Summarize this research report in 3 sentences"
"Extract only the key clauses from the contract"
```

## Compiling Multiple Documents

When you want to consolidate information spread across multiple documents:

```
"Compile the main issues from weekly reports over the past 6 months"
"Gather only the risk items from Project A-related documents"
"Create a list of decisions made in this quarter's meeting minutes"
```

## Adjusting Summary Length

You can specify the desired length:

| Request Type | Example                                                        |
| ------------ | -------------------------------------------------------------- |
| Short        | "Summarize in one paragraph", "Just the key points in 3 lines" |
| Long         | "Detailed, about 2 pages"                                      |
| List format  | "Bullet points, 10 items or less"                              |

## Example: Researcher's Paper Summary

**Question:**

```
"Compile the common arguments from recently registered AI ethics papers"
```

**Wissly Answer:**

```
The common arguments from the 3 registered papers are:

1. Need to ensure explainability of AI system decision-making processes [1][2][3]
2. Finding balance between privacy protection and AI performance [1][3]
3. Recommendation to introduce ethics review process from AI development stage [2][3]

[1] AI_Ethics_Framework_Research.pdf
[2] Explainable_AI_Trend_Analysis.pdf
[3] 2024_AI_Regulation_Comparative_Study.pdf
```

<Card title="Requesting Comparative Analysis" icon="code-compare" href="/en/create/compare">
  Learn how to compare and analyze multiple documents or options.
</Card>
