Skip to main content

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.

The route /ce/segments/:id for Segment Details does not exist in the current codebase. Segment management is handled from the Segments list page at /ce/segments.

Overview

No component is mounted at /ce/segments/:id. Segment creation and editing is currently handled via the SegmentFormDialog on the Segments list page (/ce/segments). Each segment card on that page shows the segment name, active status, member count, and last calculated date.

Who it’s for

No explicit permission gate on this route — it is not a valid route. The Segments list requires ce.segments.view.

Before you start

Use the Segments page at /ce/segments to view and manage segments.

Steps

1

Open the Segments list

Navigate to /ce/segments to view all segments.
2

Edit a segment

Click the edit action on a segment card to open the SegmentFormDialog inline.

Community Engagement

Community Engagement 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.
  • src/routes/ce.tsx
  • src/cores/ce/pages/SegmentsPage.tsx
  • src/cores/ce/components/segments/SegmentFormDialog.tsx