> For the complete documentation index, see [llms.txt](https://book.funcd.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://book.funcd.org/guan-yu/about.md).

# 关于我

## Bond

{% hint style="warning" %}
下面的个人信息是占位内容，请按实际情况替换后删除本提示框。
{% endhint %}

一名工程师，日常在 `<方向，例如：后端 / 云原生 / 数据基础设施>` 打转。

关注的事情：

* `<方向一，例如：分布式系统的可观测性>`
* `<方向二，例如：让复杂系统的故障可解释>`
* `<方向三>`

工作之外：`<爱好，一两句就够>`

## 关于这个站点

* **源文件**：Markdown，托管在 Git 仓库里
* **发布方式**：[GitBook Git Sync](https://gitbook.com/docs/getting-started/git-sync)，推送即上线
* **搭建过程**：[用 GitBook + Git 搭建个人博客](/wen-zhang/posts/tech/gitbook-blog-setup.md)

站内所有内容除非特别注明，均为原创。转载请注明出处并附原文链接。

## 联系方式

| 渠道     | 地址                              |
| ------ | ------------------------------- |
| 邮箱     | `<your@email.com>`              |
| GitHub | `<https://github.com/username>` |
| 其他     | `<按需补充>`                        |

{% hint style="info" %}
发现文章里的错误、有更好的解法、或者只是想聊聊，都欢迎来信 —— 尤其是指错，我会更新正文并在 [更新日志](/guan-yu/changelog.md) 里记一笔。
{% endhint %}


---

# 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://book.funcd.org/guan-yu/about.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.
