# Page Not Found

The URL `files/1Md2MZN3gVAL9nGPg4Bp` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [[09/04] AI 평가 요약 / 서류 평가 척도 커스텀](https://update.roundhr.com/2024.09/09-04.md)
- [[03/23] 지원서 로그인·임시저장 / 유사 후보자 매칭 / 이력서 연봉 자동 마스킹 / 네이버웍스·팀즈 연동](https://update.roundhr.com/2026.03/03-23.md)
- [[02/23] 지원자 자동 불러오기 / 면접 캘린더 휴가 반영 / 이미지 블록 호버 효과](https://update.roundhr.com/2026.02/02-23.md)
- [[10/13] 레퍼런스 체크 / 프로그래머스 연동 / 시프티 연동 / 연봉 정보 자동 추출&마스킹 / 총 경력 계산 커스텀 / 지원자 다중 액션 추가](https://update.roundhr.com/2025.10/10-13.md)
- [[12/05] 원티드 공고 동기화](https://update.roundhr.com/2024.12/12-05.md)

## How to find the correct page

If the exact page cannot be found, you can still retrieve the information using the documentation query interface.

### Option 1 — Ask a question (recommended)

Perform an HTTP GET request on the documentation index with the `ask` parameter:

```
GET https://update.roundhr.com/2024.09/09-04.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.

### Option 2 — Browse the documentation index

Full index: https://update.roundhr.com/sitemap.md

Use this to discover valid page paths or navigate the documentation structure.

### Option 3 — Retrieve the full documentation corpus

Full export: https://update.roundhr.com/llms-full.txt

Use this to access all content at once and perform your own parsing or retrieval. It will be more expensive.

## Tips for requesting documentation

Prefer `.md` URLs for structured content, append `.md` to URLs (e.g., `/2024.09/09-04.md`).

You may also use `Accept: text/markdown` header for content negotiation.
