# Widgets

Widgets are interactive graphical elements that enable users to interact with and manipulate data in real-time. There are various types of widgets available for use in applications, including buttons, text, media, dropdown menus, and more. You'll learn how to create, customize, and configure widgets to suit your specific needs, as well as how to integrate them with your application's user interface.

**List of widget categories:**

* [Input](/app-development/widgets/input.md)
* [Controls](/app-development/widgets/controls.md)
* [Text Elements](/app-development/widgets/text-elements.md)
* [Media](/app-development/widgets/media.md)
* [Selection](/app-development/widgets/selection.md)
* [Thumbnails](/app-development/widgets/thumbnails.md)
* [Status Elements](/app-development/widgets/status-elements.md)
* [Layouts and Containers](/app-development/widgets/layouts-and-containers.md)
* [Tables](/app-development/widgets/tables.md)
* [Charts and Plots](/app-development/widgets/charts-and-plots.md)
* [Compare Data](/app-development/widgets/compare-data.md)


---

# 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://developer.supervisely.com/app-development/widgets.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.
