diff --git a/GUI,-CLI-and-Formats-explained.md b/GUI,-CLI-and-Formats-explained.md
index 924540c..4510648 100644
--- a/GUI,-CLI-and-Formats-explained.md
+++ b/GUI,-CLI-and-Formats-explained.md
@@ -31,14 +31,13 @@ Special thanks to [TroubleChute](https://www.youtube.com/channel/UCkih2oVTbXPEpV
**2.** Paste your token in the upper text box and hit ENTER, or click the arrow (→). Please refer to the on-screen instructions to get your token.
**NEVER SHARE YOUR TOKEN**. A token gives full access to an account, treat it like a password.
-
+
**3.** DCE will display your Direct Messages and a sidebar with your server list. Select the channel you would like to export, then click the  button to continue.
> 💡 Tip: You can export multiple channels at once by holding `CTRL` or `SHIFT` while selecting.
-
-
+
**4.** In this screen you can customize the following:
* **Export format** - HTML (Dark), HTML (Light), Plain Text and CSV
@@ -48,7 +47,7 @@ Special thanks to [TroubleChute](https://www.youtube.com/channel/UCkih2oVTbXPEpV
**5.** Click `EXPORT` to export.
-
+
**Date formats**
You can customize how dates are formatted in the exported files at the settings menu ().
@@ -289,7 +288,7 @@ This command explains [how to get your token, guild or channel IDs](https://gith
## HTML
-
+
The HTML format replicates Discord's interface, making it the most user-friendly option. It's the best format for attachment preview and sharing.
You can open `.html` files with a web browser, such as Google Chrome.
> Please notice that if the picture is deleted, or if a user changes its avatar, the images won't show up anymore.
@@ -303,12 +302,19 @@ You can open `.html` files with a web browser, such as Google Chrome.
The Plain Text format is the best option for archiving due to its small size.
You can open `.txt` files with text editors, such as Notepad.
+## JSON
+
+https://i.imgur.com/DDxuCdo.png
+
+The JSON format contains more technical information that's easily parsable.
+You can open `.json` files with text editors, such as Notepad.
+
## CSV
-
-
+
+
-The CSV format allows for easy parsing of the chat log.
+The CSV format allows for easy parsing of the chat log. Depending on your needs, the JSON format might be better.
You can open `.csv` files with text editors, such as Notepad, or spreadsheet programs, like Microsoft Excel and Google Sheets.
**([Back to top](https://github.com/Tyrrrz/DiscordChatExporter/wiki/GUI%2C-CLI-and-Formats-explained#gui-or-cli))**