# 👋 Quick Start

Welcome to EProxies. This documentation is written for both human users and AI agents: every feature comes with a parameter table and copy-paste-ready code. If you are an AI agent, start with the [Agent Cheat Sheet](https://www.eproxies.io/docs/agent-reference).

## Get connected in 3 minutes

**Step 1: Create an account**

Sign up for free at [dashboard.eproxies.io](https://dashboard.eproxies.io) (one-click Google sign-in supported). New accounts include trial traffic — no credit card required.

**Step 2: Buy a plan**

Pick a plan on the [pricing page](https://www.eproxies.io/pricing). Residential Proxies are billed by traffic (GB) and can be purchased online; credentials activate instantly after payment.

**Step 3: Send your first request**

Grab your username and password from the Proxy Settings page in the dashboard, then replace `USERNAME` and `PASSWORD` in the command below:

```bash
curl -x proxy.eproxies.net:23333 -U "USERNAME-pool-flow:PASSWORD" https://ipinfo.io
```

If the `ip` field in the returned JSON shows the proxy exit IP, you are connected.

## Connection details at a glance

| Item | Value |
| --- | --- |
| Proxy gateway | `proxy.eproxies.net` |
| Port | `23333` (shared by HTTP, HTTPS, and SOCKS5) |
| Authentication | Username/password or IP whitelist ([details](https://www.eproxies.io/docs/usage/authentication)) |
| Country targeting | Append `-region-US` etc. to the username ([syntax](https://www.eproxies.io/docs/usage/username-syntax)) |
| Session control | Rotates per request by default; append `-sid-{random string}-ttl-{minutes}` to keep the same IP ([details](https://www.eproxies.io/docs/usage/session-control)) |
| Dashboard | [dashboard.eproxies.io](https://dashboard.eproxies.io) |

## Product overview

| Product | Billing | How to buy |
| --- | --- | --- |
| [Residential Proxies](https://www.eproxies.io/docs/products/residential) | By traffic (GB) | [Self-service on the website](https://www.eproxies.io/pricing) |
| [Unlimited Residential Proxies](https://www.eproxies.io/docs/products/unlimited-residential) | By bandwidth (Mbps), 7-day / 30-day | [Contact us on Telegram](https://t.me/eproxies) |
| [SOCKS5 Proxies](https://www.eproxies.io/docs/products/socks5) | By number of IPs | [Contact us on Telegram](https://t.me/eproxies) |
| [Static Residential Proxies](https://www.eproxies.io/docs/products/static-residential) | By IP, 1 / 7 / 30 days | See product page |

All products share the same pool of 72M+ real residential IPs across 195+ countries and regions, with city-level targeting. For current pricing, see the [pricing page](https://www.eproxies.io/pricing).

## Next steps

- [Username Parameter Syntax](https://www.eproxies.io/docs/usage/username-syntax)
- [Code Examples](https://www.eproxies.io/docs/usage/code-examples)
- [Antidetect Browser Integration](https://www.eproxies.io/docs/integrations/antidetect-browsers)
> EProxies is available only outside mainland China. See [Compliance & Usage Restrictions](https://www.eproxies.io/docs/compliance).
