diff --git a/_reference/menu.md b/_reference/menu.md
index 58cbca1..ef15c36 100644
--- a/_reference/menu.md
+++ b/_reference/menu.md
@@ -24,8 +24,8 @@ order : 600
Application Settings
-File
-Will include items like: New..., Open...
+File
+Export as...
Edit
diff --git a/_reference/menu/file.md b/_reference/menu/file.md
new file mode 100644
index 0000000..995fa11
--- /dev/null
+++ b/_reference/menu/file.md
@@ -0,0 +1,27 @@
+---
+title : File
+layout : default
+permalink : /reference/menu/file
+draft : true
+order : 610
+---
+
+
+
+ Index
+ Reference
+ Menu
+ {{ page.title }}
+
+
+
+
+
+item
+description
+
+
+Export as
+Convert from one file to another (.ttf, .otf, .fontra, .designspace, .ufo, .rcjk)
+
+
diff --git a/_reference/menu/file/export-as.md b/_reference/menu/file/export-as.md
new file mode 100644
index 0000000..7cb40ef
--- /dev/null
+++ b/_reference/menu/file/export-as.md
@@ -0,0 +1,45 @@
+---
+title : Export as
+layout : default
+permalink : /reference/menu/file/export-as
+draft : true
+order : 611
+---
+
+
+
+ Index
+ Reference
+ Menu
+ File
+ {{ page.title }}
+
+
+
+*Export as* is able to convert from one file format to another. For example: You can open a TTF and export it as a .fontra or .designspace or simply generate a font (TTF/OTF) from a .fontra file.
+{: .lead }
+
+
+#### Pro tips:
+{: .alert-heading}
+- convert a GlyphsApp file to .fontra or .designspace
+- export a CFF2 variable font
+{: .mb-0 }
+
+
+![]({{ site.url }}/images/export-as.png){: .img-fluid }
+
+Export as includes:
+: ^
+ - [TrueType (*.ttf)](https://learn.microsoft.com/en-us/typography/truetype/)
+ - [OpenType (*.otf)](https://learn.microsoft.com/en-us/typography/opentype/)
+ - Fontra (*.fontra)
+ - [Designspace + UFO (*.designspace)](https://fonttools.readthedocs.io/en/latest/designspaceLib/index.html)
+ - [UFO (*.ufo)](https://unifiedfontobject.org)
+ - [RCJK (*.rcjk)](https://blackfoundrycom.github.io/black-robo-cjk/index.html)
+
+
+**Export as** introduction
+-------
+
+
diff --git a/_reference/reference.md b/_reference/reference.md
index 434cbb9..d25a6de 100644
--- a/_reference/reference.md
+++ b/_reference/reference.md
@@ -45,6 +45,8 @@ theoretical knowledge · information-oriented · useful when working
- [Editor Behavior](menu/fontra/editor-behavior)
- [Plugin Manager](menu/fontra/plugin-manager)
- [Server Info](menu/fontra/server-info)
+ - [File](menu/file)
+ - [Export as](menu/file/export-as)
- [View](menu/view)
- [Glyph editor appearance](menu/view/glyph-editor-appearance)
- [Font](menu/font)
diff --git a/_tutorials/tutorials.md b/_tutorials/tutorials.md
index a2b1d96..1ca820e 100644
--- a/_tutorials/tutorials.md
+++ b/_tutorials/tutorials.md
@@ -9,6 +9,10 @@ order : 1
Getting started
{: .lead }
+**Export as** introduction
+-------
+
+
**Pen tool** introduction
-------
diff --git a/images/export-as.png b/images/export-as.png
new file mode 100644
index 0000000..fc8fcdc
Binary files /dev/null and b/images/export-as.png differ
diff --git a/videos/export-as.mp4 b/videos/export-as.mp4
new file mode 100644
index 0000000..e9038b4
Binary files /dev/null and b/videos/export-as.mp4 differ