> For the complete documentation index, see [llms.txt](https://www.ankerc.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.ankerc.com/ren-xing-guan-cha.md).

# 人性观察

- [人选择信仰的原理](https://www.ankerc.com/ren-xing-guan-cha/ren-xuan-ze-xin-yang-de-yuan-li.md)
- [建构理论解释现象](https://www.ankerc.com/ren-xing-guan-cha/ren-xuan-ze-xin-yang-de-yuan-li/jian-gou-li-lun-jie-shi-xian-xiang.md)
- [理论预测情绪](https://www.ankerc.com/ren-xing-guan-cha/ren-xuan-ze-xin-yang-de-yuan-li/li-lun-yu-ce-qing-xu.md): 理论带来预测，预测带来现实，现实带来情绪
- [情绪决定理论](https://www.ankerc.com/ren-xing-guan-cha/ren-xuan-ze-xin-yang-de-yuan-li/qing-xu-jue-ding-li-lun.md): 人是否采取一个理论 ，全看该理论给是否带来认可的情绪
- [人脑工作原理](https://www.ankerc.com/ren-xing-guan-cha/ren-nao-gong-zuo-yuan-li.md)
- [新技术 旧问题](https://www.ankerc.com/ren-xing-guan-cha/xin-ji-shu-jiu-wen-ti.md): 新技术的作用就是更好的解决旧问题
- [需求集：进化心理学](https://www.ankerc.com/ren-xing-guan-cha/xin-ji-shu-jiu-wen-ti/jiu-wen-ti-ji-jin-hua-xin-li-xue.md)
- [男女地位重新思考](https://www.ankerc.com/ren-xing-guan-cha/xin-ji-shu-jiu-wen-ti/jiu-wen-ti-ji-jin-hua-xin-li-xue/nan-nv-di-wei-zhong-xin-si-kao.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://www.ankerc.com/ren-xing-guan-cha.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.
