# Plugins

Two plugins are required when it comes to combining the template with the openBuild extension. These are:

* openBuild CSS - this plugin adds a header linking to a CSS stylesheet which is compatible with openBuild template. See the CSS included [here](/core-concepts/styles/custom-css.md).
* [Heroicons](https://bubble.io/plugin/heroicons-1662714551448x987904425844277200) - an Icon set from the Heroicons library. &#x20;

{% hint style="danger" %}
Working with the openBuild components library without these plugins installed in your app might create issues.
{% endhint %}

#### Other plugins:

* [Air Color Picker](https://bubble.io/plugin/air-color-picker-1498952719168x889602776416649200)
* [API Connector](https://manual.bubble.io/core-resources/bubble-made-plugins/api-connector)
* [OpenBuild Toolkit](https://bubble.io/plugin/openbuild-toolkit-1652100141816x544111532603605000)
* Google
* Google Material Icons
* [Ionic Elements](https://manual.bubble.io/core-resources/bubble-made-plugins/ionic-elements)
* [openToast](https://bubble.io/plugin/opentoast-1583999894901x139148699044937730)
* LinkedIn
* Multiselect Dropdown
* Progress Bar
* [Toolbox](https://bubble.io/plugin/toolbox-1488796042609x768734193128308700)


---

# 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://docs.openbuild.io/framework-elements/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.
