diff --git a/docs/getting-started/glossary.md b/docs/getting-started/glossary.md
index 6518868b09856..45342f6b838b2 100644
--- a/docs/getting-started/glossary.md
+++ b/docs/getting-started/glossary.md
@@ -10,7 +10,7 @@
Block
The abstract term used to describe units of markup that, composed together, form the content or layout of a webpage. The idea combines concepts of what in WordPress today we achieve with shortcodes, custom HTML, and embed discovery into a single consistent API and user experience.
-Block Based Theme
+Block Theme
A theme built in block forward way that allows Full Site Editing to work. The core of a block theme are its block templates and block template parts. To date, block theme templates have been HTML files of block markup that map to templates from the standard WordPress template hierarchy.
Block categories
@@ -46,9 +46,15 @@
Inspector
Deprecated term. See Settings Sidebar.
+Navigation Block
+A block that allows you to edit a site's navigation menu, both in terms of structure and design.
+
Post settings
A sidebar region containing metadata fields for the post, including scheduling, visibility, terms, and featured image.
+Query Block
+A block that replicates the classic WP_Query and allows for further customization with additional functionality.
+
RichText
A common component enabling rich content editing including bold, italics, hyperlinks, etc.
@@ -61,9 +67,18 @@
Serialization
The process of converting a block's attributes object into HTML markup, which occurs each time a block is edited.
+Site Editor
+The cohesive experience that allows you to directly edit and navigate between various templates, template parts, styling options, and more.
+
Static block
A type of block where the content of which is known at the time of saving a post. A static block will be saved with HTML markup directly in post content.
+Template Editing Mode
+A scaled down direct editing experience allowing you to edit/change/create the template a post/page uses.
+
+Theme Blocks
+Blocks that accomplish everything possible in traditional templates using template tags (ex: Post Author Block). A full list can be found [here](https://github.com/WordPress/gutenberg/issues/22724).
+
TinyMCE
TinyMCE is a web-based JavaScript WYSIWYG (What You See Is What You Get) editor.