> For the complete documentation index, see [llms.txt](https://manual.bubble.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.bubble.io/help-guides/getting-started/navigating-the-bubble-editor/tabs-and-sections/plugins-tab.md).

# Plugins tab

Plugins are extensions or modules that add specific features (such as accepting payments with Stripe) or new element types. There is a collection of [Bubble-developed plugins](/core-resources/bubble-made-plugins.md), and thousands of community-developed plugins.

In the Plugin Tab, you can:

1. **Browse and install Plugins:** Browse Bubble's large catalogue of plugins
2. **Manage Existing Plugins:** View and uninstall plugins
3. **Configure Plugin Settings:** Adjust the settings or provide necessary API keys for specific plugins to function correctly.

## Related articles and links

<details>

<summary>Related articles and links</summary>

* Article: [Plugins](/help-guides/integrations/using-plugins.md)
* Page: [List of plugins](https://bubble.io/plugins)
* Article series: [Building plugins](/account-and-marketplace/building-plugins.md)

</details>

<details>

<summary>Core reference</summary>

* [The plugins tab](/core-resources/bubbles-interface/plugins-tab.md)

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://manual.bubble.io/help-guides/getting-started/navigating-the-bubble-editor/tabs-and-sections/plugins-tab.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
