# Installation

The [Symfony UX Initiative](https://symfony.com/ux) allows adding high interaction application from Twig templates without a single line of JS.

With the version 4.1, a Stimulus Controller is provided. This component turns a basic login form into a Webauthn compatible one.

To use this nice feature, you first need to install and configure Symfony UX. Please refer to the [official documentation](https://symfony.com/doc/current/frontend/ux.html).

Then, install the package using composer:

```shell
composer require web-auth/webauthn-stimulus
```

It is now time to create your first form.


---

# 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://webauthn-doc.spomky-labs.com/v4.7/symfony-ux/installation.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.
