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

# Slack

> Connect Juno to Slack — notifications, channel sync, and content sharing.

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="Slack Integration" />

## What does the Slack integration do?

The Slack integration connects your Juno workspace to Slack, enabling:

* **Notifications via Slack** — assignment reminders, approval requests, and updates delivered as Slack DMs
* **Channel sync** — link a Juno channel to a Slack channel for cross-platform content sharing
* **Group sync** — connect Juno groups to Slack channels
* **Slash commands** — use `/juno` in Slack to share content

***

## Connecting Slack (admin)

Your admin connects the Slack workspace:

1. Navigate to integration settings
2. Authorize the Juno Slack app via OAuth
3. Select the Slack workspace to connect
4. Configure which features to enable (notifications, channel sync)

***

## Notifications

When Slack is connected, Juno can send notifications directly to your Slack DMs:

* New learning assignments
* Budget request approvals
* Event reminders
* Content recommendations

These appear as formatted Slack messages with action buttons like **View in Juno**.

***

## Channel and group sync

**Channel sync:** Link a Juno channel to a Slack channel. When content is shared in the Juno channel, it can also post to the linked Slack channel.

**Group sync:** Connect a Juno group to a Slack channel for team communication alongside learning management.

***

## Slash commands

Use `/juno` in any Slack channel to interact with Juno — share content links, upload materials, and more. A dialog opens where you can select content type (article, video, podcast, document) and share it to a Juno group.

***

## User connection

Individual users may need to link their Slack identity to their Juno account. This happens automatically when logging in via Slack or can be configured by your admin.
