> For the complete documentation index, see [llms.txt](https://jun-wang.gitbook.io/readingbooks/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jun-wang.gitbook.io/readingbooks/du-shu-bi-ji.md).

# 读书笔记

- [改变的重要方面.md](https://jun-wang.gitbook.io/readingbooks/du-shu-bi-ji/gai-bian-de-zhong-yao-fang-mian.md)
- [避免持续性信息过剩.md](https://jun-wang.gitbook.io/readingbooks/du-shu-bi-ji/bi-mian-chi-xu-xing-xin-xi-guo-sheng.md)
- [充满暗示的房间.md](https://jun-wang.gitbook.io/readingbooks/du-shu-bi-ji/chong-man-an-shi-de-fang-jian.md)
- [01读书计划.md](https://jun-wang.gitbook.io/readingbooks/du-shu-bi-ji/01-du-shu-ji-hua.md)
- [视觉化自我激励会阻碍你.md](https://jun-wang.gitbook.io/readingbooks/du-shu-bi-ji/shi-jue-hua-zi-wo-ji-li-hui-zu-ai-ni.md)
- [除了写代码你还会干什么.md](https://jun-wang.gitbook.io/readingbooks/du-shu-bi-ji/chu-le-xie-dai-ma-ni-hai-hui-gan-shen-me.md)
- [巴比伦塔的失败.md](https://jun-wang.gitbook.io/readingbooks/du-shu-bi-ji/ba-bi-lun-ta-de-shi-bai.md)
- [《爱情必修课》](https://jun-wang.gitbook.io/readingbooks/du-shu-bi-ji/ai-qing-bi-xiu-ke.md)
- [在一起没事干怎么办.md](https://jun-wang.gitbook.io/readingbooks/du-shu-bi-ji/ai-qing-bi-xiu-ke/zai-yi-qi-mei-shi-gan-zen-me-ban.md)
- [恋爱婚姻法则.md](https://jun-wang.gitbook.io/readingbooks/du-shu-bi-ji/ai-qing-bi-xiu-ke/lian-ai-hun-yin-fa-ze.md)
- [门槛效应的力量.md](https://jun-wang.gitbook.io/readingbooks/du-shu-bi-ji/men-kan-xiao-ying-de-li-liang.md)
- [躺着比站立更具有创造力.md](https://jun-wang.gitbook.io/readingbooks/du-shu-bi-ji/tang-zhe-bi-zhan-li-geng-ju-you-chuang-zao-li.md)
- [慎用赞美.md](https://jun-wang.gitbook.io/readingbooks/du-shu-bi-ji/shen-yong-zan-mei.md)
- [拖延怪圈.md](https://jun-wang.gitbook.io/readingbooks/du-shu-bi-ji/tuo-yan-guai-quan.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://jun-wang.gitbook.io/readingbooks/du-shu-bi-ji.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.
