> 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/hong-yan-huo-shui.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/hong-yan-huo-shui.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.
