> ## Documentation Index
> Fetch the complete documentation index at: https://docs.junojourney.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Cornerstone OnDemand

> Migrate training content and transcripts from Cornerstone to Juno.

export const FeatureAvailability = ({module, feature}) => {
  const label = feature || module;
  return <Info title="Feature availability">
      {label ? <>This feature requires the <strong>{label}</strong> module. </> : <>This feature may not be enabled for your organization. </>}
      If you don't see it in Juno, contact your administrator.
    </Info>;
};

<FeatureAvailability feature="Cornerstone Migration" />

## What is the Cornerstone integration?

The Cornerstone integration enables **bulk migration** of training content and learner transcripts from Cornerstone OnDemand to Juno. It's designed for organizations transitioning from Cornerstone to Juno as their LMS.

***

## What can be migrated

| Content type       | What transfers                                          |
| ------------------ | ------------------------------------------------------- |
| **Curricula**      | Multi-step learning programs with structure preserved   |
| **Events**         | Scheduled training sessions                             |
| **SCORM packages** | E-learning content (downloaded and re-uploaded to Juno) |
| **Transcripts**    | Learner completion records with user mapping            |
| **Questions**      | Assessment content parsed and recreated                 |
| **Materials**      | Supporting documents and files                          |

***

## Migration process

The migration runs in two phases:

### Phase 1: Content migration

* Connect to Cornerstone API with credentials
* Select content to migrate (curricula, events, SCORM)
* Content is transferred with structure preserved
* SCORM packages are downloaded and re-uploaded to Juno's storage

### Phase 2: Transcript migration

* Map Cornerstone users to Juno users (by employee ID or email)
* Import completion records
* Track warnings for unmapped users or partial data

***

## For admins

Migration is managed through a dedicated interface in the admin panel. Progress tracking shows:

* Items migrated vs. total
* Warnings and skip reasons
* Partial success details

Contact your Juno account team to initiate a Cornerstone migration.
