> For the complete documentation index, see [llms.txt](https://malgn.gitbook.io/cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://malgn.gitbook.io/cloud/operation-guide/operation-tips/notices-and-popups.md).

# 공지 및 팝업 제작하기

{% hint style="info" %}
홈페이지 메인에 팝업 공지 설정을 할 수 있습니다. 사전에 팝업으로 등록할 이미지 준비하시면 됩니다.
{% endhint %}

1. 홈페이지관리 > 디자인관리 > 팝업관리에 접속합니다.

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FNpShRaZyGM3oGUYgH4AO%2Fimage.png?alt=media&amp;token=6a759a89-9a79-4392-b208-383916fe086a" alt=""><figcaption></figcaption></figure>

2. **\[등록]** 버튼을 클릭합니다.&#x20;

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FO4eO6agspU9EIAbmZCG7%2Fimage.png?alt=media&amp;token=2c176a6f-fd3d-40cc-9200-b4f8b75653e3" alt=""><figcaption></figcaption></figure>

3. 팝업유형 및 게시기간, 제목 입력 후 **\[업로드]** 버튼을 클릭하여 이미지를 등록합니다.&#x20;

* 팝업에 링크를 설정하실 경우에는 **'다중슬라이드 사용여부'**&#xB294; 미사용으로 되어 있어야 합니다.&#x20;

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FBvAgrAwiXKRMeg9XeEhb%2Fimage.png?alt=media&amp;token=9bbf75de-2292-4631-9973-59e4fd44435b" 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://malgn.gitbook.io/cloud/operation-guide/operation-tips/notices-and-popups.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.
