> For the complete documentation index, see [llms.txt](https://kenthd8mg.gitbook.io/fda/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kenthd8mg.gitbook.io/fda/readme.md).

# README

KENTHD8mg FDA(Fundamentals of Distributed Application Technology)分布式应用技术基础之归终是一本详细叙述一线大规模分布式应用涉及到的所有问题的书籍，假如同学在大规模分布式应用中遇到任何问题都可以给我们提issue(<https://github.com/KENTHD8mg/FDA/issues)，> 我们会及时给出解答并把问题补充到本书中，这是对我们很大的支持。最后打个广告，邀请同学们参与我们一起分享大规模分布式应用技术。

## 目录

├── LICENSE 许可

├── README.md readme

├── SUMMARY.md 目录

├── book 内容目录

## 开发

## 参与

discord <https://discord.com/channels/1234020341584498798/1234021067933356032>

国内不能使用discord可以发送邮箱<zlj9370@proton.me>


---

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

```
GET https://kenthd8mg.gitbook.io/fda/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.
