diff --git a/_opensearch/install/plugins.md b/_opensearch/install/plugins.md
index 93cc2241..866fc19c 100644
--- a/_opensearch/install/plugins.md
+++ b/_opensearch/install/plugins.md
@@ -83,4 +83,31 @@ bin/opensearch-plugin list
| Security | [opensearch-security](https://github.com/opensearch-project/security) | 1.0.0 or newer |
| SQL | [opensearch-sql](https://github.com/opensearch-project/sql) | 1.0.0 or newer |
-1Dashboard Notebooks was merged in to the Observability plugin with the release of OpenSearch 1.2.0.
\ No newline at end of file
+1Dashboard Notebooks was merged in to the Observability plugin with the release of OpenSearch 1.2.0.
+
+### Additional plugins
+
+Members of the OpenSearch community have built countless plugins for the service. Although it isn't possible to build an exhaustive list of every plugin, since many plugins are not maintained within the OpenSearch GitHub repository, the following list of plugins are available to be installed by name using `bin/opensearch-plugin install `.
+
+| Plugin Name | OpenSearch Compatible Versions |
+| :--- | :--- |
+| analysis-icu | 1.0.0 or newer |
+| analysis-kuromoji | 1.0.0 or newer |
+| analysis-nori | 1.0.0 or newer |
+| analysis-phonetic | 1.0.0 or newer |
+| analysis-smartcn | 1.0.0 or newer |
+| analysis-stempel | 1.0.0 or newer |
+| analysis-ukrainian | 1.0.0 or newer |
+| discovery-azure-classic | 1.0.0 or newer |
+| discovery-ec2 | 1.0.0 or newer |
+| discovery-gce | 1.0.0 or newer |
+| ingest-attachment | 1.0.0 or newer |
+| mapper-annotated-text | 1.0.0 or newer |
+| mapper-murmur3 | 1.0.0 or newer |
+| mapper-size | 1.0.0 or newer |
+| repository-azure | 1.0.0 or newer |
+| repository-gcs | 1.0.0 or newer |
+| repository-hdfs | 1.0.0 or newer |
+| repository-s3 | 1.0.0 or newer |
+| store-smb | 1.0.0 or newer |
+| transport-nio | 1.0.0 or newer |
\ No newline at end of file