# Control

- [Button](https://interopxyz.gitbook.io/ui-plus/components/control/button.md): Updates the solution once when clicked
- [Check Box](https://interopxyz.gitbook.io/ui-plus/components/control/check-box.md): Click to toggle between true and false
- [Dropdown List](https://interopxyz.gitbook.io/ui-plus/components/control/dropdown-list.md): Select a single item from a dropdown list of text items
- [List Box](https://interopxyz.gitbook.io/ui-plus/components/control/list-box.md): Click on an item or items from a specified list of text
- [Radio](https://interopxyz.gitbook.io/ui-plus/components/control/radio.md): Click to toggle a single item to true from a specified group
- [Range Slider](https://interopxyz.gitbook.io/ui-plus/components/control/range-slider.md): Click and drag handles to return the interval between
- [Scroll Integer](https://interopxyz.gitbook.io/ui-plus/components/control/scroll-integer.md): Scroll through integers between a specified interval
- [Scroll Number](https://interopxyz.gitbook.io/ui-plus/components/control/scroll-number.md): Scroll through numbers between a specified interval
- [Scroll Text](https://interopxyz.gitbook.io/ui-plus/components/control/scroll-text.md): Scroll through a list of text items
- [Slider](https://interopxyz.gitbook.io/ui-plus/components/control/slider.md): Click and drag to change a numeric value
- [Text Box](https://interopxyz.gitbook.io/ui-plus/components/control/text-box.md): Click to edit and return text
- [Toggle](https://interopxyz.gitbook.io/ui-plus/components/control/toggle.md): Click to toggle between true and false
- [Color Canvas](https://interopxyz.gitbook.io/ui-plus/components/control/color-canvas.md): Select a color from a canvas
- [Color Canvas Dropdown](https://interopxyz.gitbook.io/ui-plus/components/control/color-canvas-dropdown.md): Select a color from a dropdown canvas
- [Color Palette](https://interopxyz.gitbook.io/ui-plus/components/control/color-palette.md): Select a color from a palette of swatches
- [Color Palette Dropdown](https://interopxyz.gitbook.io/ui-plus/components/control/color-palette-dropdown.md): Select a color from a dropdown palette of swatches
- [Color Slider](https://interopxyz.gitbook.io/ui-plus/components/control/color-slider.md): Select a color from a hue slider
- [Eye Dropper](https://interopxyz.gitbook.io/ui-plus/components/control/eye-dropper.md): Select a color by hovering over it
- [Calendar](https://interopxyz.gitbook.io/ui-plus/components/control/calendar.md): Select a date or range of dates from a Calendar widget
- [Clock](https://interopxyz.gitbook.io/ui-plus/components/control/clock.md): Select a time from a clock widget
- [Pick Date](https://interopxyz.gitbook.io/ui-plus/components/control/pick-date.md): Select or specify a date
- [Pick Time](https://interopxyz.gitbook.io/ui-plus/components/control/pick-time.md): Select or specify a time


---

# 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://interopxyz.gitbook.io/ui-plus/components/control.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.
