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

# External Learning Sources

> Juno helps employees discover relevant learning opportunities across a wide range of publicly available third-party learning sources and formats.

export const RelatedPages = ({pages = []}) => {
  if (pages.length === 0) return null;
  return <>
      <br />
      <strong>Related articles</strong>
      <CardGroup cols={2}>
        {pages.map(page => <Card title={page.title} href={page.href} key={page.href} />)}
      </CardGroup>
    </>;
};

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 module="LXP" />

## Expand Your Learning Horizons

Juno helps employees discover relevant learning opportunities across a wide range of publicly available third-party learning sources and formats, based on evolving skill needs and demand trends.

For an introduction to the catalog itself, see [Catalogs & Marketplace](/learning/catalog).

***

## Examples of External Learning Sources

### E-learning

<CardGroup cols={3}>
  <Card>
    * Alison
    * Alphorm
    * AWS Skill Builder
    * Codecademy
    * Coursera
    * DataCamp
    * DeepLearning AI
    * Diia
    * Educative
    * Elephorm
  </Card>

  <Card>
    * edX
    * Frontend Masters
    * FutureLearn
    * Great Learning
    * LinkedIn Learning
    * MasterClass
    * O'Reilly
    * OpenClassrooms
    * Pluralsight / A Cloud Guru
    * Prometheus
  </Card>

  <Card>
    * Salesforce
    * Schoolism
    * Skillshare
    * Treehouse
    * Tuto.com
    * Udacity
    * Udemy
    * YouTube
  </Card>
</CardGroup>

### Articles, Books & Podcasts

* Medium
* Harvard Business Review
* Audible
* Duolingo
* TryHackMe

### Tools & Certifications

* Microsoft
* Datadog
* Slack
* Fathom
* Gamma
* HubSpot
* Figma

*… and many other publicly available learning sources and tools*

<Info>
  **Disclaimer:** Third-party names and trademarks referenced herein are the property of their respective owners. They are shown for illustrative purposes only to indicate examples of external learning sources that may be discoverable through Juno. Their inclusion does not imply any affiliation, sponsorship, endorsement, or commercial partnership with Juno, and Juno does not resell or sublicense third-party content.
</Info>

***

## How results differ by provider

### Pricing display

Pricing is displayed in the request dialog after the learner clicks **Request**.

### Enrollment vs. request

* Free content opens directly — no request, no budget impact.
* All other providers require a **Request** if the content has a cost or your org requires manager approval. See [Requesting content](/learning/catalog#requesting-content).

For details on the voucher lifecycle and reimbursement workflow, see [Learning Requests](/budget/requests).

***

## Filtering and discovery

In the **On-Demand Catalog**, use the **Provider** filter to narrow results to specific providers. Your active subscriptions are highlighted.

When using **Goals** with recommended external content, the same providers feed the recommendations engine — items shown reflect your org's enabled providers only.

***

## Admin: enabling providers

<Note>
  Admin-only. See [Content Management](/admin/content-management) for the full external content workflow.
</Note>

In **Admin → Content Management → External Content**, admins can:

* Enable / disable providers per workspace
* Configure provider-specific subscription credentials (Pluralsight, O'Reilly seats)
* Set per-provider budget caps via [Budget & Credits](/admin/budget-and-credits)

<RelatedPages
  pages={[
{ href: "/learning/catalog", title: "Catalogs & Marketplace" },
{ href: "/budget/requests", title: "Learning Requests" },
{ href: "/admin/content-management", title: "Content Management (Admin)" },
{ href: "/admin/budget-and-credits", title: "Budget & Credits (Admin)" },
]}
/>
