# Proxies & QUIC/WebRTC

On **every** launch (UI or API), before the browser starts, the bound proxy is probed live for UDP-relay (SOCKS5 UDP\_ASSOCIATE). If UDP works, QUIC is enabled and WebRTC may use the proxied UDP relay; otherwise QUIC is disabled and WebRTC collapses to TCP-only so the real IP can't leak. Timezone/locale/geo `auto` fields are resolved live through the proxy at launch too. Passing `proxy` (string) on a persistent create adds it to the store and full-tests it up front; a temporary profile keeps it inline.


---

# 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://docs.proxyshard.com/proxyshard/shardx-launcher-api/proxies-and-quic-webrtc.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.
