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

# Home

> Integrate and authenticate with any source to perform read and write jobs. 

<Note>
  Deck v1 is deprecated. Start your integration with [Deck v2](/index).
</Note>

Deck provides a unified API for connecting to external sources, running jobs, and retrieving structured results. It abstracts away authentication flows, data fetching, and storage so you can automate data access without managing integrations directly.

## Quickstart Guides

<Columns cols={3}>
  <Card title="Quickstart" icon="rocket" href="/guides/guides/quickstart">
    Follow these simple steps to get started, from signing up to your first API call.
  </Card>

  <Card title="Connect to a Source" icon="plug" href="/guides/guides/sources">
    Learn how to connect to data sources and retrieve source information.
  </Card>

  <Card title="Run Jobs" icon="play" href="/guides/guides/jobs">
    Execute jobs to fetch data from connected sources and handle responses.
  </Card>
</Columns>

## Essentials

<Columns cols={2}>
  <Card title="API Reference" icon="square-chevron-right" href="/api-reference-v1/jobs/run-a-job">
    Explore the full Deck API. Learn how to authenticate, submit jobs, connect sources, and retrieve structured results from any integration.
  </Card>

  <Card title="Webhooks" icon="webhook" href="/guides/webhooks/webhooks">
    Use webhooks to receive real-time updates from Deck when jobs finish or data is ready. Automate your workflows and keep your app in sync.
  </Card>
</Columns>
