> For the complete documentation index, see [llms.txt](https://book.funcd.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://book.funcd.org/bi-ji/notes.md).

# 笔记本

文章要求完整，笔记不要求。这里放的东西可以只有一行，也可以自相矛盾 —— 它的唯一职责是**别丢**。

## 怎么用

* **随手记。** 一条命令、一个报错、一句摘录，够用就行，不用组织语言。
* **标状态。** 拿不准的加上 `?`，验证过的加上 `✓`，避免几个月后把猜想当结论。
* **定期清理。** 攒到能讲清一件完整的事，就升级成 [正式文章](/wen-zhang/posts.md)，并把这里的条目删掉或换成链接。

{% hint style="info" %}
笔记是草稿区，出现错误是正常的。凡是从这里搬进 `posts/` 的内容，都要重新核对一遍再发布。
{% endhint %}

## 目录

{% content-ref url="/pages/FVFmnGOlzN4iGPqzlfIj" %}
[读书清单](/bi-ji/notes/reading-list.md)
{% endcontent-ref %}


---

# 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.funcd.org/bi-ji/notes.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.
