> For the complete documentation index, see [llms.txt](https://help.goorm.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.goorm.io/ko/devth-interviewers/test/setting.md).

# 평가 설정

'평가 설정'에서는 **'공동관리자 설정', '공지사항 설정'**&#xC744; 할 수 있습니다.

### &#x20;&#x31;**. 공동 관리자 설정**

`1) 공동 관리자 권한 설정`

* 메인 관리자가 공동 관리자 권한을 부여할 수 있습니다. \
  우선, 관리자 페이지(https\://\[채널명].goorm.io/admin)에서 관리자들을 "채널관리자" 혹은 "강좌/평가매니저"로 초대해야 합니다.

![(https://\[채널명\].goorm.io/admin)](/files/-Lv9KpmQDwh_5ig7Fxjn)

`2) 공동 관리자 추가`

* '메인 관리자'는 관리자 권한이 부여된 대상을 검색하여 '공동 관리자'로 설정합니다.

![](/files/-MKJ_VsdNKZl4OAH_t4T)

`3) 공동 관리자에게 메뉴 접근 권한 부여`

* 공동관리자가 **접근할 수 있 메뉴를 체크**해 주세요.

![](/files/-MKm5UnzjaAIbMAAnrjj)

### 2. 공지사항 설정

* 오른쪽 하단에 '새로운 공지사항 작성' 클릭 후 작성

![](/files/-MKJfN_iMsn8MWENAfY2)


---

# 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.goorm.io/ko/devth-interviewers/test/setting.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.
