> 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/part0.md).

# 转专业的流程

## 转前流程

* 转专业申请开放：每年春季学期的4月上旬到5月上旬。
* 参加转专业考试资格名单的公布、转专业考试的时间：每年春季学期的5月下旬。
* 转专业通过名单的公布：每年春季学期复习周到考试周期间，按照往年一般为7月1日前后。

以上为往年的大概时间，请以教务处通知为准。

## 转后流程

就往年经验，转专业通知书会在秋季学期开学发放，具体时间在开学第一天到开学第四天之间，领取地点为转出学院。

一般来说，到转出学院领取转专业通知书时，会发放一张手续确认单。转专业的同学需要按照确认单上的内容，到各个部门（例如图书馆、财务处、社区中心等）依次办理、盖章。在这张确认单中，大多数的项目可以在行政楼内办完。所以正常在1-2个小时内就可以办完所有手续。


---

# 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/part0.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.
