# 类型（Types）

就像在物理世界中一样，【类型】是用来定义彼此完全不同的【对象】。

香蕉在本质上不同于沙发。香蕉的功能、属性以及与其他对象的关系，更类似于苹果和橘子，而不是沙发。因此，我们可以将苹果、橙子和香蕉归类为 *水果*，而沙发则属于另一个类别：*家具*。

根据同样的原则，在 Anytype 中，有两个需要牢记的重要概念：

1\) 每个对象（Object）都有一个【类型】，这个类型在创建【对象】时被定义（之后可以更改）

2\) 不同的【类型】用于定义彼此完全不同的【对象】

在你的 Anytype 图谱中，同事、朋友和邻居都可能被视为：*Human* 类型。以下是一些可能存在于你的图谱中的其他【类型】：

* Task（任务）
* Note（笔记）
* Book（图书）
* Movie（电影）
* Idea（想法）

你可以自行决定【类型】的范围大小，但一般情况下，建议使用常规【类型】对你的【对象】进行分类，并通过 [【模板 (Templates)】](/anytype-docs/documentation_cn/ji-chu/types/templates/deep-dive-templates.md) 进一步细化【类型】的使用。

你可以随时通过侧边栏 \_【资料库 (Library)】\_小部件中的【类型库 (Types Library)】来查看和管理你的【类型】。


---

# 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/types.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.
