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

# Handling Complex Requests

> Delegate complex tasks beyond simple search to Wissly

Beyond simple requests like "Find A," you can process complex requests requiring multiple steps all at once.

## Examples of Complex Requests

```
"Analyze customer complaints from the past year,
identify the 3 most frequent types, and suggest solutions for each"
```

```
"Compare product specs of competitors A, B, and C,
and organize our product's differentiation points"
```

```
"Compile relevant materials for new market entry review
and create a SWOT analysis draft"
```

## Tips for Writing Requests

When making complex requests, be clear about the following:

<CardGroup cols={3}>
  <Card title="Scope" icon="bullseye">
    Which documents/time period/topic to cover
  </Card>

  <Card title="Analysis Perspective" icon="eye">
    What criteria to analyze by
  </Card>

  <Card title="Output Format" icon="file-export">
    What format of deliverable you want
  </Card>
</CardGroup>

### Example

```
Scope: 2024 customer feedback survey results (3 quarters of data)
Analysis Perspective: Focus on items with low satisfaction scores
Output Format: Priority list of areas needing improvement + customer comment summary for each area
```

## Processing Time

<Info>
  Complex requests may take longer than simple questions. This is because multiple documents need to be searched and analyzed. Progress is displayed while Wissly is working.
</Info>

## Verifying Results

<Warning>
  The more complex the analysis, the more important it is to verify sources. Click sources for each claim or number to verify the original data.
</Warning>

<Card title="Research→Organize→Write Workflow" icon="arrows-spin" href="/en/agent/workflow">
  Learn how to process entire workflows with Wissly.
</Card>
