The CE Settings screen provides module-level configuration for the Community Engagement core and is accessible 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.
/ce/settings.
Overview
The CE Settings screen loads the current module settings viauseCEModuleSettings. The primary card, titled “Module Configuration,” contains a CESettingsForm described as customizing lead management, contact handling, and engagement settings. A separate CrisisOnCallSettingsCard is rendered below. Users can launch a guided tour of the settings page via a Help button (tour ID ce-settings-tour). Settings are persisted via an upsert operation on form submission.
Who it’s for
Required permission:ce.admin (route-level gate).
Before you start
- You need the
ce.adminpermission. - CE module settings must be loadable; a loading skeleton is shown during fetch and an error state is shown on failure.
Steps
Configure module settings
Adjust fields in the Module Configuration card (lead management, contact handling, and engagement settings) and click Save.
Configure crisis on-call settings
Scroll to the Crisis On-Call Settings card and update on-call configuration as needed.
Key concepts
- Module settings — stored via
useCEModuleSettingsupsert; changes apply organization-wide. - Crisis on-call — managed via
CrisisOnCallSettingsCard; SME: confirm escalation tiers and contact configuration. - Guided tour — triggered via
?tour=ce-settings-tourURL parameter or the Help button.
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
- src/cores/ce/pages/CESettingsPage.tsx