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

# 평가완료

## 1. 평가완료

{% hint style="info" %}
평가를 마쳤을 때, **\[평가완료]** 버튼을 클릭하여 마무리합니다.
{% endhint %}

### 1-1. 평가 완료하기

우측 상단 **\[평가완료]** 버튼을 클릭합니다.

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

최종적으로 종료한 시각과 평가인원을 확인한 후, **\[최종평가 제출]** 버튼을 클릭합니다.

<figure><img src="/files/iQGy9RwQ9cognwbxxiWb" alt=""><figcaption><p>평가 최종완료 확인</p></figcaption></figure>

평가가 완료된 후 **\[전형목록으로 이동]** 버튼을 누르면, 다시 목록을 확인하실 수 있습니다.

<figure><img src="/files/FLbRu0cov8n6nOhIQ4C8" alt=""><figcaption><p>평가완료</p></figcaption></figure>

{% hint style="danger" %}
평가완료를 진행하면 재평가가 불가능합니다. 단, 불가피한 상황으로 인해 반드시 재 평가가 필요할 경우엔 [**평가위원에게 접근코드를 생성**](/fairy/eval-system/undefined/parts-progress/eval-settings/undefined.md)하여 다시 평가를 진행할 수 있습니다.

이 기능은 공정한 평가를 위해 가급적 지양해주실 것을 권장드립니다.
{% endhint %}


---

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