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

# Settings Overview

> Admin dashboard providing a cross-module settings summary, quick stats, and a recent changes audit log for the platform.

Settings overview dashboard at `/settings/overview` providing platform administrators with a summary of configured modules, recent settings changes, and a settings audit log.

## Overview

The Settings Overview page renders four metric cards (Modules Configured, Changes Today, Changes This Week, System Health) and a `ModuleSettingsCard` grid showing each platform module's settings state. A `SettingsAuditLog` component displays up to 100 recent settings-change entries from `useSettingsAudit`. Module data comes from `useAllModuleSettings`. No route-level permission guard is present.

## Who it's for

Access follows your organization's role and module configuration. ## Before you start

* You must be signed in to the platform.

## Steps

1. Navigate to `/settings/overview`.
2. Review the quick-stats cards for a snapshot of configuration health.
3. Scroll through the module cards to see which modules have active settings.
4. Review the audit log for a chronological list of recent settings changes.

## Key concepts

**Modules Configured** — Count of modules that have at least one non-default setting. SME: confirm the exact definition.

**Settings audit log** — A time-ordered list of settings changes within the organization, showing what changed and when.

**System Health** — A static "Good" indicator in the current implementation. SME: confirm if this will become dynamic.

## 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/SettingsOverviewPage.tsx
  * src/platform/modules/useAllModuleSettings.ts
  * src/platform/settings/components/ModuleSettingsCard.tsx
</Accordion>
