diff --git a/docs/guides/modernizing.rst b/docs/guides/modernizing.rst
index 0c6309a3..db5d81e8 100644
--- a/docs/guides/modernizing.rst
+++ b/docs/guides/modernizing.rst
@@ -24,6 +24,12 @@ Each section states the minimum Python version required to use the
feature, whether it is available in typing-extensions, and whether it is
available using quoting.
+.. tip::
+
+ Tools such as `pyupgrade `__ or
+ `ruff `__ can automatically perform
+ these refactorings for you.
+
.. note::
The latest version of typing-extensions is available for all Python