# Features

> Configurable features across the Copyleaks API, detection levels, exclusions, AI logic, data hubs, and more.

Tune how scans behave. These pages cover the configurable features available across the Copyleaks APIs, from detection sensitivity to data scoping.

<CardGroup cols={2}>
  <Card title="AI Logic" icon="brain" href="/concepts/features/ai-logic">
    How the AI detection model reasons about text, with explanations and confidence scoring.
  </Card>
  <Card title="AI Source Match" icon="robot" href="/concepts/features/ai-source-match">
    Flag plagiarism sources, online or internal, that are themselves suspected of being AI-generated.
  </Card>
  <Card title="Cross-Language Detection" icon="language" href="/concepts/features/cross-language-detection">
    Detect plagiarism across languages - content translated then submitted as original.
  </Card>
  <Card title="Data Hubs" icon="database" href="/concepts/features/data-hubs">
    Compare against private and shared databases beyond the public internet index.
  </Card>
  <Card title="Plagiarism Detection Levels" icon="sliders" href="/concepts/features/detection-levels">
    Tune sensitivity across identical, minor-change, and paraphrased matches.
  </Card>
  <Card title="Exclude Content" icon="filter" href="/concepts/features/exclude-content">
    Strip headers, references, quotes, or template text from the scan.
  </Card>
  <Card title="Export PDF Report" icon="file-export" href="/concepts/features/export-pdf-report">
    Generate a PDF version of the scan report for archival or sharing.
  </Card>
  <Card title="GenAI Scan Overview" icon="brain" href="/concepts/features/gen-ai-scan-overview">
    The combined plagiarism + AI detection scan flow.
  </Card>
  <Card title="How to Display Reports" icon="browser" href="/concepts/features/how-to-display">
    Surface scan results in your own UI via iframe or open-source module.
  </Card>
  <Card title="Identical Matches Detection" icon="equals" href="/concepts/features/identical-matches">
    Configure detection to flag only verbatim copies, skipping paraphrased matches.
  </Card>
  <Card title="Prevent Self-Plagiarism" icon="arrows-rotate" href="/concepts/features/self-plagiarism">
    Index a writer's own past work and flag overlap on new submissions.
  </Card>
  <Card title="Text Manipulation Detection" icon="wand-magic-sparkles" href="/concepts/features/text-manipulation">
    Catch character substitution and formatting tricks used to bypass detection.
  </Card>
</CardGroup>
