> For the complete documentation index, see [llms.txt](https://memes.sphenhe.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://memes.sphenhe.me/qian-yan/di-yi-ban-xu.md).

# 第一版序

《梗词典》和《误入清华：新生指引手册》大概成型于多年前，经历数次迭代，流传至今。本项目旨在进行内容更新整理之后，将它制作成 GitBook 发布，并长期维护该项目，希望能给未来的新生同学们带来微小的帮助，尤其感谢贡献本书内容的所有学长学姐们！

“往者不可谏，来者犹可追。”[大学之道](https://survivesjtu.gitbook.io/survivesjtumanual)，是一条完全不同于你之前所接受的12年基础教育的道路。你将会在这条道路上经历人生中最为特殊的四年，可能收获喜、怒、哀、乐，抑或是成长、教训、知识、爱情。不管怎么说，我们希望通过这份手册破除一些迷惘，为读到这份手册的每一位同学提供最基本的指引。

清华2024级新生群审核群群号：752711467

*星星之火，可以燎原*


---

# 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://memes.sphenhe.me/qian-yan/di-yi-ban-xu.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.
