# Page Not Found

The URL `24.01/01-15` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [[01/15] 공고 지원 사이트 제공](https://update.roundhr.com/2024.01/01-15.md)
- [[01/15]Okta SSO 연동 / 슬랙에서 답장하기](https://update.roundhr.com/2026.01/01-15.md)
- [[04/15] 공고 정렬 모드 / 이메일 서명 추가](https://update.roundhr.com/2024.04/04-15.md)
- [[01/08] 후보자 불러오기 외 1건](https://update.roundhr.com/2024.01/01-08.md)
- [[01/02] 원데이 면접 / 디브리프 / 연봉 정보 자동 추출,마스킹 / 지원자 카드 정보 추가](https://update.roundhr.com/2026.01/01-02.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.01/01-15.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.01/01-15.md`).

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