# 概览

<figure><img src="/files/FnRFVkA8OdYgg4YcYRm2" alt=""><figcaption></figcaption></figure>

要充分利用 Anytype，需要熟练掌握基本的术语以及各部分之间如何配合。从简单的笔记到复杂的仪表板，最终到你自己的小网络，你都要用到这些基本组件。

它们包括：

* [空间](/anytype-docs/documentation_cn/ji-chu/space.md)：你的对象关联图谱的容器——在 beta 阶段，这相当于你的账户。Anytype 的未来版本将允许具有不同访问入口控件的多个空间。
* [对象（Objects）](/anytype-docs/documentation_cn/ji-chu/object-editor.md)：Anytype 的基础构成。它们代表着账户中最小的可链接组件；每个对象都是你的图谱中的一个节点（node）。
* [块（Blocks）](/anytype-docs/documentation_cn/ji-chu/object-editor/blocks.md)：【对象】内实际内容的容器。块的行为由它的【块类型】定义。
* [类型（Types）](/anytype-docs/documentation_cn/ji-chu/types.md)：对象的分类系统。所有对象都必须有一个类型。
* [布局（Layouts）](/anytype-docs/documentation_cn/ji-chu/types/layouts.md)：定义【对象】的总体外观和感觉，并决定可以对【对象】执行的操作。
* [模板（Templates）](/anytype-docs/documentation_cn/ji-chu/types/templates.md)：为特定的类型而预保存的内容格式，可在创建【对象】的时候应用。模板针对某个特定的类型，而类型可以有多个模板。
* [关联（Relations）](/anytype-docs/documentation_cn/ji-chu/relations.md)：对象的连接器；要么是共享的属性，要么是被定义的链接。
* [资料库（Library）](/anytype-docs/documentation_cn/ji-chu/anytype-library.md)：所有【类型】和【关联】所在的地方。
* [链接](/anytype-docs/documentation_cn/ji-chu/linking-objects.md)：通过关联或直接地在对象之间建立联系。
* [关联图谱（Graph）](/anytype-docs/documentation_cn/ji-chu/graph.md)：非分层的数据结构，包含了你在空间中创建的所有对象，以及它们之间的联系。
* [对象集合（Sets）](/anytype-docs/documentation_cn/ji-chu/sets.md)：实时查询具有某种共同特征（即【类型】或【关联】）的所有【对象】。
* [集锦（Collections）](/anytype-docs/documentation_cn/ji-chu/collections.md)：手动将多个对象整理到一个对象当中。


---

# 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/ji-chu/glossary.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.
