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

# Knowledge Hub

> Your organization's searchable content repository — courses, documents, and resources.

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="LMS" />

## What is the Knowledge Hub?

The **Knowledge Hub** (`/knowledge-hub`) is a company-wide repository for discovering all published learning content — courses, videos, documents, and channel collections.

***

## Browsing

* **Pinned channels** — quick access to your favorites
* **All content** — every published course and unit
* **Search** — semantic search by topic, keyword, or skill

***

## Filters

| Filter      | What it does                              |
| ----------- | ----------------------------------------- |
| **Type**    | Course, video, article, quiz, SCORM, etc. |
| **Creator** | Content author                            |
| **Tags**    | Topic tags                                |
| **Status**  | Published (admins also see drafts)        |

***

## Pinned channels

Pin frequently-used channels for one-click access at the top of the Knowledge Hub.

***

## Role-based visibility

* **Learners** — all published content for their role
* **Managers** — same as learners plus team content
* **Admins** — all content including unpublished drafts
