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

# Billing

> No standalone route registered for /settings/billing in Platform Foundation.

The route `/settings/billing` is not registered as a standalone screen in Platform Foundation routes.

## Overview

No route matching `/settings/billing` was found in `src/routes/platform.tsx`, `src/routes/platform-org.tsx`, `src/routes/index.tsx`, or `src/routes/public.tsx`. A billing-overrides settings page exists in the CL core at `/cl/settings/billing-overrides`. The patient portal billing view is at `/portal/billing` (PM core).

## Who it's for

SME: confirm intended permission gate if this route is implemented.

## 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">
    Documentation coverage and governance.
  </Card>
</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/routes/platform-org.tsx
  * src/routes/index.tsx
  * src/routes/public.tsx
</Accordion>
