# 技术类术语表

Void — 用户身份的集锦，可以看作是一个图谱。

密钥（Key） — 用户创建 Void 时，应用程序会生成一对密钥（私钥和公钥）。

身份（Identity） — 技术上来说，身份就是公钥（参见“密钥”），也可以看作是账户 ID。

网络（Network） — 一组协同工作的节点（Nodes）。

节点（Node） — 存储和处理数据的远程服务器。


---

# 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://doc.anytype.io/anytype-docs/documentation_cn/za-xiang/glossary-1.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.
