diff --git a/Doc/improve-page.rst b/Doc/improve-page.rst
new file mode 100644
index 00000000000000..48fe6088f7083f
--- /dev/null
+++ b/Doc/improve-page.rst
@@ -0,0 +1,39 @@
+:orphan:
+
+.. _improve-a-page:
+
+****************************
+Improve a documentation page
+****************************
+
+.. only:: html and not epub
+
+ .. raw:: html
+
+
+
+We are always interested to hear ideas about improvements to the documentation.
+
+You were reading "PAGETITLE" at ``_. The source for that page is on
+`GitHub `_.
+
+You have a few ways to ask questions or suggest changes:
+
+- You can start a discussion about the page on the Python discussion forum.
+ This link will start a pre-populated topic:
+ `Question about page "PAGETITLE" `_.
+
+- You can open an issue on the Python GitHub issue tracker. This link will
+ create a new pre-populated issue:
+ `Docs: problem with page "PAGETITLE" `_.
+
+- You can `edit the page on GitHub `_
+ to open a pull request and begin the contribution process.
diff --git a/Doc/tools/templates/customsourcelink.html b/Doc/tools/templates/customsourcelink.html
index 8e271bca1e08c8..47995c01f0a68a 100644
--- a/Doc/tools/templates/customsourcelink.html
+++ b/Doc/tools/templates/customsourcelink.html
@@ -1,10 +1,25 @@
{%- if show_source and has_source and sourcename %}
+
{{ _('This page') }}