> 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/external-link/slack-integration/slack_noti_message.md).

# Slack 메세지 종류 안내

slack 연동 시, 직접 대시보드에 들어오지 않아도 주요 변경사항을 안내받을 수 있습니다.

## Slack 안내 메세지 예시 이미지

Slack 연동 시, 아래와 같은 구성의 메세지들을 안내받을 수 있습니다.

![A/B 테스트 변경사항 자동 알림](/files/KgAR1pMw3aPqHUUQVrEf)

## 안내 메세지 종류

핵클의 A/B 테스트, 기능 플래그, 원격 구성에서 아래의 상황 발생 시, 직접 대시보드에 들어오지 않아도 slack 메세지로 진행 상황을 안내 받을 수 있습니다.

| 기능 | A/B 테스트                                            | 기능 플래그                                    | 원격구성        |
| -- | -------------------------------------------------- | ----------------------------------------- | ----------- |
| 상황 | 시작 일시정지 다시 시작 종료 타겟팅 변경 그룹 제외 트래픽 할당 변경 파라미터 설정 변경 | 시작 일시정지 켜짐 꺼짐 트래픽 할당 변경 타겟팅 변경 파라미터 설정 변경 | 생성 설정 변경 보관 |


---

# 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/external-link/slack-integration/slack_noti_message.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.
