# 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](https://manual.bubble.io/core-resources/bubble-made-plugins), 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](https://manual.bubble.io/help-guides/integrations/using-plugins)
* Page: [List of plugins](https://bubble.io/plugins)
* Article series: [Building plugins](https://manual.bubble.io/account-and-marketplace/building-plugins)

</details>

<details>

<summary>Core reference</summary>

* [The plugins tab](https://manual.bubble.io/core-resources/bubbles-interface/plugins-tab)

</details>


---

# Agent Instructions: 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.
