The Lead Stages screen is an admin interface for creating and reordering lead pipeline stages. The primary route isDocumentation 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/lead-stages; an alternate route /ce/lead-stages also resolves to this screen.
Overview
The Lead Stages screen displays all configured pipeline stages in a draggable list viaLeadStageEditor. Users can drag and drop rows to reorder stages; the description states “Leads will progress through these stages in order.” An Add Stage button opens LeadStageFormDialog for creating a new stage. A back arrow navigates to /ce/settings. The page shows a loading skeleton while stages are fetched and an error state if the fetch fails.
Who it’s for
Required permission:ce.leads.admin (route-level gate at /ce/settings/lead-stages).
Before you start
- You need the
ce.leads.adminpermission. - Stages are scoped to your organization.
Steps
Open Lead Stages
Navigate to
/ce/settings/lead-stages from CE Settings, or directly via the alternate route /ce/lead-stages.Add a stage
Click Add Stage to open the stage form dialog. Enter a stage name and any other required fields, then save.
Key concepts
- Stage order — leads progress through stages in the order shown; reordering affects the pipeline progression path.
- Stage color — displayed on lead records as a badge border color.
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/LeadStagesPage.tsx