> For the complete documentation index, see [llms.txt](https://godomall-help.nhn-commerce.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://godomall-help.nhn-commerce.com/~/changes/PF8wfr0bZx71pWaGdhF3/faq/undefined-2/undefined-7.md).

# 이벤트 모니터링

브랜드 런칭이나 프로모션 진행 등으로 인해 쇼핑몰로의 유입이 많아질 때 사전 준비가 되어 있지 않으면 접속 부하로 인해 쇼핑몰 접속이 차단됩니다. 이런 상황을 방지하기 위해 일시적인 유입 증가라면 사전에 이벤트 모니터링을 신청하여 증가한 유입량을 감당할 수 있는 서버를 준비하는 과정이 필요합니다.

[이벤트 모니터링 신청하러 가기](https://www.nhn-commerce.com/mygodo/echost/event-monitoring-list.gd)

이벤트 모니터링 이용료는 무료이며 1회당 최대 7일까지 이벤트 일자를 선택하실 수 있습니다.

<details>

<summary>당일 이벤트 신청은 안 되나요</summary>

{% code title="비슷한 문의" %}

```
이벤트모니터링 신청 없이 이벤트 하여 사이트 차단되었어요 
```

{% endcode %}

최소 3영업일 이전까지 신청이 가능하므로 당일/익일 서버 신청은 불가능합니다.

이벤트 모니터링 없이 서버에 접속 부하가 발생할 경우 일시적으로 접속 차단이 되며 접속 부하가 해소될 때까지 지속적으로 차단 상태가 유지될 수 있습니다.

</details>


---

# 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://godomall-help.nhn-commerce.com/~/changes/PF8wfr0bZx71pWaGdhF3/faq/undefined-2/undefined-7.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.
