# 단계별 리드타임

## 개요

지원자 상세 화면의 **단계별 리드타임** 탭에서는 지원자가 각 채용 단계를 거치는 데 소요된 시간을 확인할 수 있습니다. 단계별 병목 구간을 파악하고 채용 프로세스의 속도를 개선하는 데 활용할 수 있습니다.

### 핵심 이점

* 각 채용 단계의 소요 시간을 정량적으로 확인
* 병목 구간을 빠르게 파악하여 프로세스 개선에 활용
* 지원자별 채용 진행 속도를 객관적으로 비교

***

## 사전 준비

* **공고 멤버** 이상 권한이 필요합니다.
* 권한에 대한 자세한 내용은 [권한 설정](/setting/permissions.md)을 참고하세요.

***

## 1. 리드타임 정보 확인

리드타임 탭에서는 다음 항목을 확인할 수 있습니다.

* **단계** : 채용 단계의 이름
* **시작** : 단계에 진입한 시점부터 현재까지
* **소요 시간** : 해당 단계에 머무른 시간

{% hint style="info" %}
리드타임은 지원자가 해당 단계에 진입한 시점부터 자동으로 측정됩니다. 별도의 설정 없이 바로 확인할 수 있습니다.
{% endhint %}

***

## 자주 묻는 질문

<details>

<summary>리드타임은 어떤 기준으로 측정되나요?</summary>

리드타임은 지원자가 해당 채용 단계에 **진입한 시점**부터 **다음 단계로 이동하거나 현재 시점**까지의 경과 시간으로 자동 측정됩니다.

</details>

<details>

<summary>이전 단계의 리드타임도 확인할 수 있나요?</summary>

네, 지원자가 거쳐 온 모든 단계의 리드타임이 표시됩니다. 이를 통해 전체 채용 과정의 소요 시간을 한눈에 파악할 수 있습니다.

</details>


---

# 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://guide.roundhr.com/candidate/detail_info/leadtime.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.
