# Publishing to Slack

Once published, you can share posts with team members and customers via Slack.

## Installing Released in Slack

To enable sharing to Slack, you will need to install Released in your Slack account.

1. Click on the **Share** button when hovering over any post
2. Click the **Install** button in the popup
3. Click **Allow** to grant Released permission to access Slack

<figure><img src="/files/r9mjPRaIrROFt90RSIaH" alt=""><figcaption><p>Slack permission dialog</p></figcaption></figure>

{% hint style="info" %}
If the workspace you wish to connect to is not displayed in the dialog, you have the option to switch your workspace using a dropdown located in the top-right corner of the screen.
{% endhint %}

## Sharing a post to Slack

Sharing a post to Slack will post the entire content, not just a link, to the selected Slack channels. Allowing users to read the update right within Slack.

Sharing a post to Slack only takes a couple of clicks.

1. Click on the **Share** button when hovering over any post
2. Select the workspace where you want to share the post
3. Select the Slack channel(s) to share to
4. Click **Post** to share

The workspace and channel settings will be remembered. If you are frequently sharing updates to the same workspace and channels, all you need to do next time is hit **Post**.

<figure><img src="/files/vxEeJvH281WSXyL7HlCa" alt="" width="344"><figcaption><p>Slack Share dialog</p></figcaption></figure>

{% hint style="info" %}
**What is the difference between publishing and sharing?**

When publishing posts to the widget, page or Confluence, you can continue to edit and update the same post by publishing it again.\
\
Sharing a post is a one time action. Content posted to Slack can not be unpublished or updated from within Released.
{% endhint %}

## Troubleshooting

### Couldn't share to Slack

Sharing to Slack can happen for multiple reasons. The most common one is a lack of permission to post to the chosen channel.

Please check the channel permission and ensure that the Released App is allows to post to the channel. For more details, please refer to the Slack documentation on how to [manage channel posting permissions](https://slack.com/intl/en-gb/help/articles/360004635551-Manage-channel-posting-permissions-).

###


---

# Agent Instructions: 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:

```
GET https://docs.released.so/guide/product/changelog/publishing-to-slack.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
