> ## 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 designing, testing, reviewing, saving, and exporting document pipelines.

<CardGroup cols={1}>
  <Card title="Open 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>

The Platform and API use the same primitives. A pipeline you build visually maps directly to SDK calls through Show Code.

<img src="https://mintcdn.com/pulseai/OJ897TEZf8bV6lk8/images/platform/main-dashboard-content.png?fit=max&auto=format&n=OJ897TEZf8bV6lk8&q=85&s=f20bd253422dc9cd5f500ccb8c662119" alt="Pulse Platform upload screen with Extract settings open" width="1468" height="916" data-path="images/platform/main-dashboard-content.png" />

***

## Pipelines

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

<CardGroup cols={3}>
  <Card title="Playground Walkthrough" icon="browser" href="/platform-reference/playground-walkthrough">
    Tour the pipeline builder, output tabs, presets, and Show Code.
  </Card>

  <Card title="Build Your First Pipeline" icon="rocket" href="/platform-reference/build-first-pipeline">
    Create a working Extract -> Schema pipeline in the UI.
  </Card>

  <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="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>

  <Card title="Form Filler" icon="file-signature" href="/platform-reference/form-filler">
    Detect, fill, and clear PDF forms from the Platform or API
  </Card>
</CardGroup>

***

## Developer And Organization Screens

Use the Developer section to create API keys and inspect usage before moving a workflow into production.

<img src="https://mintcdn.com/pulseai/OJ897TEZf8bV6lk8/images/platform/create-api-key-content.png?fit=max&auto=format&n=OJ897TEZf8bV6lk8&q=85&s=c6e2f7b495ba30ae487945cd102e2ab3" alt="Pulse API Keys page with the Create New API Key dialog open" width="1464" height="913" data-path="images/platform/create-api-key-content.png" />

<img src="https://mintcdn.com/pulseai/OJ897TEZf8bV6lk8/images/platform/usage-page-content.png?fit=max&auto=format&n=OJ897TEZf8bV6lk8&q=85&s=25ccc583ee67dfc4f296aea1ed6f748e" alt="Pulse usage dashboard with page and credit usage charts" width="1466" height="916" data-path="images/platform/usage-page-content.png" />

Billing and plan controls live under the Organization section.

<img src="https://mintcdn.com/pulseai/OJ897TEZf8bV6lk8/images/platform/billing-and-plans-content.png?fit=max&auto=format&n=OJ897TEZf8bV6lk8&q=85&s=88005ce6c9b81b632c1ccfdd7778fc91" alt="Pulse billing and plans page" width="1462" height="915" data-path="images/platform/billing-and-plans-content.png" />
