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 atDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/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 |
Additional template categories (e.g., Task Templates) may also be linked. The exact card set is determined by the
templateCards array in TemplatesHubPage.Who it’s for
No explicit permission gate on this route.Before you start
- No prerequisites. Navigate to
/templatesto browse all template types.
Steps
- Navigate to Templates (
/templates). - Read the card descriptions to identify the right template type.
- Click a card’s action button to navigate to the corresponding template management page.
Related
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.
Documentation sources
Documentation sources
- src/routes/platform.tsx
- src/platform/templates/pages/TemplatesHubPage.tsx