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

# Community Engagement

> The /ce root route redirects automatically to the CE Dashboard — it is not a standalone screen.

The route `/ce` is a redirect, not a standalone screen. It automatically redirects to `/ce/dashboard`.

## Overview

In `src/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

<Columns cols={2}>
  <Card title="Community Engagement" icon="bullhorn" href="/ce/overview">
    Community Engagement core overview.
  </Card>

  <Card title="Governance & parity" icon="scale-balanced" href="/governance/index">
    Documentation coverage and governance.
  </Card>
</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/ce.tsx
</Accordion>
