> 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/2021/02.md).

# 02

- [28, 告辞](https://www.oulan.com/2021/02/28-farewell.md)
- [27, 方面](https://www.oulan.com/2021/02/27-aspect.md): 雨霖铃
- [26, 情绪](https://www.oulan.com/2021/02/26-mood.md)
- [25, 小环境](https://www.oulan.com/2021/02/25-environment.md)
- [24, 追逐](https://www.oulan.com/2021/02/24-follow.md)
- [23, 排练](https://www.oulan.com/2021/02/23-rehearsal.md)
- [22, 目标](https://www.oulan.com/2021/02/22-target.md)
- [21, 箭](https://www.oulan.com/2021/02/21-arrow.md)
- [20, 雷](https://www.oulan.com/2021/02/20-thunder.md)
- [19, 连](https://www.oulan.com/2021/02/19-line.md)
- [18, 群](https://www.oulan.com/2021/02/18-group.md)
- [17, 相关](https://www.oulan.com/2021/02/17-correlation.md)
- [16, 相对](https://www.oulan.com/2021/02/16-relative.md)
- [15, 意义](https://www.oulan.com/2021/02/15-meaning.md)
- [14, 羁绊](https://www.oulan.com/2021/02/14-trammels.md)
- [13, 不忍入眠](https://www.oulan.com/2021/02/13-fall-to-sleep.md)
- [12, 出发](https://www.oulan.com/2021/02/12-start.md)
- [11, 导数](https://www.oulan.com/2021/02/11-differential-coefficient.md)
- [10, 消息](https://www.oulan.com/2021/02/10-message.md)
- [09, 我加入](https://www.oulan.com/2021/02/09-i-am-in.md)
- [08, 鱼尾纹](https://www.oulan.com/2021/02/08-crows-feet.md)
- [07, 推论](https://www.oulan.com/2021/02/07-tui-lun.md)
- [06, 篝火](https://www.oulan.com/2021/02/06-campfire.md)
- [05, 理论](https://www.oulan.com/2021/02/05-theory.md)
- [04, 对称](https://www.oulan.com/2021/02/04-symmetry.md)
- [03, 永远不要向着过程规划](https://www.oulan.com/2021/02/03-start-with-ends.md)
- [02, 触发器](https://www.oulan.com/2021/02/02-trigger.md)
- [01, 稀罕](https://www.oulan.com/2021/02/01-rare.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/2021/02.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.
