> For the complete documentation index, see [llms.txt](https://help.stibee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.stibee.com/page/subscribe/gather-subscribers.md).

# 구독 받기

## 이 글에서는

페이지 내 \[구독하기] 버튼을 눌러 구독 신청을 진행할 수 있습니다. 이 방법에 관해 알아봅니다.&#x20;

***

## 페이지로 구독 신청 받기

1. 페이지에 접속한 뒤 나타나는 \[구독하기] 버튼을 누릅니다. 또는 화면 오른쪽 위의 \[구독하기] 버튼을 누릅니다.
2. 이메일 주소와 이름 등 정보를 입력한 뒤, \[구독하기] 버튼을 누르면 페이지와 연결된 \[주소록]에 구독자가 등록됩니다.
3. 페이지와 연결된 주소록에 구독자 정보가 추가됩니다.

<div><figure><img src="/files/w13D5jMB3XjSIizf3A8R" alt=""><figcaption></figcaption></figure> <figure><img src="/files/kslAqnwMivPsALqQkcKp" alt=""><figcaption></figcaption></figure></div>

## 발행된 이메일에서 구독 받기

페이지에 발행된 이메일을 읽다 보면 구독 화면이 팝업 형태로 표시됩니다. 이 구독 화면 팝업을 통해 검색, 외부 링크 등을 통해 콘텐츠로 유입된 방문자가 구독 신청을 진행할 수 있습니다.

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


---

# 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://help.stibee.com/page/subscribe/gather-subscribers.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.
