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

# Parsed documents

> Machine-readable parsed reports and slide presentations

## Overview

The parsed documents dataset provides the extracted text content of reports and slide presentations as clean, machine-readable text in **Markdown**. Instead of parsing PDFs yourself, you get structured Markdown that's ready for full-text search, retrieval-augmented generation (RAG), and other LLM-based workflows.

## How it works

Each document is parsed into **Markdown** with headings, tables, and structure preserved, ideal for display, indexing, and LLM context.

As with our PDFs, the endpoint returns a **CDN link** to the parsed Markdown file rather than the content inline; download the file from the returned link.

## Access

Parsed documents are a separate data package. Retrieving a document's parsed text will result in a 403 error without the proper permissions.

<Info>
  Parsed documents are **sold separately**. Please get in touch if you're
  interested.
</Info>

## How to access this data

<CardGroup cols={2}>
  <Card title="Reports (REST API)" icon="code" href="/docs/api-reference/reports">
    Retrieve the parsed text link for a report.
  </Card>

  <Card title="Slides (REST API)" icon="code" href="/docs/api-reference/slides">
    Retrieve the parsed text link for a slide deck.
  </Card>
</CardGroup>
