diff --git a/TerminalDocs/get-started.md b/TerminalDocs/get-started.md
index b09ca5bd..cf7e426d 100644
--- a/TerminalDocs/get-started.md
+++ b/TerminalDocs/get-started.md
@@ -1,6 +1,6 @@
---
title: Windows Terminal installation
-description: In this quickstart, you will learn how to install and run Windows Terminal.
+description: In this quickstart, you will learn how to install and set up Windows Terminal.
author: cinnamon-msft
ms.author: cinnamon
ms.date: 01/28/2021
@@ -28,11 +28,17 @@ The terminal will automatically create profiles for you if you have WSL distros
## Open a new tab
-You can open a new tab of the default profile by pressing ctrl+shift+t or by selecting the + (plus) button. To open a different profile, select the ˅ (arrow) next to the + button to open the dropdown menu. From there, you can select which profile to open.
+You can open a new tab of the default profile by pressing Ctrl+Shift+T or by selecting the + (plus) button. To open a different profile, select the ˅ (arrow) next to the + button to open the dropdown menu. From there, you can select which profile to open.
+
+## Invoke the command palette
+
+You can invoke most features of Windows Terminal through the [command palette](./command-palette.md). The default key combination to invoke it is Ctrl+Shift+P. Without the command palette, you have to learn the keyboard shortcut for each feature.
+
+![Example of the command palette in use](./images/command-palette-iterable-commands.gif)
## Open a new pane
-You can run multiple shells side-by-side using panes. To open a pane, you can use alt+shift+plus for a vertical pane or alt+shift+minus for a horizontal one. You can also use alt+shift+d to open a duplicate pane of your focused profile. Learn more about panes on the [Panes page](./panes.md).
+You can run multiple shells side-by-side using panes. To open a pane, you can use Alt+Shift+= for a vertical pane or Alt+Shift+- for a horizontal one. You can also use Alt+Shift+D to open a duplicate pane of your focused profile. Learn more about panes on the [Panes page](./panes.md).
## Configuration