# 首页

一直憋着一股劲，想要将所学颇为杂乱的东西分门别类的整理好。苦于工作比较忙并且个人比较懒，故拖了多年。

目前还在整理阶段，将之前想过的零散的东西先复制过来，后续将整理成连贯的体系架构。

基于gitbook搭建了一套文档系统，将博客中零散的知识点，搬过来，整理汇总。先分享一下文档系统搭建 。 [文档系统搭建](https://book.wyxxt.org.cn/broken-reference)


---

# 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://book.wyxxt.org.cn/readme.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.
