> For the complete documentation index, see [llms.txt](https://help.dscout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.dscout.com/integrations/dscout-slack-integration.md).

# Dscout Slack integration

With Dscout's Slack integration, you can easily keep up-to-date on activity in your Dscout account and quickly share media from your projects with your colleagues.

## Enable the Slack integration

[Account Owners, admins, or researchers](/getting-started/dscout-quickstart-guide/user-roles-and-permissions.md) can enable the Slack integration on the Dscout [Account page](/account-management/organization-account-settings/manage-organization-account-settings.md).

To access the Account page, click the name of your Dscout account in the left navigation panel. Then, click the **Settings** icon.

![](/files/9a5f716e1f6da9332daa7f66b0f5d11398146aa0)

On the Account page, go to the "Settings" tab, then click "Integrations." Tap “Add workspace” to set up your Slack workspace.

![](/files/e5a0768a74996cb48e4c80d9c6e288223f80dd58)

In the authorization pop-up, review the integration permissions, then click “Authorize.”

![](/files/d2a23bd3c22f8df4b8e9c9c9950fa90575637e7b)

{% hint style="info" %}
If the account manager or owner who originally authorized the Slack integration is removed from your Dscout account or your Slack workspace, the integration will need to be re-enabled by another active account manager or owner.
{% endhint %}

## Receiving account updates

After adding your Slack workspace, you can select a public Slack channel to receive instant updates about activity in your Dscout account. Simply choose the specific events for which you’d like to receive notifications.

![](/files/99834ab5ac335c23cb01b4680f5e8ddf7058043f)

![](/files/89d65e5f4279bd22895f3d0348b68da5d3207177)

## Share media to Slack

In-context examples help teams to build consensus and make informed decisions. If your Dscout account has the Slack integration enabled, you and your team can send media from Dscout projects directly to public channels in your Slack workspace using [public share links](/study-basics/playlist-editor/public-share-links.md).

Specifically, you can share:

* Videos and photos in Recruit applications
* Videos and photos in Diary entries
* Clips in Live sessions

#### To share media to Slack:

{% stepper %}
{% step %}
Click the “Share” button on the desired media in Dscout.
{% endstep %}

{% step %}
In the public share link settings modal, click “Generate public share link.”
{% endstep %}

{% step %}
Add a link title, require an access code, or set a link expiration date if desired.
{% endstep %}

{% step %}
Expand the “Share it on Slack” option to select a Slack channel and write an optional note.
{% endstep %}

{% step %}
Click “Share to Slack” to post the media, accessed through a public share link, to your desired channel.
{% endstep %}
{% endstepper %}

![](/files/172d8a2c66e2211f50d3b10acca217404cf734ec) ![](/files/e45562dadd22192fd4d97fd275c99822024867fb)

![](/files/69eab69099f3b1580b7c23f89a1698ca2f059838)

{% hint style="info" %}
All members, managers, and owners on your Dscout account will be able to share project content to public Slack channels, even if they are not part of your Slack workspace.
{% endhint %}

## Disable the Slack integration

Dscout account managers or owners can disable the Slack integration on the Dscout [Account page](/account-management/organization-account-settings/manage-organization-account-settings.md).

To access the Account page, click "Account" in your profile dropdown, located in the top right corner of your screen. Alternatively, from the [Dscout home page](/getting-started/dscout-quickstart-guide/navigate-the-dscout-platform.md), click the "Account Management" button to the right of the search bar.

On the Account page, go to the “Integrations” tab to remove your Slack workspace. Click “Remove workspace.”

![](/files/99834ab5ac335c23cb01b4680f5e8ddf7058043f)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.dscout.com/integrations/dscout-slack-integration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
