> For the complete documentation index, see [llms.txt](https://docs.wrks.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wrks.ai/admin-guide/admin-security/notice.md).

# 공지사항 관리

공지사항 관리 화면에서는 **직원 화면에 안내를 띄울** 수 있어요. 새 기능을 알리거나 사내 규칙을 공지할 때 씁니다.

## 시작하기 전에

* 이 기능은 **관리자**가 사용할 수 있어요.
* 관리자 왼쪽 메뉴의 **설정/보안 > 공지사항 관리**에서 들어갈 수 있습니다.

## 따라하기

### 1단계. 공지사항 목록 보기

지금까지 만든 공지가 보입니다. 노출 중인 공지와 끝난 공지를 함께 확인하실 수 있어요.

공지가 여러 개일 때는 **노출 순서**와 **노출 여부(ON/OFF)** 도 이 목록에서 관리할 수 있어요.

<figure><img src="https://285569235-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVUV1kKgqv1vX6LI7NOQx%2Fuploads%2Fgit-blob-1e731d0ed9053c6a5a025850b95b395904e1f6d4%2Fnotice-01.png?alt=media" alt=""><figcaption><p>1단계 화면</p></figcaption></figure>

### 2단계. 공지사항 등록하기

오른쪽 위의 **\[공지사항 등록]** 버튼을 눌러 내용을 작성합니다.

공지 유형은 두 가지 탭 중에서 고를 수 있어요.

* **링크형** — **공지 제목**을 쓰고, **공지 클릭시 연결될 링크**(선택)를 넣어요. 직원이 공지를 클릭하면 링크로 이동합니다.
* **팝업형** — **공지 제목**과 **공지 상세 내용**을 써요. 직원이 공지를 클릭하면 팝업 창에 내용이 표시됩니다.

다 작성하셨으면 **\[등록하기]** 버튼을 눌러주세요.

<figure><img src="https://285569235-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVUV1kKgqv1vX6LI7NOQx%2Fuploads%2Fgit-blob-de5c57a76ba54502c17785a8fbbce11bc233f56c%2Fnotice-02.png?alt=media" alt=""><figcaption><p>2단계 화면</p></figcaption></figure>

## 다 되었어요!

이제 직원들이 웍스AI에 들어올 때 공지를 보게 됩니다.

공지를 내리시려면 목록에서 **공지사항 노출 중단**을 눌러주세요.

설정 하나하나와 자주 묻는 질문은 [**관리자 도움말**](https://docs.wrks.ai/admin-help)에 정리돼 있어요.


---

# 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://docs.wrks.ai/admin-guide/admin-security/notice.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.
