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

# 개별평가

## 1. 개별평가란?

{% hint style="info" %}
지원자 한 명씩 이력서를 확인하면서 평가할 수 있는 페이지입니다.
{% endhint %}

<figure><img src="/files/7eiWjKlQSRDnd0NZGhmN" alt=""><figcaption><p>개별평가</p></figcaption></figure>

## 2. 개별평가 기본 구조

개별평가는 크게 세가지 영역으로 나뉘어집니다.

1. 좌측 패널에서 평가할 지원자를 선택하고,
2. 가운데에서 해당 지원자의 입사지원서를 확인한 후
3. 우측 패널에서 지원자를 평가합니다.

<figure><img src="/files/GHL4GCXYVFuqGWw8v3de" alt=""><figcaption><p>개별평가 기본 구조</p></figcaption></figure>

## 3. 지원자 평가 기능

<figure><img src="/files/8NZHROz1wr2DSYPZ9OBp" alt=""><figcaption><p>지원자 평가 기능</p></figcaption></figure>

### 3-1. 지원서 각 페이지 확인

입사지원서를 페이지로 넘겨가며 확인이 가능합니다.

페이지 구성은 ['**백오피스 - 프로젝트 - 입사지원서 구성**'](/fairy/back-office/projects/form.md)에 따릅니다.

### 3-2. 점수 부여

['**백오피스 - 프로젝트 - 전형진행 - 평가설정 - 평가방법 설정**'](/fairy/eval-system/undefined/parts-progress/eval-settings/critetia-settings.md)에서 설정된 평가대로 점수를 매기고, 입력합니다.

### 3-3. 평가제외

결격 사유가 발견된 지원자는 평가제외 합니다.

평가제외를 할 때에는 사유를 입력해야 합니다.

<figure><img src="/files/RHbc1zUdJKrp2zCir6Is" alt=""><figcaption><p>평가제외</p></figcaption></figure>

### 3-4. 종합의견

평가를 진행하면서 종합의견을 남기거나 메모할 사항이 있으면

지원자 평가 영역의 \[종합의견] 탭으로 이동하여 기록할 수 있습니다.

기록 후에는 \[저장하기] 버튼을 통하여 저장하여야 합니다.

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

## 4. 부가기능

<figure><img src="/files/2RiRC8PIji7TijWXFCOq" alt=""><figcaption><p>부가기능</p></figcaption></figure>

### 4-1. 북마크

다시 봐야할 지원자나 기준이 되는 지원자는 북마크하여 기록할 수 있습니다.

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

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

<figure><img src="/files/m2XeZQPZ8UIuV1w96j64" alt=""><figcaption><p>지원자필터</p></figcaption></figure>

### 4-1. 지원서 확대/축소

지원서의 크기를 확대/축소하여 확인할 수 있습니다. 단, 100% 미만으로 축소는 불가능합니다.


---

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