> For the complete documentation index, see [llms.txt](https://inklings.gitbook.io/inklings/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://inklings.gitbook.io/inklings/mu-lu.md).

# 目录

## 2023. 1

[新年给我的礼物，比我祈祷的还好](/inklings/xin-nian-gei-wo-de-li-wu-bi-wo-qi-dao-de-hai-hao.md)

[理发师的故事](/inklings/li-fa-shi-de-gu-shi.md)

[和野口同学学到了很棒的生活技能](/inklings/he-ye-kou-tong-xue-xue-dao-le-hen-bang-de-sheng-huo-ji-neng.md)

## 2022. 12

[帮邻居大爷修电脑的故事](/inklings/bang-lin-ju-da-ye-xiu-dian-nao-de-gu-shi.md)

## 2022. 11

[我有理由怀疑，咪咪什么都懂](/inklings/wo-you-li-you-huai-yi-mi-mi-shen-me-dou-dong.md)

[咱俩是一糖三角，你是馅儿多那一半](/inklings/zan-lia-shi-yi-tang-san-jiao-ni-shi-xian-er-duo-na-yi-ban.md)

## 2022. 10

[小动物外语学习法超棒的](/inklings/xiao-dong-wu-wai-yu-xue-xi-fa-chao-bang-de.md)

[如何搓老泥儿才能省劲](/inklings/ru-he-cuo-lao-ni-er-cai-neng-sheng-jin.md)

[算是过冬好物推荐，但包含胡编](/inklings/suan-shi-guo-dong-hao-wu-tui-jian-dan-bao-han-hu-bian.md)

## 2022. 9

[低电量模式的新娘](/inklings/di-dian-liang-mo-shi-de-xin-niang.md)

[海尔哥哥你别蒙我，现在的我上过学了](/inklings/hai-er-ge-ge-ni-bie-meng-wo-xian-zai-de-wo-shang-guo-xue-le.md)

[下面有请 AI 来还原咪咪的犯罪现场](/inklings/xia-mian-you-qing-ai-lai-huan-yuan-mi-mi-de-fan-zui-xian-chang.md)

## 阅读更多

此处为博客部分文章备份，阅读更多文章，请移步微信公众号“山海青”，以下是对应的二维码。

![](/files/qC6DliQdHj1W10PWeZSx)


---

# 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://inklings.gitbook.io/inklings/mu-lu.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.
