# Proxy

You can find proxy settings in **File -> Settings**. Click **Enable Proxy** and enter the Proxy variables values.&#x20;

{% hint style="info" %}
**You can configare the proxy server using the following variables:**

* **http\_proxy** — the proxy IP address for sending requests without SSL;
* **https\_proxy** — the proxy IP address for sending requests with SSL;
* **no\_proxy** — a list of hosts that don't need to use a proxy.

**no\_proxy values examples:**

* **`*google.com`** - don't send HTTP / HTTPS requests to Google;
* **`google.com:443`** - google.com:443 - don't send HTTPS requests to Google, but send HTTP requests to Google;
* **`google.com:443, yahoo.com:80`** - google.com:443, yahoo.com:80 - don't send HTTPS requests to Google, but send HTTP requests to Yahoo!
* **`*`**- ignore the https\_proxy / http\_proxy environment variables.
  {% endhint %}

![](/files/-LgbD4eHI_TmFMXQwnvN)


---

# 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.testmace.com/master/settings/proxy.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.
