> 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-qian-zhun-bei/decision.md).

# 我需要转专业吗？

> 本指南所有修订人，并不主动建议或煽动学生转专业。我们认为，每一个专业都有其学习的价值。学校安排了一个学期的时间让新生学习，而不是在学期末就开展转专业工作，也是有这方面的原因。我们也希望所有新生不要人云亦云，或是听到自己专业一些偏激的评价，产生逃离的想法，才选择转专业。

转与不转请自己权衡，没有人能够代替你做出这个决定。但下面我将列举一些你可能需要考虑的**部分**问题。

1. 两个专业的跨度：
   * 如果两个专业**跨度不大**，则**不建议**转专业。因为你将面临一系列繁冗的[转后手续](https://github.com/jmt-editorial/GitBook-JMT/blob/master/part2/part2.md)。
   * 如果两个专业**跨度过大**，请考虑延毕的风险。
   * 请认真研读两个专业的培养方案，以确定这两个专业相差有多大。
2. 对本专业/对面专业的课程的兴趣程度：请认真研读两个专业的培养方案（可在教务系统中查看）。如果有必要，请向学长学姐打听某些课程的具体情况。不要认为某个专业叫什么，就是学什么的。
3. 两个专业的发展前景比较：这是一个很综合的问题。发展前景包括职业、学业等方面。

## 常见误区

### 转到某某专业就有前途了

并不是这样。找工作和考研更看重的是个人能力。

除了少数壁垒较高的专业（如法学、医学）外，很多专业的课程内容都可以自学。

大学里面很多东西都要靠自己，并不是所有的老师都能把课讲好。建议和学长学姐打听好对面专业的课程设置是否合理，以及老师讲课怎么样。

另外，现在互联网的线上资源也很丰富，通过互联网你可以接触到全国乃至全世界大学的精品课程。


---

# 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-qian-zhun-bei/decision.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.
