# Page Not Found

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

## Suggested Pages

You may be looking for one of the following:
- [「施設の利用条件を満たしていません」と表示される](https://support.pass.co.jp/readme/question/facility/terms-use.md)
- [PASSアプリの更新方法を教えてください](https://support.pass.co.jp/readme/question/li-yong-huan-jing-duan-mo/update.md)
- [施設に青いバッジ(第三者提供同意の再確認依頼)が表示されています](https://support.pass.co.jp/readme/question/facility/facility.md)
- [本人確認記録が更新できません](https://support.pass.co.jp/readme/question/my-number-card/non-update.md)
- [資格証を所持している人を削除してしまいました](https://support.pass.co.jp/readme/question/certification/delete.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://support.pass.co.jp/readme/question/facility/terms-use.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://support.pass.co.jp/sitemap.md

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

### Option 3 — Retrieve the full documentation corpus

Full export: https://support.pass.co.jp/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., `/readme/question/facility/terms-use.md`).

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