> For the complete documentation index, see [llms.txt](https://jmt.book.samersions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jmt.book.samersions.net/zhuan-hou-wen-ti/accomodation.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://jmt.book.samersions.net/zhuan-hou-wen-ti/accomodation.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.
