> 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/creating-and-managing.md).

# 페이지 만들고 관리하기

## 이 글에서는

페이지는 지금까지 발송한 뉴스레터를 손쉽게 모아서 보여주며 구독 신청도 받을 수 있는 웹 페이지입니다. 페이지를 잘 만들어 두면 구독자를 유입시키는 데 도움을 받을 수 있습니다.&#x20;

'페이지 만들고 관리하기'에서는 페이지를 만들고, 수정하고, 더 나아가서 페이지 성과를 추적하는 방법에 관해 다룹니다. 아래 도움말을 참고해 페이지를 만들고 관리하는 방법을 학습해 보세요.

{% content-ref url="/pages/9YlEZ5lmAieRBx2aMtPi" %}
[페이지 만들기](/page/creating-and-managing/create.md)
{% endcontent-ref %}

{% content-ref url="/pages/q18bgaqbvS7P7EQTbadV" %}
[페이지 수정하기](/page/creating-and-managing/modify.md)
{% endcontent-ref %}

{% content-ref url="/pages/LU51B3Cs6yh8SAVSkwj2" %}
[페이지 성과 추적하기](/page/creating-and-managing/analytics.md)
{% endcontent-ref %}


---

# 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/creating-and-managing.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.
