diff --git a/FFE-AddIn/_Doc/AVQ Batch Query.md b/FFE-AddIn/_Doc/AVQ Batch Query.md
deleted file mode 100644
index 6e99bd6..0000000
--- a/FFE-AddIn/_Doc/AVQ Batch Query.md
+++ /dev/null
@@ -1,49 +0,0 @@
-# AVQ Batch Query Function
-
-The **AVQ Batch Query** allows to query stock quotes for multiple symbols with one request.
-
-In comparison to the `AVQD` user-defined function, the batch query queries stock quotes for multiple symbols with one Alpha Vantage API call. This allows to increase the number of stock quote queries, which are limited by the Alpha Vantage free API service.
-
-The AVQ Batch Query function is not a formula function, but a function that is called via ribbon button `FFE | AVQ | Batch Query`.
-
-The batch query requires a Excel-selection (also named as range) of stock symbols to work. The selection must have two columns. The first column contains the symbols, in the second column the result (stock quote) of the batch query is returned. Multiple Excel-selections with the same selection principle are allowed (see also [Examples](#examples)).
-The selection(s) must match with the selected AVQ batch query mode, that defines the kind of selection you choose.
-
-
-* `Contiguous Range`
- The selection contains two columns, which are located next to each other. The range is one area, that is not discontinuous by an other selection.
- The result (stock quote) of the Alpha Vantage batch query is returned next (right) to the symbol column.
-
-
-* `Non-Contiguous Range`
- The selections contains a total of two columns, which are discontinuous by other columns.
- The result (stock quote) of the Alpha Vantage batch query is returned in the second column.
-
-
-* `Named Range`
- The selections were previously saved as named ranges. The named ranges contains two columns each, which must be a contiguous range (support for non-contiguous ranges are on the roadmap).
- Use * (asterisk) as a wildcard character at the end of *Range Name*
-
-
-
- to use all named ranges which starts with the given name.
- The result (stock quote) of the AVQ batch query is returned in the second column.
-
-
-
-
-
-
-## Options
-
-**Batch Comment**
-The `Batch Comment` option adds the stock quote timestamp (retrieved from the Alpha Vantage Batch API) in local time and the provider as a Excel comment to each stock quote cell. This makes the traceability of the stock quotes easier.
-
-
-
-
-
-
-## Examples
-
-AVQ Batch Query Examples.xlsx ([free Alpha Vantage API Key](https://www.alphavantage.co/support/#api-key) required)
\ No newline at end of file
diff --git a/FFE-AddIn/_Doc/Attachments/AVQ Batch Query Examples (New).xlsx b/FFE-AddIn/_Doc/Attachments/AVQ Batch Query Examples (New).xlsx
deleted file mode 100644
index 58ab388..0000000
Binary files a/FFE-AddIn/_Doc/Attachments/AVQ Batch Query Examples (New).xlsx and /dev/null differ
diff --git a/FFE-AddIn/_Doc/Attachments/AVQ Batch Query Examples.xlsx b/FFE-AddIn/_Doc/Attachments/AVQ Batch Query Examples.xlsx
deleted file mode 100644
index 9f2196d..0000000
Binary files a/FFE-AddIn/_Doc/Attachments/AVQ Batch Query Examples.xlsx and /dev/null differ
diff --git a/FFE-AddIn/_Doc/Images/AVQ Batch Query.md - Batch Comment Example.png b/FFE-AddIn/_Doc/Images/AVQ Batch Query.md - Batch Comment Example.png
deleted file mode 100644
index 867429e..0000000
Binary files a/FFE-AddIn/_Doc/Images/AVQ Batch Query.md - Batch Comment Example.png and /dev/null differ
diff --git a/FFE-AddIn/_Doc/Images/AVQ Batch Query.md - Batch Comment.png b/FFE-AddIn/_Doc/Images/AVQ Batch Query.md - Batch Comment.png
deleted file mode 100644
index 528575b..0000000
Binary files a/FFE-AddIn/_Doc/Images/AVQ Batch Query.md - Batch Comment.png and /dev/null differ
diff --git a/FFE-AddIn/_Doc/Images/AVQ Batch Query.md - Contiguous Range Mode.png b/FFE-AddIn/_Doc/Images/AVQ Batch Query.md - Contiguous Range Mode.png
deleted file mode 100644
index eb4d809..0000000
Binary files a/FFE-AddIn/_Doc/Images/AVQ Batch Query.md - Contiguous Range Mode.png and /dev/null differ
diff --git a/FFE-AddIn/_Doc/Images/AVQ Batch Query.md - Modes.png b/FFE-AddIn/_Doc/Images/AVQ Batch Query.md - Modes.png
deleted file mode 100644
index d5fc789..0000000
Binary files a/FFE-AddIn/_Doc/Images/AVQ Batch Query.md - Modes.png and /dev/null differ
diff --git a/FFE-AddIn/_Doc/Images/AVQ Batch Query.md - Named Range Mode.png b/FFE-AddIn/_Doc/Images/AVQ Batch Query.md - Named Range Mode.png
deleted file mode 100644
index 5631353..0000000
Binary files a/FFE-AddIn/_Doc/Images/AVQ Batch Query.md - Named Range Mode.png and /dev/null differ
diff --git a/FFE-AddIn/_Doc/Images/AVQ Batch Query.md - Named Ranges - Name Manager.png b/FFE-AddIn/_Doc/Images/AVQ Batch Query.md - Named Ranges - Name Manager.png
deleted file mode 100644
index f36d764..0000000
Binary files a/FFE-AddIn/_Doc/Images/AVQ Batch Query.md - Named Ranges - Name Manager.png and /dev/null differ
diff --git a/FFE-AddIn/_Doc/Images/AVQ Batch Query.md - Non-Contiguous Range Mode.png b/FFE-AddIn/_Doc/Images/AVQ Batch Query.md - Non-Contiguous Range Mode.png
deleted file mode 100644
index 5be4ceb..0000000
Binary files a/FFE-AddIn/_Doc/Images/AVQ Batch Query.md - Non-Contiguous Range Mode.png and /dev/null differ
diff --git a/FFE-AddIn/_Doc/Images/AVQ Batch Query.md - Range Name.png b/FFE-AddIn/_Doc/Images/AVQ Batch Query.md - Range Name.png
deleted file mode 100644
index 39b8234..0000000
Binary files a/FFE-AddIn/_Doc/Images/AVQ Batch Query.md - Range Name.png and /dev/null differ
diff --git a/FFE-AddIn/_Doc/Images/Sources/AVQ Batch Query.md - Modes.xlsx b/FFE-AddIn/_Doc/Images/Sources/AVQ Batch Query.md - Modes.xlsx
deleted file mode 100644
index ab0305a..0000000
Binary files a/FFE-AddIn/_Doc/Images/Sources/AVQ Batch Query.md - Modes.xlsx and /dev/null differ
diff --git a/FFE-AddIn/_Doc/Images/SsqUdt.json.md - Excel function dialog (MySSQ).png b/FFE-AddIn/_Doc/Images/SsqUdf.json.md - Excel function dialog (MySSQ).png
similarity index 100%
rename from FFE-AddIn/_Doc/Images/SsqUdt.json.md - Excel function dialog (MySSQ).png
rename to FFE-AddIn/_Doc/Images/SsqUdf.json.md - Excel function dialog (MySSQ).png
diff --git a/FFE-AddIn/_Doc/Images/SsqUdt.json.md - Excel function dialog (QGF).png b/FFE-AddIn/_Doc/Images/SsqUdf.json.md - Excel function dialog (QGF).png
similarity index 100%
rename from FFE-AddIn/_Doc/Images/SsqUdt.json.md - Excel function dialog (QGF).png
rename to FFE-AddIn/_Doc/Images/SsqUdf.json.md - Excel function dialog (QGF).png
diff --git a/FFE-AddIn/_Doc/Images/SsqUdt.json.md - Excel function dialog.png b/FFE-AddIn/_Doc/Images/SsqUdf.json.md - Excel function dialog.png
similarity index 100%
rename from FFE-AddIn/_Doc/Images/SsqUdt.json.md - Excel function dialog.png
rename to FFE-AddIn/_Doc/Images/SsqUdf.json.md - Excel function dialog.png
diff --git a/FFE-AddIn/_Doc/SsqUdf.json.md b/FFE-AddIn/_Doc/SsqUdf.json.md
index b6e7522..9ff4a6f 100644
--- a/FFE-AddIn/_Doc/SsqUdf.json.md
+++ b/FFE-AddIn/_Doc/SsqUdf.json.md
@@ -9,7 +9,7 @@ Each user-defined function definition has two parts:
The first part describes the name and how the function should be displayed in Excel in the function dialog.
How it looks like in the Excel function dialog:
-
+
`Help on this function` is linked to the website which is defined under `Help Topic.`
The `Help Link` object is currently not used.
The `Comment` object value is an internal comment and used in the JSON file only.