> For the complete documentation index, see [llms.txt](https://manual.cosmo-sol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.cosmo-sol.com/undefined-3/undefined.md).

# 공지사항

**공지사항**은 뉴스, 업데이트 내용, 시스템 점검 일정 및 기타 관련 정보를 회원과 파트너 모두에게 전달하는 수단입니다..&#x20;

메뉴판 **시스템** 밑에 **공지사항**에 접속할 수 있습니다.

<figure><img src="/files/KjaklRIyESoWqVKGyTYx" alt=""><figcaption><p>작성 완료 공지사항에 대한 표시 방식 옵션도 제공합니다.</p></figcaption></figure>

### 1. 새 공지사항 작성

첫 버튼은 **새 공지사항 작성** 입니다.

이 팝업 창에서 필요에 맞게 공지사항을 작성할 수 있습니다.

화원페이지 (게임창) 상단에서 **상단**과 **좌측** 거리를 조정할 수 있으며 **너비** 및 **높이**까지 설정할 수 있어 공지사항 팝업의 위치와 크기를 제어합니다.

'**일반 사용자' (회원)**, '**파트너**', 또는 '**전체**' 등 수신자 옵션을 제공합니다.

<figure><img src="/files/3YeJ4ULrccHAgGD2GcEn" alt=""><figcaption></figcaption></figure>

### **2. 표시 방식 옵션**

* **보이기**: \[회원] 및 \[파트너] 페이지에서 알림을 \[토스트] 메시지로 표시하려면 이 옵션을 사용합니다.&#x20;
* **팝업**: 알림을 팝업으로 표시하여 더 많은 관심을 끌 수 있습니다.&#x20;
* **가장위로**: 여러 개의 공지사항이 있을 경우 상단에 우선순위를 지정하면 가시성이 향상됩니다.

### **3. 공지사항 삭제/수정**&#x20;

작성 완료 공지사항을 수정하거나 삭제할 수 있습니다.

<figure><img src="/files/jfJn3BErw93U7AB3VfTk" 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://manual.cosmo-sol.com/undefined-3/undefined.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.
