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

# Credentialing Report

> Compliance report tab within the Credentialing Hub, accessible via a redirect from /hr/credentialing/report.

The Credentialing Report view provides a compliance report for employee credentials. It is available at route `/hr/credentialing/report`.

## Overview

This route redirects to `/hr/credentialing?tab=report`. The Report tab within the Credentialing Hub renders `ComplianceReport`. The tab icon is a FileText icon.

## Who it's for

Requires permission `HR_PERMISSIONS.CREDENTIALS_VIEW` (`hr.credentials.view`) — inherited from the Credentialing Hub route wrapper.

## Before you start

* Navigate to `/hr/credentialing` and select the **Report** tab, or use the direct redirect at `/hr/credentialing/report`.

## Steps

<Steps>
  <Step title="Navigate to Credentialing Report">
    Go to **HR → Credentialing** and select the **Report** tab. Or navigate to `/hr/credentialing/report` (redirects to the hub with the Report tab active).
  </Step>

  <Step title="Review the compliance report">
    Review the credential compliance details rendered in the Report tab.
  </Step>
</Steps>

## Related

<Columns cols={2}>
  <Card title="Human Resources" icon="users" href="/hr/overview">
    Human Resources 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/hr.tsx
  * src/cores/hr/pages/CredentialingHubPage.tsx
  * src/cores/hr/pages/ComplianceReport.tsx
</Accordion>
