> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/powershell-universal/fr/apps/components/inputs.md).

# Saisies

- [Saisie automatique](https://docs.devolutions.net/powershell-universal/fr/apps/components/inputs/automcomplete.md): Composant de saisie automatique pour les applications universelles
- [Bouton](https://docs.devolutions.net/powershell-universal/fr/apps/components/inputs/button.md): Composant bouton pour les applications universelles
- [Case à cocher](https://docs.devolutions.net/powershell-universal/fr/apps/components/inputs/checkbox.md): Composant de case à cocher pour les applications Universal
- [Éditeur de code](https://docs.devolutions.net/powershell-universal/fr/apps/components/inputs/code-editor.md): Composant éditeur de code pour les applications Universal.
- [Sélecteur de date](https://docs.devolutions.net/powershell-universal/fr/apps/components/inputs/date-picker.md): Composant sélecteur de date pour les applications universelles
- [Éditeur](https://docs.devolutions.net/powershell-universal/fr/apps/components/inputs/editor.md): Un composant éditeur de texte pour les applications universelles.
- [Bouton d'action flottant](https://docs.devolutions.net/powershell-universal/fr/apps/components/inputs/floating-action-button.md): Composant bouton d'action flottant pour les applications Universal
- [Formulaire](https://docs.devolutions.net/powershell-universal/fr/apps/components/inputs/form.md): Composant de formulaire pour les applications universelles
- [Bouton radio](https://docs.devolutions.net/powershell-universal/fr/apps/components/inputs/radio.md): Composant Radio pour les applications Universal
- [Évaluation](https://docs.devolutions.net/powershell-universal/fr/apps/components/inputs/rating.md): Composant de saisie par évaluation.
- [Sélection](https://docs.devolutions.net/powershell-universal/fr/apps/components/inputs/select.md): Composant Select pour les applications Universal
- [Curseur](https://docs.devolutions.net/powershell-universal/fr/apps/components/inputs/slider.md): Composant curseur pour Universal Apps.
- [Interrupteur](https://docs.devolutions.net/powershell-universal/fr/apps/components/inputs/switch.md): Composant Switch pour Universal Apps
- [Zone de texte](https://docs.devolutions.net/powershell-universal/fr/apps/components/inputs/textbox.md): Composant de zone de texte pour les applications universelles
- [Sélecteur d'heure](https://docs.devolutions.net/powershell-universal/fr/apps/components/inputs/time-picker.md): Composant de sélection d'heure pour Universal Apps
- [Liste de transfert](https://docs.devolutions.net/powershell-universal/fr/apps/components/inputs/transfer-list.md): Une liste de transfert (ou « navette ») permet à l'utilisateur de déplacer un ou plusieurs éléments entre des listes.
- [Téléversement](https://docs.devolutions.net/powershell-universal/fr/apps/components/inputs/upload.md): Composant pour téléverser des fichiers dans les applications Universal.


---

# 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://docs.devolutions.net/powershell-universal/fr/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.
