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

# Planasonix Documentation

> Build, orchestrate, and monitor enterprise data pipelines with Planasonix.

<div
  style={{
background: "linear-gradient(135deg, #FFE100 0%, #F97316 100%)",
borderRadius: "12px",
padding: "2rem 2rem 1.75rem",
marginBottom: "2rem",
color: "#1a1a1a",
}}
>
  <h1 style={{ marginTop: 0, marginBottom: "0.5rem", fontSize: "1.75rem", fontWeight: 700 }}>
    Planasonix documentation
  </h1>

  <p style={{ margin: 0, maxWidth: "42rem", lineHeight: 1.55, opacity: 0.92 }}>
    You use Planasonix to design pipelines, move data between systems, and keep analytics stores fresh—whether you batch nightly loads, stream changes, or push curated metrics back into business apps.
  </p>
</div>

## Start here

<Columns cols={3}>
  <Card title="Getting started" icon="rocket" href="/getting-started/introduction">
    Learn how Planasonix fits into your stack, then follow the quickstart to run your first pipeline.
  </Card>

  <Card title="Connections" icon="plug" href="/connections/overview">
    Authenticate to databases, warehouses, SaaS APIs, and files—then reuse credentials across projects.
  </Card>

  <Card title="Pipelines" icon="git-branch" href="/pipelines/overview">
    Build directed graphs of sources, transforms, and destinations with versioning and promotion workflows.
  </Card>

  <Card title="Nodes" icon="box" href="/nodes/overview">
    Configure extract, transform, load, quality checks, and control-flow steps on the visual canvas.
  </Card>

  <Card title="Reverse ETL" icon="arrow-left-right" href="/reverse-etl/overview">
    Sync modeled warehouse data into CRMs, ads platforms, and support tools for operational teams.
  </Card>

  <Card title="AI Copilot" icon="sparkles" href="/ai-copilot/overview">
    Generate SQL, suggest mappings, and troubleshoot failures using context from your workspace metadata.
  </Card>
</Columns>

## Popular topics

Pick a topic to go deeper on how Planasonix runs in production: how data moves continuously, how jobs are scheduled and retried, how access is governed, and how you observe health end to end.

<Columns cols={2}>
  <Card title="Streaming and CDC" icon="radio" href="/streaming/overview">
    Capture inserts, updates, and deletes from operational systems with low-latency change streams and exactly-once semantics where the destination supports it.
  </Card>

  <Card title="Orchestration" icon="calendar-clock" href="/orchestration/overview">
    Define schedules, dependencies, backfills, and failure policies so pipelines run reliably across regions and maintenance windows.
  </Card>

  <Card title="Governance" icon="shield-check" href="/governance/overview">
    Apply organizations, roles, data classifications, and audit trails so the right teams can build without exposing sensitive data.
  </Card>

  <Card title="Observability" icon="activity" href="/observability/overview">
    Inspect run history, row counts, schema drift, and alerts—then drill into logs and lineage for a single failing step.
  </Card>
</Columns>
