# 10. 关于本文档

* 更新日期：**19年5月21日**
* 首发日期：**17年9月1日**
* 对应 **RxSwift** 版本：**5.0.0**
* 使用工具：[GitBook](https://www.gitbook.com)
* 托管平台：[Github Pages](https://pages.github.com)
* 文档整理人：[罗杰 (Beeth0ven)](https://github.com/beeth0ven)
* 整理人邮箱：<beeth0vendev@gmail.com>
* 文档库地址：<https://github.com/beeth0ven/RxSwift-Chinese-Documentation>
* **RxSwift** 地址：<https://github.com/ReactiveX/RxSwift>

## 问题反馈

如果你发现文档存在问题，可以通过以下**任意一种**方式将问题反馈给作者：

* **（推荐）**&#x5728;存在问题页面，点击左上方的**编辑页面**按钮，对文档进行修正，最后提交 [Pull Request](https://help.github.com/articles/about-pull-requests/)
* 前往 [文档库](https://github.com/beeth0ven/RxSwift-Chinese-Documentation) 提 [issues](https://github.com/beeth0ven/RxSwift-Chinese-Documentation/issues)， 并注明文档哪些地方存在问题
* 加入到 **RxSwift** QQ 交流群: **871293356**，将问题反馈给整理人
* 通过邮件将问题反馈给整理人：<beeth0vendev@gmail.com>


---

# Agent Instructions: 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:

```
GET https://3440217568.gitbook.io/rxswift/about.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
