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

# Platform Reference

> Guides and reference documentation for the Pulse Platform.

## Overview

The Pulse Platform is the unified web application for Pulse:

<CardGroup cols={1}>
  <Card title="Platform" icon="browser" href="https://platform.runpulse.com">
    Upload documents, build extraction pipelines, preview results, manage your organization, API keys, usage, and billing.
  </Card>
</CardGroup>

***

## Pipelines

Choose the right pipeline for your use case — each one builds on the previous:

<CardGroup cols={3}>
  <Card title="Extract" icon="file-lines" href="/platform-reference/extract">
    Convert any document to markdown, tables, and figures
  </Card>

  <Card title="Extract → Schema" icon="table" href="/platform-reference/extract-schema">
    Add structured data extraction with a JSON Schema
  </Card>

  <Card title="Extract → Split → Schema" icon="scissors" href="/platform-reference/extract-split-schema">
    Divide into sections and apply per-topic schemas
  </Card>
</CardGroup>

***

## Additional Features

<CardGroup cols={2}>
  <Card title="Step Preset Library" icon="bookmark" href="/platform-reference/step-preset-library">
    Save and reuse pipeline configurations — on the platform and via config IDs in the API
  </Card>

  <Card title="Meridian — Tables to Excel" icon="file-excel" href="/platform-reference/meridian">
    Convert extracted tables to formatted .xlsx workbooks
  </Card>

  <Card title="Extraction Library" icon="folder-open" href="/platform-reference/extraction-library">
    Browse, organize, and revisit all your saved extractions
  </Card>

  <Card title="Moving to Production" icon="rocket" href="/platform-reference/platform-to-production">
    Use Show Code and presets to take your Playground pipeline into production
  </Card>

  <Card title="Reruns" icon="rotate-right" href="/platform-reference/reruns">
    Re-run schema, split, or extraction on already-processed documents
  </Card>
</CardGroup>
