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

# Slack

> Connect Slack to receive workflow notifications in your channels

<Info>
  Slack is a **notification destination** — Neo posts workflow notifications into your Slack
  channels via the <a href="/building-automations/actions/notify/notify-internal-team">Notify Internal Team</a> action.
  To chat with Neo, use the Neo AI Agent in Microsoft Teams.
</Info>

## Create the Slack app

<Steps>
  <Step title="Open Slack API and create the app">
    Go to <a href="https://api.slack.com/" target="_blank" rel="noreferrer">Slack API</a> → Your Apps → Create New App → Create from scratch. Name it "Neo Agent" and select your workspace.

    <Frame>
      <img src="https://mintcdn.com/neoagent/67c8YiVlnWW7Df07/images/slack/create-new-app.png?fit=max&auto=format&n=67c8YiVlnWW7Df07&q=85&s=78b36a9a1a4f902b1a197828761e5ab8" alt="Create a new Slack app" width="1088" height="329" data-path="images/slack/create-new-app.png" />
    </Frame>

    <Frame>
      <img src="https://mintcdn.com/neoagent/67c8YiVlnWW7Df07/images/slack/create-from-scratch.png?fit=max&auto=format&n=67c8YiVlnWW7Df07&q=85&s=995d4ff0f4abc653d7a7f9a8f3e36a5d" alt="Create app from scratch in Slack" width="503" height="328" data-path="images/slack/create-from-scratch.png" />
    </Frame>

    <Frame>
      <img src="https://mintcdn.com/neoagent/67c8YiVlnWW7Df07/images/slack/app-name-workspace.png?fit=max&auto=format&n=67c8YiVlnWW7Df07&q=85&s=7c839380380004ed1de0db24c666a144" alt="Name the app and select workspace" width="506" height="484" data-path="images/slack/app-name-workspace.png" />
    </Frame>
  </Step>

  <Step title="Add the bot token scope">
    On OAuth & Permissions, add the `chat:write` bot token scope so Neo can post messages to your channels.

    <Frame>
      <img src="https://mintcdn.com/neoagent/67c8YiVlnWW7Df07/images/slack/bot-token-scopes.png?fit=max&auto=format&n=67c8YiVlnWW7Df07&q=85&s=33cf0a64aca6470ebdfabce537f5ef72" alt="Add the chat:write bot token scope" width="665" height="652" data-path="images/slack/bot-token-scopes.png" />
    </Frame>
  </Step>

  <Step title="Install to workspace">
    On OAuth & Permissions, click Install to workspace. The app appears under Apps in Slack.

    <Frame>
      <img src="https://mintcdn.com/neoagent/67c8YiVlnWW7Df07/images/slack/neo-agent-app.png?fit=max&auto=format&n=67c8YiVlnWW7Df07&q=85&s=3041e433e7842760e9d66552760f2928" alt="Neo Agent app installed in Slack" width="598" height="284" data-path="images/slack/neo-agent-app.png" />
    </Frame>
  </Step>

  <Step title="Share credentials with Neo admin">
    Provide your Bot User OAuth Token and App ID to your Neo administrator to complete configuration.
  </Step>
</Steps>

## Add Neo to channels

<Step title="Add to a channel">
  Open the Neo Agent app in Slack and add it to the channel where you want to receive notifications.

  <Frame>
    <img src="https://mintcdn.com/neoagent/67c8YiVlnWW7Df07/images/slack/add-to-channel.png?fit=max&auto=format&n=67c8YiVlnWW7Df07&q=85&s=3638adf8134ae60af8d9d8028d64a718" alt="Add Neo Agent to a Slack channel" width="1164" height="1052" data-path="images/slack/add-to-channel.png" />
  </Frame>
</Step>

## Configure channel notifications

Use the channel ID in the <a href="/building-automations/actions/notify/notify-internal-team">Notify Internal Team</a> action, then run a workflow that notifies that channel to confirm delivery.

<Tip>
  Copy a channel link in Slack and use the last segment as the channel ID (for example: C1234567890).
</Tip>
