# Slack Integration

You can receive Slack messages to stay informed about status or targeting/traffic configuration updates for A/B Tests, Feature Flags, and Remote Config.

{% hint style="info" %}
**Slack can be integrated independently for the Production Environment and Development Environment.**

* Production Environment of a Workspace = 1 Channel
* Development Environment of a Workspace = 1 Channel
  {% endhint %}

### **Setting Up Integration**

1. With Slack installed, go to the [External Integration tab](https://dashboard.hackle.io/config/integrations) in Workspace Settings.

![](/files/6JaVk0HdurECJqvugpNO)

2. Find Slack in the External Integration tab and click the Integrate button.

![Slack Integration](/files/zH5Siv3Fp4QBHhezfbuv)

3. In the modal, click the Integrate with Slack button.

![Slack Integration](/files/Iyo2CctVlnJKoRwH23NO)

4. Select the Slack channel to receive messages from the Hackle Slack App, then click Allow.

![Choose Slack Channel](/files/rQlUH52Mj76ALDtBKWXL)

![Accept Integration](/files/56i56aXEJqihS1JZ3vsX)

### **Verifying Slack Integration**

After selecting the Slack channel and clicking Allow, if the integration is successful, you will be redirected to the following screen.

![Integration Success (1)](/files/00eMTRPySwM1IFQx5wjy)

![Integration Success (2)](/files/bd6B5EMv5BJkft1Yrr20)

### **Changing the Slack Channel After Integration**

As mentioned above, integration is only possible with one channel at a time.

If you want to send Slack messages to a different channel, click the button below to integrate with the new channel.

In this case, messages will no longer be sent to the previously connected channel.

![](/files/k258w2AbhwTfzGdt3aVK)

### **Disconnecting Slack Integration**

* Remove the Hackle Slack App following the [App Removal Guide](https://slack.com/intl/ko-kr/help/articles/360003125231-%EC%9B%8C%ED%81%AC%EC%8A%A4%ED%8E%98%EC%9D%B4%EC%8A%A4%EC%97%90%EC%84%9C-%EC%95%B1-%EB%B0%8F-%EC%82%AC%EC%9A%A9%EC%9E%90-%EC%A7%80%EC%A0%95-%ED%86%B5%ED%95%A9-%EC%A0%9C%EA%B1%B0) provided by Slack.
* Messages will no longer be sent, but the integration status may remain as "Integration Complete" in the Dashboard's External Integration tab.


---

# 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.hackle.io/en/external-link/slack-integration.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.
