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

# Help

> In-app help entry point with quick links to documentation, keyboard shortcuts, and platform navigation guidance.

Help is the in-app help page at `/help` that provides quick-reference links to platform documentation, common keyboard shortcuts, and navigation tips for Encore OS.

## Overview

The page links to the external documentation site via `DOCS_BASE_URL` (from `@/platform/docs/module-docs-map`). It renders two information cards covering search and navigation shortcuts, and keyboard command references. This page intentionally stays lightweight — deeper contextual help lives in `HelpPanel` tooltips and product tours.

Access follows your organization's role and module configuration. ## Who it's for

Access follows your organization's role and module configuration. Available to all authenticated users.

## Before you start

No prerequisites — the help page is always accessible.

## Steps

1. Navigate to `/help` or press the help shortcut in the platform.
2. Click **Open documentation** to open the full documentation site in a new tab.
3. Review the **Search & navigation** card for keyboard shortcuts (`⌘/Ctrl + K`, `/goto`, `/new`).
4. Use the keyboard reference card for other platform-wide shortcuts.

## Key concepts

**Global search** — accessible via `⌘/Ctrl + K` from anywhere in the platform. Allows jumping to modules, pages, and actions.

**`DOCS_BASE_URL`** — the base URL for the platform's documentation site, configured in `src/platform/docs/module-docs-map.ts`.

## 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/help/HelpPage.tsx
  * src/platform/docs/module-docs-map.ts
</Accordion>
