> For the complete documentation index, see [llms.txt](https://docs.hackle.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hackle.io/en/external-link/slack-integration.md).

# 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. Go to Workspace Settings > External Integration in the Hackle Dashboard. ([Link](https://dashboard.hackle.io/config/integrations))
2. Find Slack in the External Integration tab and click the Integrate button.<br>

   <figure><img src="/files/K3u9pv2Gjus4fno3hbVu" alt=""><figcaption></figcaption></figure>
3. In the modal, click the Integrate with Slack button.<br>

   <figure><img src="/files/ENyrUXpruXjH5ky3DZDB" alt=""><figcaption></figcaption></figure>
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.

<figure><img src="/files/RlFto5y1lyNvWGB9ojJ5" alt=""><figcaption></figcaption></figure>

![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
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://docs.hackle.io/en/external-link/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.
