# The Webauthn Server

- [The Easy Way](https://webauthn-doc.spomky-labs.com/v3.3/the-webauthn-server/the-easy-way.md): How to run a basic Webauthn server?
- [Register Authenticators](https://webauthn-doc.spomky-labs.com/v3.3/the-webauthn-server/the-easy-way/register-a-new-authentication.md): First authenticator registration
- [Authenticate Your Users](https://webauthn-doc.spomky-labs.com/v3.3/the-webauthn-server/the-easy-way/user-authentication.md): First user authentication
- [The Hard Way](https://webauthn-doc.spomky-labs.com/v3.3/the-webauthn-server/the-hard-way.md): If you want a fine grained Webauthn server
- [Register Authenticators](https://webauthn-doc.spomky-labs.com/v3.3/the-webauthn-server/the-hard-way/authenticator-registration.md)
- [Authenticate Your Users](https://webauthn-doc.spomky-labs.com/v3.3/the-webauthn-server/the-hard-way/authenticate-your-users.md)
- [The Symfony Way](https://webauthn-doc.spomky-labs.com/v3.3/the-webauthn-server/the-symfony-way.md): Lucky Symfony applications!
- [Entities with Doctrine](https://webauthn-doc.spomky-labs.com/v3.3/the-webauthn-server/the-symfony-way/entities-with-doctrine.md)
- [Firewall](https://webauthn-doc.spomky-labs.com/v3.3/the-webauthn-server/the-symfony-way/firewall.md): How to register and authenticate my users?


---

# 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/v3.3/the-webauthn-server.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.
