> For the complete documentation index, see [llms.txt](https://docs.zerowork.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zerowork.io/using-zerowork/general-run-schedule-share-webhooks/proxies.md).

# 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="/files/g9hylS4Zm7Ut2lScjQm7" 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="/files/2pbbgLVftgm0SO8CtD9S" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.zerowork.io/using-zerowork/general-run-schedule-share-webhooks/proxies.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
