# Page Not Found

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

## Suggested Pages

You may be looking for one of the following:
- [[07/31] 지원자 상세화면 다중선택 / 채용 단계별 불합격 메일 설정](https://update.roundhr.com/2024.07/07-31.md)
- [[04/15] 공고 필터 그룹화 / 서류평가 정렬 / 지원 경로 관리 / 마감 공고 지원자 불러오기](https://update.roundhr.com/2026.04/readme-1.md)
- [[07/23] 모바일 지원 / 후보자 검색 필터링 / 데이터분석 개선 / AI 이메일 초안 작성 / 그 외](https://update.roundhr.com/2024.07/07-23.md)
- [[06/17] 채용 단계별 자동화 / 자료 요청 / 단축키 기능](https://update.roundhr.com/2024.06/06-17.md)
- [[06/07] 후보자 불러오기 - 채용 플랫폼 선택](https://update.roundhr.com/2024.06/06-07.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, and the optional `goal` parameter:

```
GET https://update.roundhr.com/2024.07/07-31.md?ask=<question>&goal=<end_goal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.07/07-31.md`).

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