diff --git a/labels.list b/labels.list
index 88a22d686..ad73db89e 100644
--- a/labels.list
+++ b/labels.list
@@ -21,6 +21,10 @@
Deprecated, see notes.
+
+ Obsolete, see notes.
+
+
Available in IDE version 2019.2 or later
diff --git a/topics/appendix/tools/gradle_intellij_plugin/tools_gradle_intellij_plugin.md b/topics/appendix/tools/gradle_intellij_plugin/tools_gradle_intellij_plugin.md
index a9b5f6743..900102dcc 100644
--- a/topics/appendix/tools/gradle_intellij_plugin/tools_gradle_intellij_plugin.md
+++ b/topics/appendix/tools/gradle_intellij_plugin/tools_gradle_intellij_plugin.md
@@ -1,6 +1,7 @@
# Gradle IntelliJ Plugin (1.x)
+
@@ -12,12 +13,17 @@
Gradle IntelliJ Plugin configures Gradle-based plugin projects for building, testing, verifying, and publishing the plugin.
-The Gradle IntelliJ Plugin is a plugin for the Gradle build system to help configure your environment for building, testing, verifying, and publishing plugins for IntelliJ-based IDEs.
+
-> This plugin is no longer under active development.
+> Gradle IntelliJ Plugin (1.x) is no longer under active development.
+>
> Whenever possible, use [](tools_intellij_platform_gradle_plugin.md) instead.
>
-{title="Obsolescence Notice" style="note"}
+{title="Obsolescence Notice" style="warning"}
+
+
+
+The Gradle IntelliJ Plugin is a plugin for the Gradle build system to help configure your environment for building, testing, verifying, and publishing plugins for IntelliJ-based IDEs.
This plugin allows you to build plugins for IntelliJ Platform using specified IntelliJ SDK and bundled or third-party plugins.
diff --git a/topics/appendix/tools/gradle_intellij_plugin/tools_gradle_intellij_plugin_build_features.md b/topics/appendix/tools/gradle_intellij_plugin/tools_gradle_intellij_plugin_build_features.md
index 17f45cf4a..fa15f0ff1 100644
--- a/topics/appendix/tools/gradle_intellij_plugin/tools_gradle_intellij_plugin_build_features.md
+++ b/topics/appendix/tools/gradle_intellij_plugin/tools_gradle_intellij_plugin_build_features.md
@@ -1,9 +1,12 @@
# Gradle IntelliJ Plugin – Build Features
+
Overview of Gradle IntelliJ Plugin feature flags.
+
+
With ongoing Gradle IntelliJ Plugin releases, new features are introduced that require additional research, collecting more feedback from developers, or should be enabled or disabled under particular conditions.
Build Features are an implementation of the feature flags concept and let you control some behaviors of the Gradle IntelliJ Plugin.
diff --git a/topics/appendix/tools/gradle_intellij_plugin/tools_gradle_intellij_plugin_examples.md b/topics/appendix/tools/gradle_intellij_plugin/tools_gradle_intellij_plugin_examples.md
index 80cc23bb6..b2ea87357 100644
--- a/topics/appendix/tools/gradle_intellij_plugin/tools_gradle_intellij_plugin_examples.md
+++ b/topics/appendix/tools/gradle_intellij_plugin/tools_gradle_intellij_plugin_examples.md
@@ -1,10 +1,13 @@
# Gradle IntelliJ Plugin – Usage Examples
+
Usage Examples of plugins using Gradle IntelliJ Plugin.
-Marketplace platform provides the [IntelliJ Platform Explorer](https://jb.gg/ipe) – a search tool for browsing Extension Points inside existing implementations of open-source IntelliJ Platform plugins.
+
+
+The JetBrains Marketplace platform provides the [IntelliJ Platform Explorer](https://jb.gg/ipe) – a search tool for browsing Extension Points inside existing implementations of open-source IntelliJ Platform plugins.
One of its features is the possibility of filtering the plugins by those that utilize [Gradle](https://jb.gg/ipe?buildSystem=gradle) or [Gradle KTS](https://jb.gg/ipe?buildSystem=gradle_kts) build scripts.
diff --git a/topics/appendix/tools/gradle_intellij_plugin/tools_gradle_intellij_plugin_faq.md b/topics/appendix/tools/gradle_intellij_plugin/tools_gradle_intellij_plugin_faq.md
index 04eaed7ba..837b5c533 100644
--- a/topics/appendix/tools/gradle_intellij_plugin/tools_gradle_intellij_plugin_faq.md
+++ b/topics/appendix/tools/gradle_intellij_plugin/tools_gradle_intellij_plugin_faq.md
@@ -1,9 +1,12 @@
# Gradle IntelliJ Plugin – FAQ
+
FAQ for using Gradle IntelliJ Plugin
+
+
### How to target 2022.3 platform?