> For the complete documentation index, see [llms.txt](https://aptivi.gitbook.io/stable/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aptivi.gitbook.io/stable/terminaux-6.x-manual/usage/input-reader/other-input.md).

# Other Input

Terminaux not only provides the normal input reader with its custom bindings and its customizability, but you can also use its other input functions, such as informational boxes.

Terminaux currently provides the following input styles:

* Choice (one line, two lines, and modern)
* Info box (buttons, normal (modal and non-modal), input, password input, progress, slider (with minimum, current, and maximum values), selection, and multiple choices)
* Selection (single choice and multiple choices)
* Editor (Text and hex editors and viewers)

{% hint style="info" %}
Modal infoboxes are informational boxes that are displayed on the terminal, waiting for user input. However, non-modal infoboxes are boxes that are just displayed for informational purposes, such as reporting a progress non-deterministically. Selection-based inputs can be searched using regular expressions compatible with the .NET syntax.
{% endhint %}

In addition to the above styles, you can also consult the following additional and specialized styles:

{% content-ref url="/pages/7EtbNAcTftNHzIGsg0TY" %}
[Figlet Font Selector](/stable/terminaux-6.x-manual/usage/input-reader/other-input/figlet-font-selector.md)
{% endcontent-ref %}

{% content-ref url="/pages/ulgWHQ7rofBmE1eITtpC" %}
[Color Wheel](/stable/terminaux-6.x-manual/usage/input-reader/other-input/color-wheel.md)
{% endcontent-ref %}

{% content-ref url="/pages/1wiJu1w3DOfqizCdYuqH" %}
[Editors and Viewers](/stable/terminaux-6.x-manual/usage/input-reader/other-input/editors-and-viewers.md)
{% endcontent-ref %}

To learn more about choice-based inputs, visit this page:

{% content-ref url="/pages/KCQtrYYr078AGUZigurg" %}
[Choice-based inputs](/stable/terminaux-6.x-manual/usage/input-reader/other-input/choice-based-inputs.md)
{% endcontent-ref %}

For keybindings, you can make use of the keybindings writer to convey the available keybindings to the end user by utilizing the `KeybindingsWriter` class, assuming that you've made an array of the `Keybinding` class.

{% hint style="info" %}
You can also customize the "help" keybinding, but be aware that it only supports keyboard binding.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://aptivi.gitbook.io/stable/terminaux-6.x-manual/usage/input-reader/other-input.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.
