diff --git a/docs/user/collections.md b/docs/user/collections.md new file mode 100644 index 0000000..0e7df39 --- /dev/null +++ b/docs/user/collections.md @@ -0,0 +1,26 @@ +# Collections + +Collections allow you to organize books across multiple libraries. + +## Viewing Collections + +### From Collections Page + +Navigate to `/collections` to see all your collections. Clicking on a collection shows ALL books in that collection across all libraries. + +### From Dashboard + +When viewing a specific library's dashboard, collections only show books from that library. Clicking "View All" preserves this context and shows only books from that library in the collection. + +### Library Filtering + +- **No filter** (`/collections/favorites`): Shows all books across all libraries +- **With filter** (`/collections/favorites?library_id=xxx`): Shows only books from the specified library + +## Creating Collections + +[Instructions for creating collections] + +## Managing Collections + +[Instructions for editing/deleting collections]