> For the complete documentation index, see [llms.txt](https://help.qshop.ai/customer_support/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.qshop.ai/customer_support/guide/design/editor/contents/advanced/notice.md).

# 공지사항 블록

## 공지사항이란?

공지사항 블록은 게시판을 통해 사이트의 주요 정보를 전달하는 목적으로 사용이 됩니다.

공지사항 게시글 작성 및 작성 된 게시글 관리는 **\[관리자페이지 > 운영관리 > 콘텐츠 > 공지사항 관리]** 페이지를 통해 가능합니다.

자세한 내용은 \[[공지사항 관리](/customer_support/guide/admin/contents/notice.md)]가이드를 참고해주세요

{% hint style="info" %}
일반 사용자도 작성이 가능한 게시판은 \[[게시판 블록](/customer_support/guide/design/editor/contents/advanced/board.md)]가이드를 참고 부탁드립니다.
{% endhint %}

## 설정 방법

### 1. 기본 설정

{% tabs %}
{% tab title="기본\_ 타이틀" %}

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

| 설정 항목                                                                                                                                                                                                                                                         |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p><strong>서체</strong><br>게시글에 표시되는 서체를 선택합니다.</p><hr><p><strong>크기</strong><br>글자의 크기를 선택합니다.</p><hr><p><strong>세로 간격</strong><br>게시글 사이의 간격을 설정합니다.</p><hr><p><strong>색상</strong><br>글자 색상 및 투명도를 설정합니다.</p><hr><p><strong>두께</strong><br>글자 두께를 설정합니다.</p> |
| {% endtab %}                                                                                                                                                                                                                                                  |

{% tab title="기본\_게시글" %}

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

| 설정 항목                                                                                                                                                                                                                                                         |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p><strong>서체</strong><br>게시글에 표시되는 서체를 선택합니다.</p><hr><p><strong>크기</strong><br>글자의 크기를 선택합니다.</p><hr><p><strong>세로 간격</strong><br>게시글 사이의 간격을 설정합니다.</p><hr><p><strong>색상</strong><br>글자 색상 및 투명도를 설정합니다.</p><hr><p><strong>두께</strong><br>글자 두께를 설정합니다.</p> |
| {% endtab %}                                                                                                                                                                                                                                                  |

{% tab title="기본\_페이지 번호" %}

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

| 설정 항목                                                                                                                                                                                                                                                               |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p><strong>서체</strong><br>게시글에 표시되는 서체를 선택합니다.</p><hr><p><strong>크기</strong><br>글자의 크기를 선택합니다.</p><hr><p><strong>색상</strong><br>글자 색상 및 투명도를 설정합니다.</p><hr><p><strong>활성화 색상</strong><br>활성 번호의 색상 및 투명도를 설정합니다.</p><hr><p><strong>두께</strong><br>글자 두께를 설정합니다.</p> |
| {% endtab %}                                                                                                                                                                                                                                                        |
| {% endtabs %}                                                                                                                                                                                                                                                       |

### 2. 구성 설정

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

| 설정 항목                                                           |
| --------------------------------------------------------------- |
| <p><strong>노출</strong><br>타이틀 / 말머리 / 페이지네이션의 노출 여부를 설정합니다.</p> |
| <p><strong>언어</strong><br>타이틀 / 중요글을 표시하는 언어 형식을 선택합니다.</p>     |
| <p><strong>데이터</strong><br>정렬 기준과 한 페이지에 보여지는 행 개수를 설정합니다.</p>  |


---

# 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.qshop.ai/customer_support/guide/design/editor/contents/advanced/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.
