# 集锦（Collections）

### 理解集锦

【集锦】的外观和布局与【对象集合】相似，但是功能不同。

与【对象集合】及上一章节中所解释的相反，【集锦】不会根据【对象类型】进行筛选，而是对所有【类型】都开放。

集锦可以用来组织各种不同的对象，并将它们存储在一个地方。

你不会受到只能查看单一【对象类型】的限制，也就是你在一个集锦中可以拥有多种不同的类型。

### 示例

如果你正在安排你一周的备餐（meal prep），你可能会有一些食谱（recipes）、配料（ingredients）以及一份购物清单（shopping list）。

你使用的主要类型可能是食谱（Recipes）和配料（Ingredients）。

在一个【集锦】中，你可以将所有的这些【类型】无缝地组织到一起。


---

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