> 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/wu-ren-zhi-xiao.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/wu-ren-zhi-xiao.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.
