diff --git a/docs/FAQ.md b/docs/FAQ.md
index c1cc1cc9..7e304a6a 100644
--- a/docs/FAQ.md
+++ b/docs/FAQ.md
@@ -136,6 +136,11 @@ Want to use the PowerShell scripts everywhere on the command-line? Then you need
* **For Windows Terminal:** open Settings > Profiles > Windows PowerShell > Command line and add " -nologo".
+What's recommended for the best PowerShell experience?
+
+1. Use *Windows Terminal* with 50% transparency, no PowerShell banner message, and font 'Fira Code'.
+
+
How to write good PowerShell scripts?
**Good PowerShell scripts are both user-friendly and platform-independent. As a starting point I recommend the following:**