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

# Credential Renewals

> Review and act on credentials approaching expiration, accessible as a tab in the Credentialing Hub.

The Credential Renewals view shows credentials approaching expiration and supports renewal tracking. It is available at route `/hr/credentialing/renewals`.

## Overview

This route redirects to `/hr/credentialing?tab=renewals`. The Renewals tab within the Credentialing Hub renders `CredentialRenewalPage`. The tab icon is a CalendarCheck. The Credentialing Hub also displays a count of credentials expiring within 30 days in its header, surfaced by `useCredentialAlerts`.

## Who it's for

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

## Before you start

* Credential records with expiration dates must be present in the system.
* Navigate to `/hr/credentialing` and select the **Renewals** tab, or use the direct redirect at `/hr/credentialing/renewals`.

## Steps

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

  <Step title="Review expiring credentials">
    The tab lists credentials approaching expiration. The hub header shows a count of credentials expiring within 30 days.
  </Step>

  <Step title="Take action on renewals">
    Use the controls within the renewals tab to initiate or record renewal actions.
  </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/CredentialRenewalPage.tsx
</Accordion>
