# Page Not Found

The URL `24.02/02-05` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [[02/05] 업무함(대시보드) / 알림 기능](https://update.roundhr.com/2024.02/02-05.md)
- [[12/05] 원티드 공고 동기화](https://update.roundhr.com/2024.12/12-05.md)
- [[02/19] 면접관용 업무함 / 평가 기능](https://update.roundhr.com/2024.02/02-19.md)
- [[02/23] 지원자 자동 불러오기 / 면접 캘린더 휴가 반영 / 이미지 블록 호버 효과](https://update.roundhr.com/2026.02/02-23.md)
- [[02/10] 채팅 다중 발송 / 근무지 다중 설정 / 평가 공개 범위 / 메일 예약 발송](https://update.roundhr.com/2026.02/02-10.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.02/02-05.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.02/02-05.md`).

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