# AI Overview

> The Gen-AI Overview field: a markdown summary of each scan with central themes, key insights, and context drawn from historical data.

Copyleaks’ Gen AI thoroughly analyzes each scan, summarizing content, identifying central themes, pinpointing key insights, and leveraging historical data to provide a richer, context-driven perspective.

<ParamField path="overview" type="string">
  A markdown-formatted string containing the Gen-AI overview of the scan.
</ParamField>
<ParamField path="modelVersion" type="string">
  The version of the model used for the Overview generation.
</ParamField>
## Example

```json
{
  "overview": "### Historical Author Data:\n- Four scans analyzed with an average plagiarism similarity of 13.18%\n- 4 instances of AI-generated content detected\n\n### Current Plagiarism Detection:\n- 0% overall plagiarism\n- Main sources: \n  - yard.com (3.0%, 74 words)\n  - brainly.com (3.2%, 45 words)\n  - llcattorney.com (1.3%, 29 words)\n  - montrosedemocrats.org (3.0%, 12 words)\n\n### AI Content Detection:\n- 100% AI-written content detected\n\n### Grammar Checker:\n- 100% writing quality with no errors in grammar, sentence structure, word choice, and mechanics.",
  "modelVersion": "v1"
}
```

## Next Steps

<CardGroup cols={2}>
  <Card title="Scan Overview" icon="robot" href="/concepts/features/gen-ai-scan-overview/">Learn more about the GenAI Scan feature and its capabilities.</Card>
  <Card title="AI Logic" icon="robot" href="/concepts/features/ai-logic/">Understand how AI logic can help you interpret the results of AI text detection.</Card>
  <Card title="Export Method" icon="file-export" href="/reference/actions/downloads/export/">Learn how to export scan results, including the AI Overview.</Card>
</CardGroup>
