diff --git a/_reference/panels.md b/_reference/panels.md
index 6db9169..71d1546 100644
--- a/_reference/panels.md
+++ b/_reference/panels.md
@@ -22,7 +22,7 @@ Panels provide various tools to control Fontra's workspace and the font's design
+
+![]({{ site.url }}/images/panel-related-glyphs-and-characters-dark.png){: .img-fluid .py-2 }
+
+
+If you select a glyph you get different relationships.
+
+Alternate glyphs
+: ^
+ - Looks for glyphs which have the same glyph name, but with a different extension.
+
+Glyphs using this glyph as a component
+: ^
+ - These are glyphs within this font which use the selected glyph as a component
+ - example: a -> aacute, abreve, aring, adieresis, ...
+
+Characters that decompose with this character
+: ^
+ - We look at unicode decomposition information
+ - Can a character be represented as a sequence of other characters?!
+
+Components used by this glyph
+: ^
+ - The components as defined in the font (based on glyph information)
+ - example: onequarter -> one.numerator, four.numerator, fraction
+
+Character decomposition
+: ^
+ - Based on unicode information
+ - example: onequarter -> one, four, fraction
+
+
+
+
+
+- - -
+
+*Related Glyphs & Characters Panel* introduction
+-------
+