> For the complete documentation index, see [llms.txt](https://stsa-1.gitbook.io/student-hand-book/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stsa-1.gitbook.io/student-hand-book/01-chu-guo-qian.md).

# 一、出國前的準備事項

> *相信各位一定非常期待即將展開的史丹佛之旅！然而出發前的這四、五個月裡，仍然有許多手續要辦理。本章節列出了幾點重要事項提醒各位新生，希望大家都可以用最少的時間達成所有入學要求，手冊內容每年都在持續更新，如果有不清楚的地方歡迎跟學長姐們提問，好讓我們的新生手冊更完善喔*：）We intend for our handbook to be bug-free; if you find otherwise, please let us know!

1. [入學手續概論](/student-hand-book/01-chu-guo-qian/ru-xue-shou-xu-gai-lun.md)
2. [護照及美簽辦理說明](/student-hand-book/01-chu-guo-qian/hu-zhao-ji-mei-qian-ban-li-shuo-ming.md)
3. [訂機票與安排班機](/student-hand-book/01-chu-guo-qian/ding-ji-piao-yu-an-pai-ban-ji.md)
4. [個人健康](/student-hand-book/01-chu-guo-qian/ge-ren-jian-kang.md)
5. [保險介紹＆說明](/student-hand-book/01-chu-guo-qian/bao-xian-jie-shao-shuo-ming.md)
6. [入學健康需求-疫苗＆TB](/student-hand-book/01-chu-guo-qian/ru-xue-jian-kang-xu-qiu-yi-miao-tb.md)
7. [校內/外/暑期/住宿說明](/student-hand-book/01-chu-guo-qian/zhu-su-shuo-ming.md)
8. [宿舍房型介紹](/student-hand-book/01-chu-guo-qian/su-she-fang-xing-jie-shao.md)
9. [寄包裹](/student-hand-book/01-chu-guo-qian/ji-bao-guo.md)
10. [加入 STSA mailing list](broken://pages/-MWXzunk9RbCGJXF_LWZ)
11. [SGSI - Stanford Graduate Summer Institute](/student-hand-book/01-chu-guo-qian/sgsi-stanford-graduate-summer-institute.md)
12. [暑期英文課程介紹](/student-hand-book/01-chu-guo-qian/shu-qi-ying-wen-ke-cheng-jie-shao.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://stsa-1.gitbook.io/student-hand-book/01-chu-guo-qian.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
