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

# Sync Status

> Monitor organizational data propagation events and their status across platform modules.

The Sync Status page shows organizational data propagation events and their current status, allowing administrators to verify that data changes have propagated correctly across modules. It is reached at `/settings/sync-status`.

## Overview

The page renders a `PropagationStatus` component inside a list-page layout titled "Sync Status". It is gated by `pf.org_data_sync.view`. The description reads: "Monitor organizational data propagation events across modules."

## Who it's for

Requires `pf.org_data_sync.view` (route guard and `PermissionGate` in component).

## Before you start

* No prerequisites for viewing. Propagation events are generated automatically by platform operations.
* You need `pf.org_data_sync.view` to access this page.

## Steps

1. Navigate to **Settings → Sync Status** (`/settings/sync-status`).
2. Review the propagation events list for status indicators.
3. Investigate any events that show a failed or pending status.

## Related

<Columns cols={2}>
  <Card title="Platform Foundation" icon="layer-group" href="/pf/overview">
    Platform Foundation overview.
  </Card>

  <Card title="Governance & parity" icon="scale-balanced" href="/governance/index" />
</Columns>

<Note>
  This page documents shipped product behavior. It is not medical, legal, or
  billing advice. Verify against your organization's policies and applicable
  regulations before using it for clinical, compliance, or billing decisions.
  Protected health information (PHI) shown in the product is governed by your
  tenant's access controls and is never exposed in this documentation.
</Note>

<Accordion title="Documentation sources">
  * src/routes/platform.tsx
  * src/platform/org-data-sync/pages/SyncStatusPage.tsx
  * src/platform/org-data-sync/components/PropagationStatus.tsx
</Accordion>
