# The specifications

Here is a collection of the RFCs for the various parts and components of QUIC and HTTP/3.

## Version Negotiation

[Compatible Version Negotiation for QUIC](https://datatracker.ietf.org/doc/html/rfc9368)

## Transport

[QUIC: A UDP-Based Multiplexed and Secure Transport](https://datatracker.ietf.org/doc/html/rfc9000)

## Recovery

[QUIC Loss Detection and Congestion Control](https://datatracker.ietf.org/doc/html/rfc9002)

## TLS

[Using TLS to Secure QUIC](https://datatracker.ietf.org/doc/html/rfc9001)

## HTTP

[Hypertext Transfer Protocol Version 3 (HTTP/3)](https://datatracker.ietf.org/doc/html/rfc9114)

## QPACK

[QPACK: Header Compression for HTTP/3](https://datatracker.ietf.org/doc/html/rfc9204)


---

# 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://http3-explained.haxx.se/en/specs.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.
