> For the complete documentation index, see [llms.txt](https://koi.aki-yzh.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://koi.aki-yzh.cn/hadaitainomonode/jian-dan.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://koi.aki-yzh.cn/hadaitainomonode/jian-dan.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.
