# 채용 데이터 관리

- [채용 데이터 분석](https://guide.roundhr.com/data_management/analytics.md): 채용 데이터 분석 기능을 통해 채용 현황을 시각화하고 데이터 기반의 의사결정을 지원합니다.
- [채용 리포트](https://guide.roundhr.com/data_management/analytics/recruit_report.md): 채용 리포트는 다양한 채용 데이터를 시각화하여 채용 현황을 분석하고 의사결정을 지원하는 기능입니다. 리포트를 생성하여 차트를 구성하고, 팀 내외부로 공유할 수 있습니다.
- [채용 데이터 다운로드](https://guide.roundhr.com/data_management/analytics/candidate-download.md): 지원자 데이터를 엑셀(XLSX) 또는 CSV 파일로 다운로드할 수 있습니다. 지원자 기본정보, 평가 내역, 폼 응답, 단계 이동 히스토리 등 5가지 유형을 지원합니다.
- [지원자 데이터 보안](https://guide.roundhr.com/data_management/security.md): 라운드HR의 보안 기능을 활용하여 채용 데이터를 안전하게 보호하세요. 허용 IP 설정, 로그인 보안, 2단계 인증, 접근 기록 관리 등 다양한 보안 설정을 지원합니다.
- [허용 IP 설정](https://guide.roundhr.com/data_management/security/ip_whitelist.md): 허용 IP를 설정하여 특정 네트워크에서만 라운드HR에 접근할 수 있도록 제한합니다. 사무실 IP만 허용하면 외부에서의 비인가 접근을 차단할 수 있습니다.
- [로그인 만료 설정](https://guide.roundhr.com/data_management/security/session_expire.md): 로그인 세션 만료 기간과 자동 로그아웃 시간을 설정하여 비인가 접근을 방지합니다. 조직의 보안 정책에 맞게 세션 유지 기간을 관리할 수 있습니다.
- [중복 로그인 방지](https://guide.roundhr.com/data_management/security/concurrent_login.md): 중복 로그인 방지를 활성화하면 동일 계정이 여러 기기에서 동시에 로그인하는 것을 차단합니다. 각 기기 유형별로 1개의 디바이스만 로그인할 수 있어 계정 공유를 방지합니다.
- [2단계 인증(OTP)](https://guide.roundhr.com/data_management/security/otp.md): 2단계 인증(OTP)을 활성화하면 비밀번호 입력 후 OTP 앱의 6자리 코드를 추가로 입력해야 로그인됩니다. 비밀번호 유출 시에도 계정을 안전하게 보호할 수 있습니다.
- [접근 기록](https://guide.roundhr.com/data_management/security/access_log.md): 멤버의 로그인, 데이터 다운로드, 권한 변경 등 모든 보안 활동 내역을 한 눈에 확인할 수 있습니다. 기간, 활동 유형, 멤버별 필터링과 엑셀 다운로드를 지원합니다.
- [지원자 데이터 자동 파기](https://guide.roundhr.com/data_management/security/discard.md): 채용절차법 및 개인정보보호법에 맞게 지원자 데이터를 자동으로 파기합니다. 지원 경로별로 파기 기간과 조건을 설정하고, 파기 예정 지원자를 미리 확인할 수 있습니다.


---

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