> ## 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.

# Getting Started

> Guided setup completion dashboard for organization administrators, showing onboarding progress and next steps for configuring the platform.

Getting Started is the setup page at `/settings/getting-started` that renders the `SetupCompletionDashboard` for organization administrators. It provides a guided onboarding checklist to complete initial platform configuration.

## Overview

The page is a thin wrapper around `SetupCompletionDashboard` from `@/platform/setup`. It is accessible without an explicit permission gate, relying on implicit settings-section access control. The dashboard renders setup checklist items and progress indicators for initial org configuration.

<Frame caption="Getting Started — the guided setup-completion checklist with onboarding progress and next steps.">
  <img src="https://mintcdn.com/encoreos/9uGfYOeeHogjmoRk/images/pf/pf-50-getting-started-checklist.png?fit=max&auto=format&n=9uGfYOeeHogjmoRk&q=85&s=d15a28405e4a3cb15c1eaee144d67098" alt="Getting Started setup-completion checklist" width="1440" height="1713" data-path="images/pf/pf-50-getting-started-checklist.png" />
</Frame>

## Who it's for

Access follows your organization's role and module configuration. Intended for organization administrators completing initial setup.

## Before you start

* This page is most useful during initial platform onboarding.
* Completing setup steps may require additional permissions for the underlying settings pages each step links to.

## Steps

1. Navigate to **Settings → Getting Started** (`/settings/getting-started`).
2. Review the setup completion dashboard for outstanding onboarding steps.
3. Click each step to navigate to the relevant configuration page.
4. Return to this page to track overall completion progress.

## 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/settings/pages/GettingStartedPage.tsx
  * src/platform/setup/components/SetupCompletionDashboard.tsx
</Accordion>
