1
0
Fork 0
mirror of https://github.com/anyproto/docs.git synced 2025-06-08 05:47:05 +09:00

GitBook: [#157] No subject

This commit is contained in:
Vladimir Ermolaev 2022-01-13 11:49:26 +00:00 committed by gitbook-bot
parent fabf7ae21c
commit ade69e240b
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF

View file

@ -6,6 +6,10 @@ Bring multiple objects into one view with Sets. You can make a Set for a specifi
Sets don't **store** objects like regular databases. They are a way to see a portion of your knowledge graph that matches the given criteria, like **Type** == **Task**. So can add a new Task object anywhere inside the Anytype, and it will be shown in **Task Set**! Sets help you sort through and create specific database-like views to work with many objects at once. Sets don't **store** objects like regular databases. They are a way to see a portion of your knowledge graph that matches the given criteria, like **Type** == **Task**. So can add a new Task object anywhere inside the Anytype, and it will be shown in **Task Set**! Sets help you sort through and create specific database-like views to work with many objects at once.
{% hint style="success" %}
Look at [creating-a-task-tracker.md](../use-cases-and-tutorials/creating-a-task-tracker.md "mention") tutorial to learn by doing
{% endhint %}
## **Create a Set** ## **Create a Set**
You can create a Set with a + menu in the Home or bottom-left corner or in / menu in the editor. After that, you need to decide on what you want to see there. For example, project management may require a Project type, for a reading list — Book. You can create a Set with a + menu in the Home or bottom-left corner or in / menu in the editor. After that, you need to decide on what you want to see there. For example, project management may require a Project type, for a reading list — Book.