# 지원자 관리

**'지원자 관리'** 기능에 대해 알아보도록 하겠습니다.&#x20;

왼쪽 메뉴에서 **'지원자 관리'**&#xB97C; 클릭하여 페이지를 이동합니다. \
아래 스크린샷이 **'지원자 관리'** 메뉴를 클릭한 화면입니다.<br>

![](/files/-Lv9tyAGsf91v5vVGevp)

**'지원자 관리'**&#xC5D0;서는 시험에 지원한 지원자를 그룹별로 설정하고, \
지원자 별로 접수 상태를 확인하실 수 있습니다.&#x20;

* **지원자 초대하기 :** 사용자를 코딩 테스트에 초대할 수 있습니다. \
  지원자 초대하기와 관련한 보다 상세한 내용은 아래 링크를 확인해주세요

{% content-ref url="/pages/-LrvseNtHJEf44EYiw07" %}
[지원자 초대](/ko/devth-interviewers/applicant/invitation-applicant.md)
{% endcontent-ref %}

* **새 그룹 추가 / 그룹 편집:** 그룹을 관리할 수 있습니다. \
  그룹과 관련한 보다 상세한 내용은 아래 링크를 확인해주세요.

{% content-ref url="/pages/-Lrvt5gGRmdqy17nXOPN" %}
[지원자 그룹 관리](/ko/devth-interviewers/applicant/group.md)
{% endcontent-ref %}

* **파일 내보내기** : 지원자 목록을 csv파일로 다운로드할 수 있습니다.
* **다시 초대하기** : '초대 승낙 대기'인 지원자에게 초대 메일을 재발송합니다.
* **초대 취소** : 초대한 지원자를 취소합니다.
* **링크 보기** : 해당 지원자에게 발송된 초대 링크를 확인하실 수 있습니다.
* **퇴장** : '평가중' 상태인 지원자를 퇴장 시킬 수 있습니다. \
  퇴장의 경우에는 완전히 지원자를 퇴장시키는 것으로, \
  다시 지원자를 초대하지 않는 이상 해당 지원자는 코딩 테스트에 응시할 수 없습니다.

<br>


---

# Agent Instructions: 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:

```
GET https://help.goorm.io/ko/devth-interviewers/applicant/management.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
