diff --git a/doc/FAQ.html b/doc/FAQ.html
index 5611e305..12b4fa76 100644
--- a/doc/FAQ.html
+++ b/doc/FAQ.html
@@ -24,6 +24,7 @@
The LameXP startup (splash screen) takes very long on my system. What can I do?
Why does application 'xyz' not open the Wave files created by LameXP?
Why does LameXP run only 'n' parallel instances/threads on my computer?
+How can I force LameXP to create ID3 version 2 (ID3v2) tags?
Why do I get the error 'Executable doesn't support Windows compatibility mode' on startup?
Why do I get the error 'Executable requires Windows 2000 or later' on startup?
Why do I get the error 'A device attached to the system is not functioning' on startup?
@@ -288,6 +289,20 @@ thus a single encoder instance may create several threads - LameXP has no contro
+How can I force LameXP to create ID3 version 2 (ID3v2) tags?
+
+The LAME encoder automatically chooses the proper ID3 tag version. By default it will create a version 1 tag,
+if possible. Only if the information cannot be embedded into a version 1 tag (ID3v1), e.g. because the string
+is too long or the string contains Unicode characters, a version 2 tag (ID3v2) will be added. This behavior
+is advisable, because devices that support ID3v2 tags should also be able to read ID3v1 tags - but this
+doesn't apply the other way around! Moreover embedding an ID3v1 and an ID3v2 tag at the same time, although
+the information would have fit into a single ID3v1 tag, means an unnecessary redundancy!
+
+If however you need to enforce the creation of an ID3v2 tag for some reason, you can use the "--add-id3v2"
+parameter for that purpose. Simply add the parameter to the "Custom Encoder Parameters" for LAME.
+
+
+
Why do I get the error 'Executable doesn't support Windows compatibility mode' on startup?
LameXP was designed to run on all supported platforms natively (except for Linux/Wine). If you see this error