# Page Not Found

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

## Suggested Pages

You may be looking for one of the following:
- [[10/28] 시프티 연동](https://update.roundhr.com/2025.10/10-28.md)
- [[02/28] 지원자 일괄 등록 / 지원자 정보 개선 / 팀 채팅 고정 / 홈페이지별 공고 추가](https://update.roundhr.com/2025.02/02-28.md)
- [[07/08] TRM 기능 / 설정홈 / 그외](https://update.roundhr.com/2024.07/07-08.md)
- [[01/08] 후보자 불러오기 외 1건](https://update.roundhr.com/2024.01/01-08.md)
- [[02/10] 그룹 면접 / 팀 멤버 권한 / 면접 일정 통보 기능 / 지원서,평가 내역 PDF 다운 / 면접 확인서 / 그 외](https://update.roundhr.com/02-10-pdf.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/2025.10/10-28.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., `/2025.10/10-28.md`).

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