Skip to main content

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

Who it’s for

No explicit permission gate on this route. 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.

Platform Foundation

Platform Foundation overview.

Governance & parity

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.
  • src/routes/platform.tsx
  • src/platform/settings/pages/GettingStartedPage.tsx
  • src/platform/setup/components/SetupCompletionDashboard.tsx