> For the complete documentation index, see [llms.txt](https://docs.helodata.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.helodata.com/integrations/antidetect-browsers/dolphin.md).

# Dolphin {anty}

Dolphin {anty} supports per-profile proxies and bulk import of `ip:port:user:pass` lists — both helodata-friendly.

## Per-profile setup

1. **Create profile** → **Proxy → Add proxy**.
2. Pick **Custom**.
3. Fill in:

### Residential / Mobile (gateway)

| Field         | Value                                                            |
| ------------- | ---------------------------------------------------------------- |
| Type          | HTTP or SOCKS5                                                   |
| IP            | `gate.helodata.io`                                               |
| Port          | `7777`                                                           |
| Login         | `helo_s1a2b3c4d5e-type-res-region-us-session-prof01-sesstime-30` |
| Password      | sub-user password                                                |
| Change IP URL | (leave blank — handled by username `session`)                    |

### ISP

| Field    | Value              |
| -------- | ------------------ |
| Type     | HTTP or SOCKS5     |
| IP       | `198.51.100.42`    |
| Port     | `8000`             |
| Login    | `helo_s1a2b3c4d5e` |
| Password | sub-user password  |

4. **Check proxy** confirms the exit IP.
5. **Save → launch**.

\[screenshot: Dolphin {anty} proxy configuration]

## Bulk import

**Proxies → Import → Mass import**. Paste lines in either format:

```
gate.helodata.io:7777:helo_s1a2b3c4d5e-type-res-region-us-session-p1-sesstime-30:PASSWORD
gate.helodata.io:7777:helo_s1a2b3c4d5e-type-res-region-us-session-p2-sesstime-30:PASSWORD
```

or paste the ISP list directly:

```
198.51.100.42:8000:helo_s1a2b3c4d5e:PASSWORD
198.51.100.43:8000:helo_s1a2b3c4d5e:PASSWORD
```

Dolphin reads each line, ips IP/port/login/password by colon, and creates one proxy entry per line.

## Fingerprint sync

In **Profile → Fingerprint**, enable **Sync with proxy** so language, timezone, and geolocation match the proxy country.

## Verify

`https://browserleaks.com/ip` and `https://browserleaks.com/webrtc`.

## Common pitfalls

* **`Change IP URL` set when it shouldn't be** — Dolphin will try to call that URL between sessions and break helodata's stateful rotation. Leave it blank.
* **SOCKS5 with DNS leak** — Dolphin's SOCKS5 path defaults to remote DNS, but verify with `browserleaks.com/dns`.


---

# 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.helodata.com/integrations/antidetect-browsers/dolphin.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.
