> For the complete documentation index, see [llms.txt](https://ably-1.gitbook.io/undefined/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ably-1.gitbook.io/undefined/quickstarter/admanager_register/adblock.md).

# 광고 차단 프로그램 해제하기

{% hint style="success" %}
이 글을 읽으면 광고 차단 프로그램을 해제하는 방법을 알 수 있어요.&#x20;
{% endhint %}

{% stepper %}
{% step %}

### 광고 차단 프로그램 팝업

![](/files/0e5f5391ed3aa3f5b488cbbaf859fcc58fa8f113)

브라우저의 URL 입력란 우측에 표시된 퍼즐 모양 아이콘을 클릭해주시면, 광고 차단을 위해 설치된 확장 프로그램을 볼 수 있어요.

{% hint style="info" %}
이 설명은 Chrome(크롬) 브라우저와 AdBlock 확장 프로그램을 기준으로 작성되었어요.&#x20;
{% endhint %}

{% endstep %}

{% step %}

### 광고 차단 프로그램 해제하기

![](/files/aeda1d84b4a53ac0d0d207f2486fa7b455809c0b)

* 확장 프로그램 이름 오른쪽에 위치한 더보기 아이콘을 클릭해주세요.&#x20;
* 해당 확장 프로그램을 중지하는 방법은 크게 세 가지가 있어요.

> 1. **이 사이트에서 일시 중지 :**  에이블리 **\[셀러 어드민(=내 마켓 관리사이트)]**&#xC5D0;서는 광고 차단 기능이 중지됩니다.
> 2. **Chrome에서 삭제 :** 크롬에서 해당 확장 프로그램을 삭제할 수 있어요.&#x20;
> 3. **확장 프로그램 관리 :** 클릭 시 확장 프로그램 관리 창으로 이동되며, 비활성화 버튼을 눌러 광고를 차단하지 않고 크롬을 사용합니다. (삭제 X)

{% endstep %}
{% endstepper %}


---

# 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://ably-1.gitbook.io/undefined/quickstarter/admanager_register/adblock.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.
