> 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/~/revisions/qbTQg7GCyNiJFyTLcBmD/account-and-marketplace/building-plugins.md).

# Building Plugins

Plugins extend Bubble's functionality and add new API connections, elements and actions to Bubble. You can build plugins for the benefit of the Community, or build private plugins if you need to write custom code for your applications.

This section covers the different plugin types you can build and how publishing works.

{% content-ref url="/pages/-M5sms7a3UBaE0EpYsbq" %}
[The Plugin Editor](/~/revisions/qbTQg7GCyNiJFyTLcBmD/account-and-marketplace/building-plugins/the-plugin-editor.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M5sms7b6uKLZzTkbJDz" %}
[General Settings](/~/revisions/qbTQg7GCyNiJFyTLcBmD/account-and-marketplace/building-plugins/general-settings.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M5sms7cmNgKcVhKiwrG" %}
[Adding API Connections](/~/revisions/qbTQg7GCyNiJFyTLcBmD/account-and-marketplace/building-plugins/adding-api-connections.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M5sms7dBI\_jiUvrTHGj" %}
[Building Elements](/~/revisions/qbTQg7GCyNiJFyTLcBmD/account-and-marketplace/building-plugins/building-elements.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M5sms7eUY9dgN-dpTFi" %}
[Building Actions](/~/revisions/qbTQg7GCyNiJFyTLcBmD/account-and-marketplace/building-plugins/building-actions.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M5sms7fjRPmrFuBoyZs" %}
[Loading Data](/~/revisions/qbTQg7GCyNiJFyTLcBmD/account-and-marketplace/building-plugins/loading-data.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M5sms7gRpMhA\_tOl\_5m" %}
[Publishing & Versioning](/~/revisions/qbTQg7GCyNiJFyTLcBmD/account-and-marketplace/building-plugins/publishing-and-versioning.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M5sms7hss4p0cntJf5o" %}
[Github Integration](/~/revisions/qbTQg7GCyNiJFyTLcBmD/account-and-marketplace/building-plugins/github-integration.md)
{% endcontent-ref %}


---

# 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/~/revisions/qbTQg7GCyNiJFyTLcBmD/account-and-marketplace/building-plugins.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.
