diff --git a/source/docs/en/latest/table-of-contents.markdown b/source/docs/en/latest/table-of-contents.markdown
index 66806d37..1923fda5 100644
--- a/source/docs/en/latest/table-of-contents.markdown
+++ b/source/docs/en/latest/table-of-contents.markdown
@@ -153,6 +153,7 @@ Table of contents
- Files and compatibility
- [Container formats](technical/containers.html)draft
- [iPod 5th Generation support](technical/old-ipod-support.html)draft
+- [Preferences](technical/preferences.html)
- [Automatic file naming](technical/automatic-file-naming.html)draft
## Developer documentation
diff --git a/source/docs/en/latest/technical/automatic-file-naming.markdown b/source/docs/en/latest/technical/automatic-file-naming.markdown
index d587612c..09c6d40e 100644
--- a/source/docs/en/latest/technical/automatic-file-naming.markdown
+++ b/source/docs/en/latest/technical/automatic-file-naming.markdown
@@ -33,17 +33,26 @@ Here you can define the default path where output files will be stored, and the
By default, it will be {source}-{title}
-| Placeholder | Description | Windows| macOS | Linux |
-|-----------------|-----|------|-----|-----|
-| Source | Name of the source file or drive label | Supported | Supported | Supported |
-| Title | The number of the title (dvd/bluray) or file index | Supported | Supported | Supported |
-| Chapters | The chapter range selected in the UI | Supported | Supported | Supported |
-| Date | Current Date (in system short format) | Supported | Supported | Supported |
-| Time | Current Time (HH:mm) format | Supported | Supported | Supported |
-| Creation-Date | Date the file source created from source file metadata | Supported | Supported | Supported |
-| Creation-Time | Time the file source created from source file metadata | Supported | Supported | Supported |
-| quality_bitrate | Quality or Bitrate value from the video tab. | Supported | Supported | Supported but separate options |
-| preset | The name of the currently selected preset | Not Supported | Not Supported | Supported |
+| Placeholder | Description | Windows | macOS | Linux |
+|-------------------------|-----|------|-----|-----|
+| Source | Name of the source file or drive label | Supported | Supported | Supported |
+| Title | The number of the title (dvd/bluray) or file index | Supported | Supported | Supported |
+| Chapters | The chapter range selected in the UI | Supported | Supported | Supported |
+| Date | Current Date (in system short format) | Supported | Supported | Supported |
+| Time | Current Time (HH:mm) format | Supported | Supported | Supported |
+| Creation-Date | Date the file was created from source file metadata | Supported | Supported | Supported |
+| Creation-Time | Time the file was created from source file metadata | Supported | Supported | Supported |
+| Modification-Date | Date the file was modified from source file metadata | Supported | Not Supported | Supported |
+| Modification-Time | Time the file was modified from source file metadata | Supported | Not Supported | Supported |
+| preset | The name of the currently selected preset | Supported | Not Supported | Supported |
+| width | The storage width of the output file | Supported | Not Supported | Supported |
+| height | The height width of the output file | Supported | Not Supported | Supported |
+| preset | The name of the currently selected preset | Supported | Not Supported | Supported |
+| codec | The video format name | Supported | Not Supported | Supported |
+| encoder | The short hand key of they video encoder used | Supported | Not Supported | Not Supported |
+| encoder_bit_depth | The bit-depth of the encoding | Supported | Not Supported | Supported |
+| quality_bitrate | Quality or Bitrate value from the video tab. | Supported | Supported | Supported but separate options |
+| quality_type | "Q" Quality or "kbps" for avg bitrate | Supported | Not Supported | Supported but separate options |
### Source Name Handling.
diff --git a/source/docs/en/latest/technical/preferences.markdown b/source/docs/en/latest/technical/preferences.markdown
new file mode 100644
index 00000000..383c0e6d
--- /dev/null
+++ b/source/docs/en/latest/technical/preferences.markdown
@@ -0,0 +1,33 @@
+---
+Type: article
+Title: Preferences.
+Project: HandBrake
+Project_URL: https://handbrake.fr/
+Project_Version: Latest
+Language: English
+Language_Code: en
+Authors: [ sr55 ]
+Copyright: 2023 HandBrake Team
+License: Creative Commons Attribution-ShareAlike 4.0 International
+License_Abbr: CC BY-SA 4.0
+License_URL: https://handbrake.fr/docs/license.html
+---
+
+Preferences
+===================
+
+## Supported Encoders
+
+
+The Preferences menu can be accessed via the "Tools" Menu -> "Preferences" option.
+
+
+
+
+The Preferences menu can be accessed via the "HandBrake" Menu -> "Preferences" option.
+
+
+
+
+The Preferences menu can be accessed via the "File" Menu -> "Preferences" option.
+