# Inputs

- [Autocomplete](https://docs.powershelluniversal.com/apps/components/inputs/automcomplete.md): Autocomplete component for Universal Apps
- [Button](https://docs.powershelluniversal.com/apps/components/inputs/button.md): Button component for Universal Apps
- [Checkbox](https://docs.powershelluniversal.com/apps/components/inputs/checkbox.md): Check component for Universal Apps
- [Code Editor](https://docs.powershelluniversal.com/apps/components/inputs/code-editor.md): Code editor component for Universal Apps.
- [Date Picker](https://docs.powershelluniversal.com/apps/components/inputs/date-picker.md): Date Picker component for Universal Apps
- [Editor](https://docs.powershelluniversal.com/apps/components/inputs/editor.md): A text editor component for Universal Apps.
- [Floating Action Button](https://docs.powershelluniversal.com/apps/components/inputs/floating-action-button.md): Floating action button component for Universal Apps
- [Form](https://docs.powershelluniversal.com/apps/components/inputs/form.md): Form component for Universal Apps
- [Radio](https://docs.powershelluniversal.com/apps/components/inputs/radio.md): Radio component for Universal Apps
- [Rating](https://docs.powershelluniversal.com/apps/components/inputs/rating.md): Rating input component.
- [Select](https://docs.powershelluniversal.com/apps/components/inputs/select.md): Select component for Universal Apps
- [Slider](https://docs.powershelluniversal.com/apps/components/inputs/slider.md): Slider component for Universal Apps.
- [Switch](https://docs.powershelluniversal.com/apps/components/inputs/switch.md): Switch component for Universal Apps
- [Textbox](https://docs.powershelluniversal.com/apps/components/inputs/textbox.md): Textbox component for Universal Apps
- [Time Picker](https://docs.powershelluniversal.com/apps/components/inputs/time-picker.md): Time picker component for Universal Apps
- [Transfer List](https://docs.powershelluniversal.com/apps/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/apps/components/inputs/upload.md): Component for uploading files in Universal Apps.


---

# 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/apps/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.
