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

# Pipeline Metrics

> CE analytics hub — entry point for pipeline, partner scorecard, call analytics, campaign analytics, and activity analytics.

The route `/ce/analytics` does not render a dedicated analytics hub page in the current codebase. Individual analytics views are mounted at sub-paths: `/ce/analytics/pipeline`, `/ce/analytics/partners`, `/ce/analytics/calls`, `/ce/analytics/campaigns`, and `/ce/analytics/activities`.

## Overview

No component is mounted at the bare `/ce/analytics` path. All CE analytics are accessible via their specific sub-routes listed below. This documentation page serves as a navigational overview until an analytics hub is implemented.

Available analytics routes:

| Label              | Route                      | Permission          |
| ------------------ | -------------------------- | ------------------- |
| Pipeline Dashboard | `/ce/analytics/pipeline`   | `ce.pipeline.view`  |
| Partner Scorecard  | `/ce/analytics/partners`   | `ce.scorecard.view` |
| Call Analytics     | `/ce/analytics/calls`      | `ce.analytics.view` |
| Campaign Analytics | `/ce/analytics/campaigns`  | `ce.analytics.view` |
| Activity Analytics | `/ce/analytics/activities` | `ce.analytics.view` |

## Who it's for

Access follows your organization's role and module configuration. Each sub-route has its own permission gate.

## Before you start

Navigate directly to one of the sub-routes listed in the table above.

## Steps

<Steps>
  <Step title="Choose an analytics view">
    Select the relevant analytics sub-route from the CE sidebar or the table above.
  </Step>
</Steps>

## 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" />
</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
  * src/cores/ce/pages/PipelineDashboardPage.tsx
  * src/cores/ce/pages/PartnerScorecardPage.tsx
</Accordion>
