/ce is a redirect, not a standalone screen. It automatically redirects to /ce/dashboard.
Overview
Insrc/routes/ce.tsx, the route /ce is configured as <Navigate to="/ce/dashboard" replace />. Visiting /ce immediately redirects to the CE Dashboard without rendering any intermediate UI. The alternate primary entry point is /ce/dashboard.
Who it’s for
Access follows your organization’s role and module configuration. the destination/ce/dashboard is gated by CE_PERMISSIONS.DASHBOARD_VIEW.
Related
Community Engagement
Community Engagement core overview.
Governance & parity
Documentation coverage and governance.
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/ce.tsx