# Public vs. private

## Visibility

In addition to type, plugins are also categorized by visibility.

* Plugins developed by Ubidots are public.
* Plugins developed by Ubidots **users** are private.

## Public

Public plugins are available to every Ubidots account. This gives all users access to these standardized tools.

{% hint style="info" %}
Some public plugins are only available on certain Ubidots plans.
{% endhint %}

{% content-ref url="/pages/2gK6ne3iEfiBzzxToLL9" %}
[Public plugins](/plugins/public-plugins.md)
{% endcontent-ref %}

## Private

Private plugins are only available in the account where the user created them.

{% hint style="info" %}
Developing your own plugins requires an Enterprise license. Contact us at <sales@ubidots.com>.
{% endhint %}

{% content-ref url="/pages/y6JQhF1KBcDzwb9Vtae2" %}
[Private plugins](/plugins/private-plugins.md)
{% endcontent-ref %}


---

# 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://dev.ubidots.com/plugins/public-vs.-private.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.
