# Inputs

- [Autocomplete](https://docs.powershelluniversal.com/master-1/userinterfaces/dashboards/components/inputs/automcomplete.md): Autocomplete component for Universal Dashboard
- [Button](https://docs.powershelluniversal.com/master-1/userinterfaces/dashboards/components/inputs/button.md): Button component for Universal Dashboard
- [Checkbox](https://docs.powershelluniversal.com/master-1/userinterfaces/dashboards/components/inputs/checkbox.md): Check component for Universal Dashboard
- [Code Editor](https://docs.powershelluniversal.com/master-1/userinterfaces/dashboards/components/inputs/code-editor.md): Code editor component for Universal Dashboard.
- [Date Picker](https://docs.powershelluniversal.com/master-1/userinterfaces/dashboards/components/inputs/date-picker.md): Date Picker component for Universal Dashboard
- [Editor](https://docs.powershelluniversal.com/master-1/userinterfaces/dashboards/components/inputs/editor.md): A text editor component for Universal Dashboard.
- [Floating Action Button](https://docs.powershelluniversal.com/master-1/userinterfaces/dashboards/components/inputs/floating-action-button.md): Floating action button component for Universal Dashboard
- [Form](https://docs.powershelluniversal.com/master-1/userinterfaces/dashboards/components/inputs/form.md): Form component for Universal Dashboard
- [Radio](https://docs.powershelluniversal.com/master-1/userinterfaces/dashboards/components/inputs/radio.md): Radio component for Universal Dashboard
- [Select](https://docs.powershelluniversal.com/master-1/userinterfaces/dashboards/components/inputs/select.md): Select component for Universal Dashboard
- [Slider](https://docs.powershelluniversal.com/master-1/userinterfaces/dashboards/components/inputs/slider.md): Slider component for Universal Dashboard.
- [Switch](https://docs.powershelluniversal.com/master-1/userinterfaces/dashboards/components/inputs/switch.md): Switch component for Universal Dashboard
- [Textbox](https://docs.powershelluniversal.com/master-1/userinterfaces/dashboards/components/inputs/textbox.md): Textbox component for Universal Dashboard
- [Time Picker](https://docs.powershelluniversal.com/master-1/userinterfaces/dashboards/components/inputs/time-picker.md): Time picker component for Universal Dashboard
- [Transfer List](https://docs.powershelluniversal.com/master-1/userinterfaces/dashboards/components/inputs/transfer-list.md): A transfer list (or "shuttle") enables the user to move one or more list items between lists.
- [Upload](https://docs.powershelluniversal.com/master-1/userinterfaces/dashboards/components/inputs/upload.md): Component for uploading files in Universal Dashboard.


---

# 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.powershelluniversal.com/master-1/userinterfaces/dashboards/components/inputs.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.
