There is no standaloneDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/gr/policies/new route. Policy creation is performed via PolicyCreationWizardDialog, a dialog-based 4-step wizard launched from the Policy Library page (/gr/policies).
Overview
PolicyCreationWizardDialog is a DialogWizardShell-based 4-step wizard with the following steps defined in STEP_DEFS:
| Step | ID | Description |
|---|---|---|
| 1 | details | Title, category, owner (4 fields) |
| 2 | document | Attach policy file (1 field) |
| 3 | lifecycle | Review schedule and regulatory links (3 fields) |
| 4 | review | Confirm and create |
'gr-policy-creation-wizard'. The wizard is opened from PolicyLibrary by a button visible to users with the appropriate permission (the dialog’s create permission is not explicitly gated in the route, but the PolicyLibrary component checks GR_PERMISSIONS).
Who it’s for
No dedicated route exists. The wizard is launched from/gr/policies. Access to the Policy Library requires no explicit route-level permission; the create action within PolicyLibrary is conditionally rendered based on permissions checked inside that component.
Before you start
- Navigate to
/gr/policiesand locate the create policy action. - Have the policy title, category, owner, relevant document file, and intended review schedule ready.
Steps
Open the Policy Library
Navigate to
/gr/policies. Click the action to create a new policy. The PolicyCreationWizardDialog opens.Key concepts
- DialogWizardShell — platform dialog component that manages step navigation within a modal.
- STEP_DEFS — static step configuration array in
PolicyCreationWizardDialogdefining step IDs, titles, descriptions, and icons. - GrPolicyWizardFormData — typed form data structure for the creation wizard.
- trackWizardEvent — telemetry utility recording PHI-free step events.
Related
Governance & Compliance
Governance & Compliance core 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/gr.tsx
- src/cores/gr/pages/PolicyLibrary.tsx
- src/cores/gr/wizards/policy-creation/PolicyCreationWizardDialog.tsx
- src/platform/permissions/constants.ts