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

# My Credentials

> Redirects to the Credentialing Hub with the My Credentials tab pre-selected.

The route `/hr/my-credentials` redirects to `/hr/credentialing?tab=my-credentials`, opening the Credentialing Hub with the employee's own credentials tab active.

## Overview

This path is a `Navigate` redirect — it does not render its own page. All credential self-service for employees is handled within the Credentialing Hub at `/hr/credentialing`, with the `my-credentials` tab pre-selected. The hub tab shows the employee's active and expiring credentials.

## Who it's for

Access follows your organization's role and module configuration. ## Before you start

* Credential types must be configured by an administrator before credentials can be assigned.

## Steps

1. Navigate to `/hr/my-credentials` (or use the My Credentials link in the navigation).
2. You are automatically redirected to the Credentialing Hub with your credentials tab active.
3. Review active and expiring credentials. Use upload actions to add supporting documents.

## 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/MyCredentials.tsx
  * src/cores/hr/pages/CredentialingHubPage.tsx
</Accordion>
