# Page Not Found

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

## Suggested Pages

You may be looking for one of the following:
- [[04/15] 공고 필터 그룹화 / 서류평가 정렬 / 지원 경로 관리 / 마감 공고 지원자 불러오기](https://update.roundhr.com/2026.04/readme.md)
- [[02/10] 그룹 면접 / 팀 멤버 권한 / 면접 일정 통보 기능 / 지원서,평가 내역 PDF 다운 / 면접 확인서 / 그 외](https://update.roundhr.com/02-10-pdf.md)
- [[05/11] AI 면접 질문 추천 · AI 가이드 챗봇 · 공고 메모](https://update.roundhr.com/2026.05/05-11.md)
- [[04/06] MCP 연동 / 채용 데이터 다운로드 / 슬랙 알림 확장 / 권한 관리 개편](https://update.roundhr.com/2026.04/04-06.md)
- [[03/23] 지원서 로그인·임시저장 / 유사 후보자 매칭 / 이력서 연봉 자동 마스킹 / 네이버웍스·팀즈 연동](https://update.roundhr.com/2026.03/03-23.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/2026.04/readme.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., `/2026.04/readme.md`).

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