# HTTP/3 Support

Pixboost automatically supports HTTP/3 protocol.

HTTP/3 was created to improve efficiency of the existed HTTP protocol by including several features:

* HTTP/3 has better earlier data support
* HTTP/3 has much faster handshakes
* HTTP/3 does not exist in an insecure or unencrypted version.

This all makes it easier to deliver fast and efficient website. More on HTTP/3 protocol please read it's [official page](https://http3.net).


---

# 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://help.pixboost.com/setup/http3-support.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.
