> 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/classroom-announcements.md).

# 강의실 전체 안내문 작성하기

{% hint style="info" %}
과정 내 강의실 전체 안내문을 작성할 수 있습니다.&#x20;
{% endhint %}

1. 홈페이지관리 > 사이트관리 > 사이트정보에 접속합니다.

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2Ff3FTkxdMnUCLnUxgbsJf%2Fimage.png?alt=media&amp;token=dbb9a9ad-c743-4508-b94c-2832778017d9" alt=""><figcaption></figcaption></figure>

2. 강의실 상단 안내문구 > '노출'로 선택한 후 에디터에 내용을 작성합니다.

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FLcmfQI1gxDO2ybYjfIxN%2Fimage.png?alt=media&amp;token=f72a329b-cc09-44b3-bb2e-c99b0d90a621" alt=""><figcaption></figcaption></figure>

3. 작성한 강의실 상단 안내문구는 사용자단 > 마이페이지 > 강의실 입장 시 상단 안내 문구가 노출됩니다.

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2F9OmtfZOYPskg1wfX6i1T%2Fimage.png?alt=media&amp;token=239d7be0-b4a5-426a-87fd-627a77ee9137" 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/classroom-announcements.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.
