From 71de3fe93310cd78ed0928b142ac6c67abae7667 Mon Sep 17 00:00:00 2001 From: Kuldeep Sharma Date: Tue, 3 Mar 2026 17:37:06 +0530 Subject: [PATCH] Add section on Capacitor Official Plugins Added a section about Capacitor Official Plugins to guide users in finding plugins for their projects. --- docs/main/getting-started/faqs.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/main/getting-started/faqs.md b/docs/main/getting-started/faqs.md index 09950aab..32355cba 100644 --- a/docs/main/getting-started/faqs.md +++ b/docs/main/getting-started/faqs.md @@ -39,9 +39,13 @@ No! You don't! Capacitor works with **any** web application, not just ones built To find plugins for your project, you should check the following places in this order. +### Capacitor Official Plugins ⚡ + +The [Capacitor Official Plugins](https://github.com/ionic-team/capacitor-plugins) are a set of Capacitor plugins maintained by the Capacitor team that provide access to commonly used native APIs. If you need a plugin, this should be one of the first places you look. + ### Capacitor Community GitHub ⚡ -The [Capacitor Community GitHub organization](https://github.com/capacitor-community) lists plugins that our excellent community of developers creates. They are Capacitor first plugins that are actively developed and should work in any Capacitor 3+ project. If you need a plugin, this should be one of the first places you look. +The [Capacitor Community GitHub organization](https://github.com/capacitor-community) lists plugins that our excellent community of developers creates. They are Capacitor first plugins that are actively developed and should work in any Capacitor 3+ project. If you can't find an official plugin, this should be places you look. ### Awesome Capacitor 😎