# Наборы и коллекции

[Наборы](/anytype-docs/russian/osnovy/sets-and-collections/sets.md) и [Коллекции](/anytype-docs/russian/osnovy/sets-and-collections/collections.md) очень похожи по своему внешнему виду и макету, однако они работают несколько по-разному.

Например, [Представления](/anytype-docs/russian/osnovy/sets-and-collections/views.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/russian/osnovy/sets-and-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.
