# Conjuntos y colecciones

Los [https://github.com/anyproto/docs/blob/main/es-ES/basics/sets-and-collections/sets.md](https://github.com/anyproto/docs/blob/main/es-ES/basics/sets-and-collections/sets.md "mention") y las [https://github.com/anyproto/docs/blob/main/es-ES/basics/sets-and-collections/collections.md](https://github.com/anyproto/docs/blob/main/es-ES/basics/sets-and-collections/collections.md "mention") son muy similares en aspecto y diseño, pero funcionan de forma distinta.

Por ejemplo, las [Vistas](/anytype-docs/espanol/nociones-basicas/sets-and-collections/views.md), los filtros y el orden tienen la misma mecánica, pero la forma en que se eligen los objetos que aparecerán en conjuntos y colecciones es muy distinta. Los conjuntos emplean consultas que buscan automáticamente los objetos, mientras que las colecciones reúnen objetos vinculados a ellas manualmente.


---

# 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/espanol/nociones-basicas/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.
