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

# 04

- [30](https://www.oulan.com/2023/04/30.md): 微观森林
- [29](https://www.oulan.com/2023/04/29.md): 一步之遥
- [28](https://www.oulan.com/2023/04/28.md): 容易
- [27](https://www.oulan.com/2023/04/27.md): 孤灯
- [26](https://www.oulan.com/2023/04/26.md): 水平仪的两头
- [25](https://www.oulan.com/2023/04/25.md): 窗缝
- [24](https://www.oulan.com/2023/04/24.md): 紧绷
- [23](https://www.oulan.com/2023/04/23.md): 听琴
- [22](https://www.oulan.com/2023/04/22.md): AI
- [21](https://www.oulan.com/2023/04/21.md): 伪装者
- [20](https://www.oulan.com/2023/04/20.md): 存在感
- [19](https://www.oulan.com/2023/04/19.md): 浮空城堡
- [18](https://www.oulan.com/2023/04/18.md): 爱闯祸的米粒酱
- [17](https://www.oulan.com/2023/04/17.md): 沿咖啡河西岸飞行
- [16](https://www.oulan.com/2023/04/16.md): 寻了盏灯
- [15](https://www.oulan.com/2023/04/15.md): 嘶哑的公鸡叫了一大早
- [14](https://www.oulan.com/2023/04/14.md): 世界上并不存在的植物
- [13](https://www.oulan.com/2023/04/13.md): 没有你的日子真好
- [12](https://www.oulan.com/2023/04/12.md): 淡金色笔尖
- [11](https://www.oulan.com/2023/04/11.md): 小鱼干星空
- [10](https://www.oulan.com/2023/04/10.md): 一颗星星的旅行
- [09](https://www.oulan.com/2023/04/09.md): 穿越时空的猫
- [08](https://www.oulan.com/2023/04/08.md): 解释
- [07](https://www.oulan.com/2023/04/07.md): 频率
- [06](https://www.oulan.com/2023/04/06.md): 石头
- [05](https://www.oulan.com/2023/04/05.md): 直线加速
- [04](https://www.oulan.com/2023/04/04.md): 面对
- [03](https://www.oulan.com/2023/04/03.md): 其实不是
- [02](https://www.oulan.com/2023/04/02.md): ChatGPT
- [01](https://www.oulan.com/2023/04/01.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.oulan.com/2023/04.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.
