> For the complete documentation index, see [llms.txt](https://book.kaopubear.top/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://book.kaopubear.top/sui-bi-ji/shao-wen-xuan-ze-lei-de-wen-ti.md).

# 少问选择类的问题

建议大家以后少问非常具体的选择类问题。

比如：

* 读研还是不读研
* .考研还是工作
* .考A学校还是B学校

从我回答了很多这类似问题的经验来看原因如下：

1. 这些选择题在你问别人之前其实内心已经预设了一个答案。
2. 你问别人多半是不是因为你真心想听别人的意见而是想从别人嘴里听到你自己的想法让自己安心
3. 在和别人交流之前我都会试探别人心里的想法，发现他的潜在需求。然后借题发挥，他就会觉得我说的真丫在理。其实并不是，只不过我顺着你的意思说出了你的想法。同样的话给另一个人听他可能就会骂我傻逼。
4. 我一直分不清楚是先有原因还是先有结果。

   比如你问我考不考研，我就先试探你的想法。你想考，我就可以说出十条理由，每条都很有道理；反之，你不想考我也可以说出同样的十条理由让你觉得很有道理。

   其实，很多时候你给自己预先设定了一个结果，找到理由很简单。
5. 如果你真的不知道选哪个，我建议再好好问问你自己。因为任何一个选择的承受者都是你自己，如果你连自己的命运，自己想做的事情都想着让别人替你决定，我只能把其理解为一种懦弱和逃避。
6. 很多时候我们连自己的问题想不明白，很难帮别人做决定。我们不了解他人的具体情况，很多时候所谓建议都很难谈得上合理。

**这类问题非要我回答我会说**

* 如果A情况你可以这样做
* 如果B情况你可以这样做
* 如果C情况你可以这样做

但，很多时候其实你知道自己是D情况。


---

# 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://book.kaopubear.top/sui-bi-ji/shao-wen-xuan-ze-lei-de-wen-ti.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.
