> For the complete documentation index, see [llms.txt](https://hustation.gitbook.io/fairy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hustation.gitbook.io/fairy/eval-system/undefined-1/parts-list.md).

# 전형목록

## 전형목록

{% hint style="info" %}
입장한 워크스페이스 선택 시 가장 먼저 마주하게 되는 전형목록 페이지입니다.

평가위원에게는 아래의 조건에 맞는 프로젝트 리스트가 노출됩니다.\
\
**1. 평가가 진행중이며,** \
**2. 로그인된 사용자가 평가위원으로 등록되어 있는 프로젝트**
{% endhint %}

해당 프로젝트를 선택하면 평가 화면으로 입장할 수 있습니다.

평가시간과 평가장소는 ['**백오피스 - 프로젝트 - 전형진행 - 평가설정 - 전형평가설정**'](/fairy/eval-system/undefined/parts-progress/eval-settings/eval-basic-settings.md)에서 설정하실 수 있습니다.

<figure><img src="/files/3uLOQcYudlFWxO9a13AZ" alt=""><figcaption><p>전형목록</p></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://hustation.gitbook.io/fairy/eval-system/undefined-1/parts-list.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.
