# Page Not Found

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

## Suggested Pages

You may be looking for one of the following:
- [영수증 설정](https://okpos.gitbook.io/okpos/undefined-1/papers/set_receipts.md)
- [QR코드 출력하기](https://okpos.gitbook.io/okpos/undefined-1/papers/receipts_qr.md)
- [★반품 - 영수증 관리](https://okpos.gitbook.io/okpos/undefined-2/undefined/receipts.md)
- [일반 영수증 편집](https://okpos.gitbook.io/okpos/undefined-1/papers/receipts_contents.md)
- [주방프린터에 고객주문서 출력하기](https://okpos.gitbook.io/okpos/undefined-1/papers/bills_prices-1.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://okpos.gitbook.io/okpos/undefined-1/papers/set_receipts.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://okpos.gitbook.io/okpos/sitemap.md

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

### Option 3 — Retrieve the full documentation corpus

Full export: https://okpos.gitbook.io/okpos/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., `/okpos/undefined-1/papers/set_receipts.md`).

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