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

# Writing Reports and Drafts

> Create report or document drafts based on collected information

Wissly helps you not just find information, but also create documents based on that information. When you request a report or a draft, the result is placed on the [Canvas](/en/create/canvas) so you can edit it right away.

## Requesting Draft Creation

When creating new document drafts using information from your documents:

```
"Create an executive report draft from this quarter's performance data"
"Create a progress summary document based on project meeting minutes"
"Organize customer meeting notes into a follow-up email draft"
```

## Specifying Report Structure

Specifying the desired structure produces documents in that format:

```
"Write the report in Background-Current Status-Proposal order"
"Use Problem Definition / Analysis / Solution / Expected Benefits structure"
"In Summary → Details → Conclusion format"
```

## Example: Marketing Team Campaign Report

**Question:**

```
"Create a performance report draft based on documents related to last month's SNS campaign.
Use Goals-Execution-Results-Insights order."
```

**Report draft generated by Wissly:**

```markdown theme={null}
# SNS Campaign Performance Report

## 1. Campaign Goals
- Increase brand awareness (target 1 million reach) [1]
- Acquire 500 new leads [1]

## 2. Execution Details
- Platforms: Instagram, Facebook, LinkedIn [2]
- Period: Nov 1-30, 2024 [2]
- Content: 15 card news, 5 videos [2]

## 3. Results
- Total Reach: 1,235,000 (123% of target) [3]
- New Leads: 612 (122% of target) [3]
- Conversion Rate: 2.8% (improved from 1.9% previous month) [3]

## 4. Insights
- Video content engagement rate 2.3x higher than card news [3]
- B2B lead quality highest on LinkedIn [3]

[1] SNS_Campaign_Plan.pptx
[2] November_Content_Calendar.xlsx
[3] Campaign_Performance_Analysis_1130.pdf
```

<Tip>
  Generated drafts are starting points. Verify sources and modify as needed to complete your document.
</Tip>

<Card title="Requesting a Cross-Check" icon="clipboard-check" href="/en/create/cross-check">
  Verify the finished draft against the required template and rules.
</Card>
