# Proxies

Enable the TaskBot to be launched via your own proxies.

### Step 1: Open Your Proxy Provider's Dashboard

Enter your proxy address, username and password.

If your proxy does not require username and password, leave those fields blank.

For example, consider this proxy configuration provided by a commonly used proxy provider in the screenshot below.

<figure><img src="https://3220183989-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fg9LcR8XM7TGOzOCDGsCS%2Fuploads%2FSzQRNfkRXm3IbvtwW54w%2FScreenshot%202023-06-16%20at%2013.16.55.png?alt=media&#x26;token=40dc1e20-95b0-4e99-9033-d84069a724ad" alt=""><figcaption></figcaption></figure>

Given this proxy configuration, then this will be the data you will need to enter.

* **Proxy address**: <mark style="background-color:red;">194.32.225.238:21261</mark> (proxy IP followed by the port, separated by a colon)
* **Username**: See username in 4th column
* **Password**: See password in 5th column

{% hint style="danger" %}
**IMPORTANT**: Your proxy address should be entered as a combination of ip **and** port, separated by a colon mark. \
\
**Example**: Proxy ip is 194.32.225.238 and the port is 21261.\
\
❌ 194.32.225.238 won't work because port is missing.\
❌ 194.32.225.23821261 won't work because port must be separated from ip.\
❌ 194.32.225.238.21261 won't work because port must be preceded by a colon mark, not dot.\
✅ **194.32.225.238:21261 will work.**
{% endhint %}

#### SOCKS5 Proxy

To use SOCKS5 proxies, use this format: socks5://\<your proxy>:3128, where 3128 corresponds to the port as described above.

### Step 2: Open Settings and Enter Your Proxy Data

Simply click on the settings gear on the top right of your TaskBot page to access TaskBot settings, click on *Add proxy* and then enter your proxy credentials.

<figure><img src="https://3220183989-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fg9LcR8XM7TGOzOCDGsCS%2Fuploads%2FtZaRdAvXrwKAf7Du5EaN%2FScreenshot%202024-12-29%20at%2013.19.42.png?alt=media&#x26;token=00f73aea-9948-44d2-885d-094ec4c0f71b" alt=""><figcaption></figcaption></figure>


---

# 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.zerowork.io/using-zerowork/general-run-schedule-share-webhooks/proxies.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.
