> For the complete documentation index, see [llms.txt](https://help.proxidize.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.proxidize.com/proxidize-proxies/overview.md).

# Overview

This section covers how each product and access model works, how to authenticate and rotate, and the tools available to connect them. New to proxies? Start with [What are Proxidize Proxies](/getting-started/what-are-proxidize-proxies.md)?

{% hint style="warning" %}
Managed proxy traffic can only reach destination ports `80` and `443`.
{% endhint %}

### The Products

Proxidize offers two proxy products:

* **Mobile Proxies:** Real 4G/5G IPs from premium U.S. mobile ISPs: the most authentic, hardest-to-block IPs we offer. Available currently in the **United States only**. Best for ad verification, SEO, or any use case which benefits from Mobile IPs.
* **Residential Proxies:** Real residential-ISP IPs from a pool spanning **190+ countries**, sourced ethically and with consent. Best for global, geo-targeted work like scraping, monitoring, and research.

### Access Models

How you connect depends on the access model:

* **Per Proxy** (Mobile only): your own individually assigned proxies with full rotation control (rotate button, interval, or rotation URL). Best for long-running workflows.
* **Per GB** (Mobile and Residential): usage-based access to a our full IP pool through Access Points. You subscribe to a data package (from 25GB/Month) and change the session key to pull a new IP. Best for variable or large-scale work.

### The three managed plans

<table data-header-hidden="false" data-header-sticky data-search="false"><thead><tr><th>-</th><th>Mobile Per Proxy</th><th>Mobile Per GB</th><th>Residential Per GB</th></tr></thead><tbody><tr><td><strong>Network</strong></td><td>U.S. mobile ISPs (4G/5G)</td><td>U.S. mobile ISPs (4G/5G)</td><td>Residential ISPs, 190+ countries</td></tr><tr><td><strong>Access model</strong></td><td>Dedicated proxy, IPs might be shard on congestion.</td><td>Shared pool (Access Points)</td><td>Shared pool (Access Points)</td></tr><tr><td><strong>Coverage</strong></td><td>U.S., city-level</td><td>U.S., city-level</td><td>190+ countries, city + ISP</td></tr><tr><td><strong>Rotation</strong></td><td>Rotate button, interval, or rotation URL</td><td>Session-key change</td><td>Session-key change</td></tr><tr><td><strong>Data</strong></td><td>Unlimited, 50 GB fair-use per proxy</td><td>Pay per GB, no rollover</td><td>Pay per GB, rolls over</td></tr><tr><td><strong>Protocols</strong></td><td>HTTP, SOCKS5</td><td>HTTP, SOCKS5</td><td>HTTP, SOCKS5</td></tr><tr><td><strong>Best for</strong></td><td>Per-account, long-running workflows</td><td>Variable / large-scale mobile work</td><td>Global, geo-targeted work</td></tr></tbody></table>

### Choosing

* Not sure which product fits? See [Choose Between Mobile and Residential Proxies](/getting-started/choose-between-mobile-and-residential-proxies.md).
* Deciding between the two mobile access models? See Per Proxy vs Per GB.

### In this section

* [**Mobile Proxies**](/proxidize-proxies/mobile-proxies.md)**:** the U.S. mobile product, available Per Proxy or Per GB.
* [**Residential Proxies**](/proxidize-proxies/residential-pergb.md)**:** the global residential-ISP product, available Per GB.
* [**Per Proxy vs Per GB**](/proxidize-proxies/perproxy-vs-pergb.md)**:** how to choose your mobile access model.
* **Tools:**&#x20;
  * [the Proxidize Proxy Extension](/proxidize-proxies/proxidize-proxy-extension.md).
  * [the Proxidize API Overview](/proxidize-rest-api/proxidize-api.md).
  * [The Proxidize MCP server.](/proxidize-proxies/proxidize-mcp-server.md)

### Pricing

For current pricing, see the [**Mobile**](https://proxidize.com/proxy-server/mobile-proxies/#pricing-plans) and [**Residential**](https://proxidize.com/proxy-server/residential-proxies/#pricing-plans) pricing pages.


---

# 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://help.proxidize.com/proxidize-proxies/overview.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.
