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

# Slide presentations

> Accompanying slide presentations from events

<img
  src="https://mintcdn.com/quartr/uS9un6ABvG4dvudU/images/slide_presentations.webp?fit=max&auto=format&n=uS9un6ABvG4dvudU&q=85&s=8c2b1233b90d396efc79ec4fb817d89c"
  alt="Descriptive alt text"
  noZoom
  style={{
width: '100%',
height: 'auto',
borderRadius: '8px',
marginBottom: '1rem',
}}
  width="1920"
  height="1080"
  data-path="images/slide_presentations.webp"
/>

## Overview

The slides dataset offers access to high-resolution PDFs of slide presentations from regular earnings and unique events.

## How it works

Each slide deck is accessible as a downloadable **PDF** file, with identifiers linking it to specific events and companies. This allows users to review presentation materials that complement audio and transcript data. The slides are sourced from a variety of public sources, such as company websites, regulatory filings, and news outlets, and are processed and indexed to ensure easy retrieval and access.

## How to access this data

<CardGroup cols={3}>
  <Card title="REST API" icon="code" href="/api-reference/slides">
    Query with filtering by ticker, ISIN, date, and more.
  </Card>

  <Card title="Webhooks" icon="webhook" href="/webhooks/getting-started">
    Subscribe to slide.created events for real-time updates.
  </Card>

  <Card title="Snowflake" icon="snowflake" href="/snowflake/getting-started">
    Query the slides view directly via SQL.
  </Card>
</CardGroup>
