# Input Components

Input components in a user interface can take on many forms, including those that allow audio and text input. Audio input components, such as speech recognition, enable users to provide information through spoken commands or recordings. Meanwhile, text input components, such as text boxes or drop-down menus, allow users to enter information using typed or selected text. Both input components should be designed to be user-friendly, clear, and easily understandable, with appropriate labels and placeholders to guide users in providing the necessary information. Using audio and text input components is essential in creating a seamless and positive user experience, enabling users to interact with the UI and complete tasks efficiently and effectively.

Input Components in this system include

* Text Input
* Audio Input


---

# 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://abhishekshankar.gitbook.io/uxm/the-system/input-components.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.
