# QUIC運作原理

本章節將解釋 QUIC 傳輸層協定各基本模組的功能，但不會逐字解釋協定。 如果您想自己實現 QUIC，這些介紹會加強你對協定的理解，但有關具體細節，請參考 IETF 的網際網路草案和 RFC。

1. 建立一個 [連接](/zh-tw/quic/quic-connections.md)
2. [TLS 安全性](/zh-tw/quic/quic-tls.md)
3. 使用 [串流(streams)](/zh-tw/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/zh-tw/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.
