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