# Comment QUIC fonctionne

Sans expliquer les bits et les octets exacts sur le réseau, cette section décrit le fonctionnement des blocs de construction fondamentaux du protocole de transport QUIC. Si vous souhaitez implémenter votre propre stack QUIC, cette description doit vous donner une compréhension générale, mais pour tous les détails, référez-vous aux actuel brouillons internets et RFCs de l'IETF.

1. Configurez une [connexion](/fr/quic/quic-connections.md)
2. ... ce qui inclut la [sécurité TLS](/fr/quic/quic-tls.md)
3. Puis utilisez [les flux](/fr/quic/quic-streams.md)


---

# 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/fr/quic.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.
