# Page Not Found

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

## Suggested Pages

You may be looking for one of the following:
- [（optional)至健康中心報到](https://stsa-1.gitbook.io/student-hand-book/06-dao-mei/zhi-jian-kang-zhong-xin-bao-dao.md)
- [訂機票與安排班機](https://stsa-1.gitbook.io/student-hand-book/01-chu-guo-qian/ding-ji-piao-yu-an-pai-ban-ji.md)
- [校內外住宿說明](https://stsa-1.gitbook.io/student-hand-book/01-chu-guo-qian/zhu-su-shuo-ming.md)
- [購買生活必需品](https://stsa-1.gitbook.io/student-hand-book/06-dao-mei/gou-mai-sheng-huo-bi-xu-pin.md)
- [移民/工作相關問題](https://stsa-1.gitbook.io/student-hand-book/07-sheng-huo/gong-zuo-xiang-guan-wen-ti.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://stsa-1.gitbook.io/student-hand-book/06-dao-mei/zhi-jian-kang-zhong-xin-bao-dao.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://stsa-1.gitbook.io/student-hand-book/sitemap.md

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

### Option 3 — Retrieve the full documentation corpus

Full export: https://stsa-1.gitbook.io/student-hand-book/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., `/student-hand-book/06-dao-mei/zhi-jian-kang-zhong-xin-bao-dao.md`).

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