diff --git a/.github/.wordlist.txt b/.github/.wordlist.txt
index e80a3442..293adfac 100644
--- a/.github/.wordlist.txt
+++ b/.github/.wordlist.txt
@@ -259,6 +259,7 @@ Skywalker
Sohjiro
Sohjiro's
sonarr
+ssl
SSL
StevenLu
StevenLu's
diff --git a/CHANGELOG b/CHANGELOG
index 86fee01a..1744b0e7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -12,6 +12,6 @@ Added [`letterboxd_user_lists`](https://kometa.wiki/en/latest/files/dynamic_type
# Bug Fixes
Fixed multiple anime `int()` Errors
-Fixed #2100 verify_ssl wasn't working when downloading images
+Fixed #2100 `verify_ssl` wasn't working when downloading images
Various other Minor Fixes
\ No newline at end of file
diff --git a/VERSION b/VERSION
index 11253a68..0b7dd603 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.0.2-build6
+2.0.2-build7
diff --git a/docs/config/files.md b/docs/config/files.md
index bfa31b17..0e90693c 100644
--- a/docs/config/files.md
+++ b/docs/config/files.md
@@ -236,6 +236,10 @@ You can have some control of the files from inside your Configuration file by us
Assets can be stored anywhere on the host system that Kometa has visibility of (i.e. if using docker, the
directory must be mounted/visible to the docker container).
+ ??? warning
+
+ Kometa will not create asset directories. The directories that you specify have to exist already.
+
**Attribute:** `asset_directory`
diff --git a/docs/config/settings.md b/docs/config/settings.md
index 0e7a1cd8..79041339 100644
--- a/docs/config/settings.md
+++ b/docs/config/settings.md
@@ -78,6 +78,10 @@ The available setting attributes which can be set at each level are outlined bel
Assets can be stored anywhere on the host system that Kometa has visibility of (i.e. if using docker, the
directory must be mounted/visible to the docker container).
+ ??? warning
+
+ Kometa will not create asset directories. Asset directories you specify here need to exist already.
+
**Attribute:** `asset_directory`
diff --git a/docs/kometa/guides/assets.md b/docs/kometa/guides/assets.md
index afe21d25..7edff8bc 100644
--- a/docs/kometa/guides/assets.md
+++ b/docs/kometa/guides/assets.md
@@ -48,6 +48,8 @@ settings:
- config/assets_ahoy
```
+* Kometa will not create the asset directories themselves; it will create folder *within* asset directories [if configured to do this], but not the asset directories themselves.
+
* You can specify an Image Asset Directory per Metadata/Playlist/Overlay File when calling the file. See [File Blocks](../../config/files.md) for how to define them.
* By default [if no `asset_directory` is specified], the program will look in the same folder as your `config.yml` for a folder called `assets`.