> For the complete documentation index, see [llms.txt](https://dev.ubidots.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.ubidots.com/plugins/public-plugins/widget.md).

# Widget

## Definition

A public widget plugin is similar to a native Ubidots widget, but it is tailored to specific needs. Examples include generating EDA (exploratory data analysis) reports and plotting specialized charts such as Pareto charts.

## How to use Widget plugins

Before you use a widget plugin in a dashboard, install it first. To do so, go to Ubidots → Dev Center → Plugins and create the required plugin. For example, if you want to use the **Pareto Bars** widget, you must first install that plugin.

| <img src="/files/9koEOtXCbzxSTzXelVDZ" alt="" data-size="original"> | <img src="/files/kbuRcEuyYnjv0bSQw3jh" alt="" data-size="original"> |
| ------------------------------------------------------------------- | ------------------------------------------------------------------- |

Once the plugin is created, go to a Ubidots dashboard and use the widget:

<figure><img src="/files/Ikw3jgo7kO5FQS9SPqyX" alt="" width="563"><figcaption></figcaption></figure>

### Available public widget plugins <a href="#available-public-widget-plugins" id="available-public-widget-plugins"></a>

| Name                                                                                            | Plan availability    |
| ----------------------------------------------------------------------------------------------- | -------------------- |
| [Bars pareto chart](https://help.ubidots.com/en/articles/9626833-plugins-bars-pareto-chart)     | Industrial and above |
| [Breakdown bar chart](https://help.ubidots.com/en/articles/9216260-plugins-breakdown-bar-chart) | Industrial and above |
| [Data profiling](https://help.ubidots.com/en/articles/8991281-plugins-data-profiling)           | Industrial and above |
| [Timeline chart](https://help.ubidots.com/en/articles/9642326-plugins-timeline-chart)           | Industrial and above |

<br>


---

# 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, and the optional `goal` query parameter:

```
GET https://dev.ubidots.com/plugins/public-plugins/widget.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
