# Collections

### Understanding Collections

These are similar to Sets in their appearance and layout, however functioning differently.

Contrary to Sets and what was explained in the previous chapter, Collections are not filtered by Object Type but are in fact open to any Type.&#x20;

Collections can be used to organize a variety of different objects and store them in one place.

You are not restricted to viewing only one Object Type at a time, this means you can have multiple different types within one collection.&#x20;

### Example

If you are organizing your meal prep for the week, you might have a list of recipes, as well as ingredients and a shopping list.&#x20;

The main types you may have could be Recipes and Ingredients.&#x20;

In a Collection, you can organize all of this Types together seamlessly.&#x20;


---

# 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/~/revisions/SFjMNGZIAXS10yHETGw8/basics/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.
