> 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/ab-test/management/ab-test-monitoring-alarm.md).

# 모니터링 알람

> 📘 알아두세요
>
> 1. 시작 전, 진행 중인 테스트만 모니터링 알람 설정이 가능합니다.
> 2. 모니터링 알람 설정은 프로 플랜 이상의 유료 요금제인 경우 사용할 수 있습니다.

## 개요

A/B 테스트 진행 중 목표 지표에 이상 징후 발생시, 이메일로 알람을 받을 수 있는 기능입니다.\
알람은 해당 A/B 테스트를 생성한 팀원에게 전송됩니다.

![2322](/files/8XgkylmUHCb5MQMRcVXx)

## 모니터링 알람

A/B 테스트에 등록된 목표 중, 그룹 B가 그룹 A 대비 부정적인 결과를 보이며 이것이 통계적으로 유의미한 경우 알람이 발송됩니다. 즉, 특정 목표의 그룹 B의 결과가 그룹 A 대비 좋지 않으며 p-value가 0.05 미만인 경우 알람이 발생하게 됩니다.


---

# 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/ab-test/management/ab-test-monitoring-alarm.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.
