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

# 평가 생성

평가 페이지 생성하기

![](/files/-MKK-qINnVvFu5Grxrt2)

오른쪽 상단 **'관리 메뉴'→'평가 관리'**&#xB97C; 순서대로 클릭하면 \
다음과 같이 평가를 생성할 수 있는 관리 페이지로 접속할 수 있습니다.

![](/files/-MKK1SPqD2OtI97ps89n)

관리 페이지 오른쪽 상단에서 **`평가 만들기`**&#xBC84;튼을 클릭하면 평가에 대한 정보를 작성할 수 있습니다. \
**단, 코딩테스트는 채널 관리자 계정으로만 생성할 수 있는 점을 유의하시기 바랍니다.**

![](/files/-Lu2HSRd-K9peE0rB6Lq)

평가소개를 입력 후 오른쪽 상단의 **`생성하기`** 버튼을 클릭하여 새로운 평가를 생성합니다.


---

# 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/creation.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.
