diff --git a/topics/appendix/glossary.md b/topics/appendix/glossary.md
index 7af7264b1..2457fe81e 100644
--- a/topics/appendix/glossary.md
+++ b/topics/appendix/glossary.md
@@ -1,6 +1,6 @@
-# Glossary
+
-
+# Glossary
Glossary of IntelliJ Platform specific terms.
@@ -37,6 +37,10 @@ External System _(ES)_
File Based Index _(FBI)_
: [File Based Index](file_based_indexes.md) allows storing key-value information based on the project's files.
+## G
+Gradle Build Script
+: A configuration file written in Kotlin (build.gradle.kts) or Groovy (build.gradle) that describes the build process and dependencies of a plugin.
+
## I
Inspection