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

# Partner Scorecard

> Analytics page showing partner performance metrics, referral tracking, and side-by-side partner comparison with export support.

The Partner Scorecard page at `/ce/analytics/partners` displays performance metrics and referral data for referral partners, including an export option for reporting.

## Overview

Navigating to `/ce/analytics/partners` loads `PartnerScorecardPage`. The page is wrapped in a `RequirePermission` gate for `ce.scorecard.view` and renders a `PageHeader` (title "Partner Scorecard", description "Performance metrics, referral tracking, and partner comparison") with an `ExportDropdown` that requires `ce.scorecard.export`. The `PartnerScorecard` analytics component provides the detailed content.

## Who it's for

Permission required: `ce.scorecard.view` (to view). Export requires `ce.scorecard.export`.

## Before you start

* At least one partner with referral history should exist for meaningful data.
* Export permission (`ce.scorecard.export`) is required to download data.

## Steps

<Steps>
  <Step title="Open the scorecard">
    Navigate to `/ce/analytics/partners` from the CE analytics navigation.
  </Step>

  <Step title="Review partner metrics">
    The scorecard displays performance metrics and referral tracking for partners visible to your organization.
  </Step>

  <Step title="Export data (optional)">
    Use the **Export** dropdown in the page header to download scorecard data. Requires `ce.scorecard.export` permission.
  </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/PartnerScorecardPage.tsx
  * src/cores/ce/components/analytics/PartnerScorecard.tsx
  * src/cores/ce/components/analytics/ExportDropdown.tsx
</Accordion>
