> For the complete documentation index, see [llms.txt](https://guide.roundhr.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.roundhr.com/roundhr_trm/discovery/excavation_guide.md).

# 후보자 발굴하기

## 개요

`[TRM] > [후보자 발굴]` 메뉴는 과거 지원자 중 미채용된 인재를 재발굴하여 새로운 채용 기회에 연결하는 기능입니다.

### 핵심 이점

* **인재풀 재활용:** 과거 아쉽게 탈락했던 우수 인재를 다시 발굴
* **정밀 필터링:** 경력, 학력, 탈락 사유 등 다양한 조건으로 정확한 인재 검색
* **빠른 프로젝트 연결:** 검색된 후보자를 즉시 TRM 프로젝트로 배정

## 사전 준비

* **권한:** 매니저 이상

***

<figure><img src="/files/Bo5a1vxUYBqE5y3YFiSi" alt=""><figcaption></figcaption></figure>

## 1. 검색

상단 검색창에서 이름, 이메일, 경력, 학력, 이력서 내용 등을 통합 검색할 수 있습니다.

***

## 2. 상세 필터

원하는 인재를 찾기 위해 다양한 조건을 조합할 수 있습니다.

* **경력 필터:** 총 경력 연차, 회사명, 직무
* **학력 필터:** 학위, 학교명, 전공
* **탈락 사유:** 이전 지원 시 탈락 사유
* **탈락 단계:** 이전 지원 시 탈락한 채용 단계
* **공고:** 이전에 지원했던 채용 공고
* **스킬:** 보유 스킬
* **태그:** 후보자에게 설정된 태그

***

## 3. 프로젝트 배정 (소싱으로 이동)

검색된 후보자를 선택하여 TRM 프로젝트로 이동시킬 수 있습니다.

1. 검색 결과 목록에서 후보자 행의 더보기(`⋮`) 버튼을 클릭합니다.
2. `[TRM 후보자로 등록]`을 선택합니다.
3. 대상 프로젝트를 지정하면 해당 후보자가 프로젝트에 등록됩니다.

{% hint style="success" %}
**활용 팁:** 과거에 아쉽게 탈락했던 인재(예: 최종 면접 탈락자)를 다시 발굴하여 새로운 채용 기회에 연결해보세요.
{% endhint %}

***

## 자주 묻는 질문

<details>

<summary>후보자 발굴에서 검색되는 대상은 누구인가요?</summary>

후보자 발굴 메뉴에서는 라운드HR에 지원한 모든 과거 지원자가 검색 대상입니다. 채용이 완료되지 않은 지원자(탈락, 사퇴 등)를 필터링하여 새로운 포지션에 적합한 인재를 재발굴할 수 있습니다.

</details>

<details>

<summary>발굴한 후보자를 프로젝트에 배정하면 과거 지원 이력도 함께 확인할 수 있나요?</summary>

네, TRM 프로젝트에 배정된 후보자의 상세 정보에서 과거 지원 이력, 평가 결과, 탈락 사유 등을 확인할 수 있습니다. 이를 통해 이전 채용 과정의 맥락을 파악한 후 컨택 여부를 판단할 수 있습니다.

</details>


---

# 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://guide.roundhr.com/roundhr_trm/discovery/excavation_guide.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.
