diff --git a/addOns/help/src/main/javahelp/contents/releases/2.17.0.html b/addOns/help/src/main/javahelp/contents/releases/2.17.0.html
index a4dcc189..5a393994 100644
--- a/addOns/help/src/main/javahelp/contents/releases/2.17.0.html
+++ b/addOns/help/src/main/javahelp/contents/releases/2.17.0.html
@@ -11,25 +11,37 @@
Release 2.17.0
This is a bug fix and enhancement release.
-TBC
-
Alert De-duplication
-Changes have been made in order to reduce the number of alerts which ZAP may raise that are duplicaes or highly similar, more closely being aligned with the Sites Tree representation.
+Changes have been made in order to reduce the number of alerts which ZAP may raise that are duplicates or highly similar, more closely being aligned with the Sites Tree representation.
See the Alert De-duplication blog for further details.
Systemic Alerts
-TBC
+Alerts that are typically site-wide will now be flagged as being "Systemic" in both the ZAP Desktop UI and in reports.
+
+This can also significantly reduce the number of "duplicate" alerts reported.
+
+
Insights
+A new "Insights" tab shows key information which is not related to vulnerabilities, or potentially even related to the application in question.
+
+Insights tell you more about your applications, about the effectiveness of a scan, and can even stop a scan early if significant problems are identified.
+
+Insights are also available in all of the official ZAP reports.
+
+
Improved Disk and Memory Space Error Handling
+ZAP will now detect disk and memory space issues and attempt to handle them more gracefully.
+
+Any problems encountered will be reported via the Insights.
+
+
Automation Disk Space Reduction
+Active Scan Temporary HTTP Messages are no longer persisted by default when ZAP is run headless.
+This can significantly reduce the amount of disk space needed.
+
+The option is also available in the Desktop but is turned off be default, so that the user can inspect them.
Structured Reports ISO 8601 Standard Date
The structured reports (JSON and XML) now have an ISO 8601 standard date field/attribute (“created”);
the existing “generatedString” field will be removed in the future.
-Active Scan Temporary HTTP Messages
-If this option is selected the active scanner will persist all HTTP messages sent while active scanning, which allows to further inspect them (e.g. custom passive scanners, manually).
-They are temporary and removed once the session is closed, for cases where the HTTP messages are not necessary it is advised to disable this option for performance reasons (I/O, disk space).
-
-By default the HTTP messages are persisted unless in command line mode, where sessions are usually discarded once ZAP finishes.
-
Dependency Updates
As usual the release includes dependency updates.
@@ -45,6 +57,12 @@ Add-Ons
Updated Add-Ons
All of the add-ons included by default have been updated since the last full release.
+New Add-Ons
+
+
+ - Insights - as detailed above
+
+
Enhancements
- TBC
diff --git a/addOns/help/src/main/javahelp/contents/start/features/alerts.html b/addOns/help/src/main/javahelp/contents/start/features/alerts.html
index 8da17903..a361739e 100644
--- a/addOns/help/src/main/javahelp/contents/start/features/alerts.html
+++ b/addOns/help/src/main/javahelp/contents/start/features/alerts.html
@@ -33,8 +33,123 @@ Alerts
All alerts are listed in the Alerts tab
and a count of the total number of alerts by risk is shown in the footer.
+
+The full set of alerts that ZAP can raise is available online at
+https://www.zaproxy.org/docs/alerts/
+
+
+Alert Fields
+
+The following fields are supported.
+
+Name
+
+The name of the alert, for example "Cross Site Scripting (Reflected)"
+
+URL
+
+The URL related to the alert.
+
+Node Name
+
+A normalised version of the URL, which is also used in the Sites Tree
+
+Risk
+
+The relative severity of the alert.
+
+One of:
+
+- Informational
+
- Low
+
- Medium
+
- High
+
+
+The risk is automatically set for Alerts raised by ZAP.
+If you want to change the risk you can either do that manually for each alert or you can create an
+Alert Filter to do it automatically.
+
+Confidence
+
+The relative confidence in the alert.
+
+One of:
+
+- False Positive
+
- Low
+
- Medium
+
- High
+
- Confirmed
+
+
+ZAP will not raise an alert with a confidence of either "False Positive" or "Confirmed".
+However you can set these levels either manually or via an Alert Filter.
+
+Parameter
+
+The name of the parameter that was attacked.
+This will be empty if the alert is not associated with a specific parameter.
+
+Attack
+
+The payload used to find the alert.
+This will be empty for passive alerts.
+
+Evidence
+
+A string that appears in the request or response which was used to help identify the alert.
+This will be empty if there is no relevant string, for example for missing security headers.
+
+CWE ID
+
+The Common Weakness Enumeration ID.
+
+WASC ID
+
+The Web Application Security Consortium ID.
+
+Source
+
+The component which raised the alert, and the ID of the rule.
+
+Alert Reference
+
+The ID of the rule which raised the alert, optionally followed by a dash and the alert type.
+
+All of the alerts raised by ZAP are listed on
+https://www.zaproxy.org/docs/alerts/,
+and they all have a static page with a URL based on the Alert Reference.
+
+
Input Vector
+
+The Active Scan Input Vector used to identify the element attacked.
+This will be empty for passive alerts or if the alert is not associated with a specific parameter.
+
+Description
+
+A detailed description of the alert. This will be the same text for all alert instances with the same reference.
+
+Other Info
+
+Alert specific information, which is potentially different for each alert raised.
+
+Solution
+
+Potential solutions to the underlying problem.
+Note that these solutions will be generic as ZAP does not access any source code.
+This will be the same text for all alert instances with the same reference.
+
+Reference
+
+A set of links to more information about the alert online.
+
+Alert Tags
+
+The tags associated with the alert.
+The full set of tags supported are listed on https://www.zaproxy.org/alerttags/.
-Alert overrides
+Alert Overrides
Alerts raised by ZAP include both generic and specific information about the alerts raised.
The specific information relates directly to the potential issue found, such as the URL and the parameter affected.