# 学习

## 内容

* [为什么是etcd?](/etcd/index/index-2/why.md)
* [理解数据模型](/etcd/index/index-2/data_model.md)
* [理解API](/etcd/index/index-2/api.md)
* [术语](/etcd/index/index-2/glossary.md)
* [API保证](/etcd/index/index-2/api_guarantees.md)
* Internals (TODO)

## 额外说明

1. 这些内容主要是介绍 etcd 的概念和实现细节，适合希望深入了解 etcd 的同学。
2. 内容来自 github 官网，地址： <https://github.com/coreos/etcd/tree/master/Documentation/learning>


---

# 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://doczhcn.gitbook.io/etcd/index/index-2.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.
