diff --git a/templates/ContentGenerator/LTI/content_item_selection_error.html.ep b/templates/ContentGenerator/LTI/content_item_selection_error.html.ep
index 96e1dc1e5d..a95702a0a0 100644
--- a/templates/ContentGenerator/LTI/content_item_selection_error.html.ep
+++ b/templates/ContentGenerator/LTI/content_item_selection_error.html.ep
@@ -14,7 +14,12 @@
% if (stash->{contextData}) {
<%= maketext('An LTI content item request was received with no associated LMS course. '
- . 'The following parameters were received which can be used to make this association:') =%>
+ . 'The following parameters were received which can be used to make this association. '
+ . 'If you have sufficient permissions in the WeBWorK course, you can visit the Course '
+ . 'Configuration page. Go to the LTI tab if it is enabled for your course. You might have '
+ . 'permission to change the "LMS Context ID". If so, enter the Context ID given below. '
+ . 'If you are unable to complete these steps, contact your WeBWorK administrator with the '
+ . 'information below.') =%>
% for (@{ stash->{contextData} }) {