diff --git a/docs/kometa/environmental.md b/docs/kometa/environmental.md
index 54d84254..c28198f5 100644
--- a/docs/kometa/environmental.md
+++ b/docs/kometa/environmental.md
@@ -671,6 +671,26 @@ different ways to specify these things.
docker run -it -v "X:\Media\Kometa\config:/config:rw" kometateam/kometa --width 150
```
+??? blank "Nice `-ni`/`--nice` `KOMETA_NICE`"
+
+
Run the Kometa process at a lower priority. Will default to normal priority if not specified.
+
+
+
+ **Shell Flags:** `-ni` or `--nice` (ex. `--nice`)
+
+ **Environment Variable:** `KOMETA_NICE` (ex. `KOMETA_NICE=true`)
+
+ !!! example
+ === "Local Environment"
+ ```
+ python kometa.py --nice
+ ```
+ === "Docker Environment"
+ ```
+ docker run -it -v "X:\Media\Kometa\config:/config:rw" kometateam/kometa --nice
+ ```
+
??? blank "Config Secrets `--kometa-***` `KOMETA_***`"
All Run Commands that are in the format `--kometa-***` and Environment Variables that are in the