# 对象集合（Sets）

### 理解对象集合

很多人把【对象集合】与数据库相提并论，但两者有一个关键区别：【对象集合】不会像常规的数据库那样 *存储*【对象】。

【对象集合 (Sets)】是根据筛选条件和几个可以自定义的二级筛选条件，来查看你的部分【图谱】和你创建的【对象】的一种方式。可以把集合看作是一个实时过滤器，或者是对共有特定条件（具体来说是【类型】或【关联】）的【对象】进行实时查询。

#### 【对象集合】有两个主要功能：

1. **组织和访问对象**\
   \
   我们经常收到以下需求：*怎样找到我创建的所有笔记（Notes）？*\
   \
   有一种简单的方法，根据【类型】创建一个【对象集合】。\
   比如：【笔记 (Note)】类型，它将显示你在 Anytype 中创建的每个【笔记】。\
   \
   如果你有经常要访问的特定笔记，可以根据添加到这些笔记中的【关联】来过滤。\
   \
   例如：创建日期、标签、优先级。(从这个意义上说，【关联】的用法就像“属性”一样）。\
   \
   接着，你可以将你的【集合】固定到【收藏夹】菜单，让它在你的【侧边栏】上，就像一个放着符合某些特定条件的所有【对象】的文件夹。
2. **编辑对象**\
   \
   【对象集合】还提供了一种在【列表视图】中快速编辑【对象】的方法。\
   \
   你可以使用【集合】中的【多选对象】来一次性删除多个【对象】，或者批量更新【对象类型】。在【关联菜单】（右上角）中添加到【集合】的所有【关联】，都会被所有通过“+ 新建对象”按钮创建的新【对象】所采用。


---

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