# Proxy Block

<figure><img src="/files/9JqN4oL9npquwXwAVznu" alt=""><figcaption></figcaption></figure>

The Proxy block allows you to use a browser proxy server for your needs. The following block settings are available:

* **Scheme.** The default scheme (protocol) of the proxy server is `https`.
* **Port.** The port of the proxy server. When no port is set, the port will be taken from the scheme.

| Scheme | Port |
| ------ | ---- |
| http   | 80   |
| https  | 443  |
| socks4 | 1080 |
| socks5 | 1080 |

* **Host.** In this setting, the proxy server host or ip address with the scheme (protocol) is specified. For example <https://example.com> .
* **Bypass List.** You can exclude some websites from using a proxy. Use the comma to separate the URL or URL model. E.g., google.com, \*.google.com. View all valid URLs or templates on the [chromium page](https://developer.chrome.com/docs/extensions/reference/proxy/#bypass-list).


---

# 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.goless.com/blocks/browser/proxy-block.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.
