diff --git a/topics/basics/testing_plugins/testing_plugins.md b/topics/basics/testing_plugins/testing_plugins.md
index bee49eb5d..e704c7f2e 100644
--- a/topics/basics/testing_plugins/testing_plugins.md
+++ b/topics/basics/testing_plugins/testing_plugins.md
@@ -44,6 +44,10 @@ Use [`runIdeForUiTests`](tools_gradle_intellij_plugin.md#tasks-runideforuitests)
Do not use platform/testGuiFramework, as it is reserved for internal use.
+
+
+_The IntelliJ Platform integration testing framework, used internally for performance, functional, and UI tests, is now accessible to help streamline and enhance your plugin testing experience._
+
## Topics