> 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/eval-basic/view-all.md).

# 전체평가

## &#x20;1. 전체평가란?

{% hint style="info" %}
지원자의 입사지원서를 따로 보지 않고, 지원자 리스트에서 평가할 수 있는 페이지입니다.

모든 지원자의 점수를 확인할 수 있으며 종합의견을 통해 재평가 또는 검토가 가능합니다.
{% endhint %}

<figure><img src="/files/hg16AsTZDmmrHKbh2lJX" alt=""><figcaption><p>전체평가</p></figcaption></figure>

### 1-1. 종합의견 숨기기 / 펼치기

우측 상단 종합의견 아이콘을 클릭하여 종합의견을 리스트에서 숨기거나, 펼칠 수 있습니다.

<figure><img src="/files/ERJjIwttG9YpJU98WmzN" alt=""><figcaption><p>종합의견</p></figcaption></figure>

<figure><img src="/files/QeTbUecELVhbLlmZdqfc" alt=""><figcaption><p>종합의견</p></figcaption></figure>

### 1-2. 지원자 필터링

지원분야/그룹/평가일시/평가상태/북마크/평가제외 등 다양한 조건으로 지원자를 필터링하여 확인할 수 있습니다.

<figure><img src="/files/m2XeZQPZ8UIuV1w96j64" 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/eval-basic/view-all.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.
