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

# Overview

> Understand what each report type contains, its methodology, and structure.

Aseed supports multiple report types for different analysis goals. Each type uses its own structure and method.

## Report types

* **[Transcript](/reports/report-types/transcript)** - Raw text conversion from audio/video files.

* **[Q\&A](/reports/report-types/qa)** - Structured question-answer pairs with citations.

* **[General](/reports/report-types/general)** - Comprehensive profile, insights, and recommendations.

* **[JTBD](/reports/report-types/jtbd)** - Jobs-to-be-Done framework analysis.

* **[Persona](/reports/report-types/persona)** - Deep persona profile with motivations and pain points.

* **[Custom](/reports/report-types/custom)** - Tailored analysis based on your specific prompt.

## Choosing the right report type

<CardGroup cols={2}>
  <Card title="Start with Transcript + Q&A" icon="play">
    Best for: Quick understanding of what was discussed and a base for further analysis.
  </Card>

  <Card title="Use General for full analysis" icon="bar-chart">
    Best for: Complete respondent profile with insights and recommendations.
  </Card>

  <Card title="Choose JTBD for product strategy" icon="circle-dot">
    Best for: Understanding fundamental user jobs and innovation opportunities.
  </Card>

  <Card title="Select Persona for user understanding" icon="user">
    Best for: Deep persona development and behavioral insights.
  </Card>

  <Card title="Use Custom for specific questions" icon="sparkles">
    Best for: Answering targeted research questions or applying custom frameworks.
  </Card>
</CardGroup>

## Report generation process

All reports (except Transcript) follow a two-stage process:

1. **Draft generation**: Creates initial report from transcript
2. **Refinement**: Validates against transcript, corrects errors, enhances insights

This ensures accuracy and quality in the final output.

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/aseed/images/report-types-selection-light.png" alt="Report type selection interface showing all available report types" className="block dark:hidden" />

  <img src="https://mintlify.s3.us-west-1.amazonaws.com/aseed/images/report-types-selection-dark.png" alt="Report type selection interface showing all available report types" className="hidden dark:block" />
</Frame>

## Related topics

* [Generate single reports](/reports/single)
* [Edit reports](/reports/edit)
* [Create project reports](/reports/project)
