# The Symfony Bundle

- [Symfony Bundle](https://web-token.spomky-labs.com/v4.0/the-symfony-bundle/symfony-bundle.md)
- [Algorithm Management](https://web-token.spomky-labs.com/v4.0/the-symfony-bundle/algorithm-management.md)
- [Key and Key Set Management](https://web-token.spomky-labs.com/v4.0/the-symfony-bundle/key-and-key-set-management.md)
- [Key Management (JWK)](https://web-token.spomky-labs.com/v4.0/the-symfony-bundle/key-and-key-set-management/key-management-jwk.md)
- [Key Set Management (JWKSet)](https://web-token.spomky-labs.com/v4.0/the-symfony-bundle/key-and-key-set-management/key-set-management-jwkset.md)
- [Header and Claim Checker Management](https://web-token.spomky-labs.com/v4.0/the-symfony-bundle/header-and-claim-checker-management.md)
- [Signed Tokens](https://web-token.spomky-labs.com/v4.0/the-symfony-bundle/signed-tokens.md)
- [JWS serializers](https://web-token.spomky-labs.com/v4.0/the-symfony-bundle/signed-tokens/jws-serializers.md)
- [JWS creation](https://web-token.spomky-labs.com/v4.0/the-symfony-bundle/signed-tokens/jws-creation.md)
- [JWS verification](https://web-token.spomky-labs.com/v4.0/the-symfony-bundle/signed-tokens/jws-verification.md)
- [Encrypted Tokens](https://web-token.spomky-labs.com/v4.0/the-symfony-bundle/encrypted-tokens.md)
- [JWE serializers](https://web-token.spomky-labs.com/v4.0/the-symfony-bundle/encrypted-tokens/jwe-serializers.md)
- [JWE creation](https://web-token.spomky-labs.com/v4.0/the-symfony-bundle/encrypted-tokens/jwe-creation.md)
- [JWE decryption](https://web-token.spomky-labs.com/v4.0/the-symfony-bundle/encrypted-tokens/jwe-decryption.md)
- [Configuration Helper](https://web-token.spomky-labs.com/v4.0/the-symfony-bundle/configuration-helper.md)
- [Events](https://web-token.spomky-labs.com/v4.0/the-symfony-bundle/events.md): How to use Symfony events


---

# 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://web-token.spomky-labs.com/v4.0/the-symfony-bundle.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.
