| 1 |
# Collections |
| 2 |
|
| 3 |
Group items across projects into lists: "Best of" compilations, themed sets, staff picks, or any grouping that cuts across your project structure. |
| 4 |
|
| 5 |
## Creating a Collection |
| 6 |
|
| 7 |
1. Go to your **Library** and open the **Collections** tab |
| 8 |
2. Click **New Collection** |
| 9 |
3. Enter a title, an optional description, and a URL slug |
| 10 |
4. Choose whether the collection is public or private |
| 11 |
|
| 12 |
You can create up to 50 collections. |
| 13 |
|
| 14 |
## Adding Items |
| 15 |
|
| 16 |
Any public item on the platform can be saved to your collections: |
| 17 |
|
| 18 |
**From an item page**: Click "Save to collection" below the purchase buttons. The dropdown lets you check/uncheck collections or create a new one inline. |
| 19 |
|
| 20 |
> [!UI] collection-picker |
| 21 |
> The collection picker with inline creation |
| 22 |
|
| 23 |
**From discover results**: Each item card shows a "+" button (visible when signed in) to open the collection picker without leaving the page. |
| 24 |
|
| 25 |
**From your library**: In the Purchases tab, click the "..." menu on any item and choose "Add to collection". |
| 26 |
|
| 27 |
Each collection can hold up to 200 items. Only public items can be added; draft or unlisted items are not eligible. |
| 28 |
|
| 29 |
## Reordering |
| 30 |
|
| 31 |
Reorder items by drag-and-drop on the collection edit page. |
| 32 |
|
| 33 |
## Public URLs |
| 34 |
|
| 35 |
Public collections are visible at `/c/your-username/collection-slug` and linked from your profile. Private collections are only visible to you. |
| 36 |
|
| 37 |
## Editing and Deleting |
| 38 |
|
| 39 |
From the collection edit page you can: |
| 40 |
|
| 41 |
- **Update** the title, description, or visibility |
| 42 |
- **Remove** individual items without affecting the items themselves |
| 43 |
- **Delete** the entire collection (items are not deleted, only the grouping) |
| 44 |
|
| 45 |
## See Also |
| 46 |
|
| 47 |
- [Content & Items](./02-content.md): Creating and managing items |
| 48 |
- [Tags](./tags.md): Organizing items with tags |
| 49 |
- [Projects](./projects.md): Project-level organization |
| 50 |
|