diff --git a/docs/defaults/images/automatic_collections.mp4 b/docs/defaults/images/automatic_collections.mp4
new file mode 100644
index 000000000..18a0afb42
Binary files /dev/null and b/docs/defaults/images/automatic_collections.mp4 differ
diff --git a/docs/defaults/movie/franchise.md b/docs/defaults/movie/franchise.md
index 528bcdd5e..1bc99862c 100644
--- a/docs/defaults/movie/franchise.md
+++ b/docs/defaults/movie/franchise.md
@@ -15,6 +15,14 @@ your library.
Supported Library Types: Movie
+It is important to disable Plex's in-built Automatic Collections if you are using this Default file. Please see the below video showing how to do this.
+
+
+
+You'll also need to delete any Collections created automatically by Plex prior to Kometa running this file. You can use the [`delete_collections` operation](../../config/operations.md#delete-collections) to do this, or any other method.
+
## Collections
| Collection | Key | Description |
diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css
index 7285442a3..8ef7408b3 100644
--- a/docs/stylesheets/extra.css
+++ b/docs/stylesheets/extra.css
@@ -431,4 +431,9 @@ details[class="quicklink annotate"] > p .md-annotation span span::before {
color: var(--md-default-fg-color--light);
}
-.highlight.no-copy .md-clipboard { display: none; }
\ No newline at end of file
+.highlight.no-copy .md-clipboard { display: none; }
+
+.md-typeset video {
+ height: auto;
+ max-width: 75%;
+}