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

# Platform Templates

> Central hub linking all template types — document, form, workflow, wizard, and task templates — with guidance on when to use each.

The Templates hub is a unified landing page that aggregates links to all template categories available in the platform, helping users find the right template type for their use case. It is reached at `/templates`.

## Overview

The Templates hub page (`TemplatesHubPage`) renders a grid of template category cards, each with a description, examples, and a "when to use" guideline. The categories and their destination routes are:

| Category           | Destination           |
| ------------------ | --------------------- |
| Document Templates | `/settings/templates` |
| Form Templates     | `/fw/form-templates`  |
| Workflow Templates | `/fw/templates`       |
| Wizard Templates   | `/fw/wizards`         |

<Note>
  Additional template categories (e.g., Task Templates) may also be linked. The exact card set is determined by the `templateCards` array in `TemplatesHubPage`.
</Note>

No permission gate is applied to this route — all authenticated users can access the hub.

## Who it's for

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

* No prerequisites. Navigate to `/templates` to browse all template types.

## Steps

1. Navigate to **Templates** (`/templates`).
2. Read the card descriptions to identify the right template type.
3. Click a card's action button to navigate to the corresponding template management page.

## 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/templates/pages/TemplatesHubPage.tsx
</Accordion>
