diff --git a/SUMMARY.md b/SUMMARY.md
index bdbccf2..8104342 100644
--- a/SUMMARY.md
+++ b/SUMMARY.md
@@ -4,7 +4,6 @@
## 🚼 Anytype Basics
-* [Product Glossary & Concept Map](anytype-basics/product-glossary-and-concept-map.md)
* [Setting Up Your Profile](anytype-basics/setting-up-your-profile/README.md)
* [Recovery Phrase](anytype-basics/setting-up-your-profile/recovery-phrase.md)
* [Your Home Page](anytype-basics/setting-up-your-profile/your-home-page.md)
@@ -40,7 +39,7 @@
* [Navigation](anytype-basics/keyboard-shortcuts/navigation.md)
* [Markdown](anytype-basics/keyboard-shortcuts/markdown.md)
* [Commands](anytype-basics/keyboard-shortcuts/commands.md)
-* [Glossary](anytype-basics/anytype-editor.md)
+* [Glossary](anytype-basics/glossary.md)
## 🧑🏫 Use Cases & Tutorials
diff --git a/anytype-basics/anytype-editor.md b/anytype-basics/anytype-editor.md
deleted file mode 100644
index d2e4ca3..0000000
--- a/anytype-basics/anytype-editor.md
+++ /dev/null
@@ -1,27 +0,0 @@
----
-description: How to put together the different puzzle pieces
----
-
-# Glossary
-
-
-
-Getting the most out of Anytype means getting comfortable with the basic terminology and know how to use them together.
-
-These primitives are the components you'll use to create everything from simple notes, to complex dashboards, and ultimately - your own little web.
-
-These include:
-
-**Objects**: Building blocks of Anytype; smallest linkable component.
-
-**Types**: Classification system for Objects
-
-**Templates**: Saved content formats for specific Types that can be applied upon Object creation
-
-**Relations**: Object connectors; either via shared properties or defined links
-
-**Collections**: Smart Folder with manually added compilation of multiple Objects in a single place
-
-**Sets**: Meta-Object: Live query of all Objects which share a common characteristic (ie: Type or Relation)
-
-**Graph**: Non-hierarchical data structure containing all Objects you've ever created in Anytype, and their connections to each other.
diff --git a/anytype-basics/product-glossary-and-concept-map.md b/anytype-basics/glossary.md
similarity index 58%
rename from anytype-basics/product-glossary-and-concept-map.md
rename to anytype-basics/glossary.md
index 25b3209..e63f990 100644
--- a/anytype-basics/product-glossary-and-concept-map.md
+++ b/anytype-basics/glossary.md
@@ -2,19 +2,19 @@
description: Working your way through the anytype primitives
---
-# Product Glossary & Concept Map
+# Glossary
+
+
Getting the most out of anytype means getting comfortable with the basic terminology and how each piece fits together. These primitives are the components you'll use to create everything from simple notes, to complex dashboards, and ultimately - your own little web.
These include:
* Space: The container for your graph of objects - in beta stage, this is equivalent to your account. Future versions of Anytype will permit multiple spaces with different access controls.
-* Graph: Non-hierarchical data structure containing all objects you've ever created in a space, and their connections to each other
-* Objects: Building blocks of Anytype; smallest linkable component
-* Types: Classification system for objects
-* Templates: Saved content formats for specific Types that can be applied upon Object creation
-* Relations: Object connectors; either via shared properties or defined links
-* Collections: Manually added compilation of multiple objects within a single one
-* Sets: Live query of all Objects which share a common characteristic (ie: Type or Relation)
-
-
+* Graph: A non-hierarchical data structure containing all objects you've ever created in a space, and their connections to each other.
+* Objects: Building blocks of Anytype. They represent the smallest linkable components in your account; each object is a node in your graph.
+* Types: Classification system for objects. All objects must have a type.
+* Templates: Saved content formats for specific Types that can be applied upon Object creation. Templates are specific to types, while types can have multiple templates.
+* Relations: Object connectors; either via shared properties or defined links.
+* Collections: Manually created compilation of multiple objects within a single one.
+* Sets: Live query of all Objects which share a common characteristic (ie: Type or Relation).