# Page Not Found

The URL `undefined-2/undefined-1` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [운영 데이터 전달](https://makevu.gitbook.io/qr-stamp-guide/onboarding/data-delivery.md)
- [본인 인증 추가](https://makevu.gitbook.io/qr-stamp-guide/features/identity-verification.md)
- [서비스 개발과 테스트](https://makevu.gitbook.io/qr-stamp-guide/onboarding/developers.md)
- [스탬프 투어 체험하기](https://makevu.gitbook.io/qr-stamp-guide/live_demo.md)
- [디자인 요청과 제작](https://makevu.gitbook.io/qr-stamp-guide/onboarding/custom-design.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://makevu.gitbook.io/qr-stamp-guide/onboarding/data-delivery.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://makevu.gitbook.io/qr-stamp-guide/sitemap.md

Use this to discover valid page paths or navigate the documentation structure.

### Option 3 — Retrieve the full documentation corpus

Full export: https://makevu.gitbook.io/qr-stamp-guide/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., `/qr-stamp-guide/onboarding/data-delivery.md`).

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