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

# Introduction

> Product-aligned MantrixFlow documentation for the PostgreSQL-to-PostgreSQL ELT workflow that is live in the current app.

MantrixFlow currently documents the live self-serve workflow in the app: a PostgreSQL source connection feeding a PostgreSQL destination connection through a staged ELT run.

The documentation intentionally avoids partially implemented connector paths and future roadmap features. If a connector appears in product code or an internal test guide but is not available end to end in the live workspace, it is not presented here as available.

## What is live

* PostgreSQL source connections
* PostgreSQL destination connections
* Pipeline shell creation from **Data Pipelines**
* Canvas builder with a **Source** node and a **Destination** node
* Source table selection as `schema.table`
* Destination-scoped Normalisation rules: rename and cast
* Destination-scoped SQL models that read from raw staging tables
* Manual destination runs
* Run history and run status tracking
* Scheduling for Incremental sync destinations only

## What is not documented as live

* Non-PostgreSQL connectors
* SaaS connectors
* Transform or Filter canvas nodes
* Log-based change capture
* Destination table creation by the runner
* Non-Upsert write modes
* Broad chat or notification workflows

## Recommended reading order

1. [Quick Start](/getting-started/quick-start)
2. [Core Concepts](/getting-started/core-concepts)
3. [Connections Overview](/connections/overview)
4. [Pipelines Overview](/pipelines/overview)
5. [Postgres-to-Postgres Example](/example/pipelines/postgres-to-postgres)
