
The Integration tab on a proxy settings page.
Why This Tab Exists
To use a proxy, your program needs four things:The One Thing People Get Wrong
It is worth spelling out how the settings of the proxy itself differ from what you do on the Integration tab.Settings tab = saved
Integration tab = not saved
2 + 2 - it just hands you the 4. In the same way, the Integration tab hands you a username and forgets about it.
Why this is convenient: you can generate as many different configurations as you want from a single proxy. Ten countries, fifty sessions - all valid at the same time, no extra proxies needed, nothing to save or switch between.
What You See When You Open the Tab
The tab is made of three cards, stacked top to bottom.Configuration - you make choices here
Verify & Connect - the result appears here
Generate List - bulk output
HTTPS, and session type Rotating. No preset is highlighted. This is deliberate - it shows you the configuration you would get if you did nothing at all.
Walkthrough: Your First Connection String
Let’s do a real example from start to finish. The goal: check prices on a German online store, from a German IP address, using Python.Open the Integration tab

The Integration tab is the third tab on the proxy settings page.
Pick a protocol
HTTP, HTTPS, SOCKS5.If you do not know which one you need, choose HTTPS. It encrypts the connection between your computer and our gateway, so nobody on your network can read your proxy password.- HTTPS - the safe default. Works with almost everything.
- HTTP - same thing, but the connection to the gateway is not encrypted. Only pick this if a tool specifically demands it.
- SOCKS5 - a different, lower-level protocol. Needed by some desktop apps, game clients and anti-detect browsers.
Choose where the IP should be
- You cannot pick a Region, City or ZIP until you have picked a Country.
- Picking a Region or City disables ZIP Code, and vice versa. These two ways of narrowing down a location cannot be combined.
- Every field you leave empty simply means “anywhere” - an empty City means any city in Germany.

Selecting Germany as the target country. Region, City and ZIP stay empty.
Choose how the IP behaves
- Rotating - you get a different IP on every request. Best for collecting many pages, because the target site sees a crowd of visitors rather than one persistent user.
- Sticky - you keep the same IP for a while. Necessary when your steps depend on each other: log in, add to cart, check out. With a rotating IP, the site would see a different visitor at every step and log you out.

Session Control with Rotating selected - the sticky-only fields are disabled.
Copy the result
-country-de that appeared in the username. That is the whole point of the tab: you clicked “Germany” in a dropdown, and it wrote the parameter for you.
The Verify & Connect card. The snippet rebuilds itself every time you change a setting above.
Run it
https://api.ipify.org, a free service that simply reports the IP address it sees.If the printed IP is a German one, everything works. This is the fastest way to confirm your setup before pointing the code at a real target.Quick Presets
In the top-right corner of the Configuration card there are four buttons: E-Commerce, Web Scraping, SMM & Accounts, Local SEO. Each one fills in every field at once with a combination that suits that kind of work. They exist to show you what a sensible configuration looks like - if you are unsure what to pick, click the closest one and adjust from there.
Quick Presets. The active preset is highlighted; editing any field clears the highlight.
Sticky Sessions in Detail
Switch Session Type to Sticky and three things happen. 1. A session ID is generated. A short random code such asa1b2c3 is added to your username as -session-a1b2c3. That code is the session: every request you send with the same code goes through the same IP. Send a different code and you get a different IP. Your program can generate as many codes as it likes - one per user account, one per browser profile, one per task.
2. Session Time becomes editable. This is how long, in minutes, the IP should stay yours. It appears in the username as -time-30.
3. Force Constant IP becomes available. This is a strict mode toggle, and it deserves an explanation.
Our IPs come from real residential and mobile devices, and a real device can go offline at any moment - someone closes a laptop, someone leaves a Wi-Fi zone. If that happens to your session:
- Force Constant IP off (default) - we quietly give you a replacement IP so your program keeps running.
- Force Constant IP on - we do not substitute. Your request fails with an error instead.
Targeting by Network Instead of Location
The second Targeting Mode option replaces the location dropdowns with a network selector. Use it when you care about which provider the IP belongs to rather than where it is.- Residential proxies - ASN. Enter an Autonomous System Number, the ID of an internet provider’s network (for example
7922for Comcast). You get an IP inside that provider’s network. - Mobile proxies - ISP. Choose a mobile operator such as T-Mobile or Vodafone from the list. You get an IP on that carrier’s mobile network.
Generating a List of Proxies
Some tools - anti-detect browsers, multi-account managers, scraping frameworks - do not want a single proxy. They want a file with dozens of lines, one proxy per line. The Generate List card at the bottom of the tab does that:- Set Quantity - how many lines you need.
- Set Format - the layout the receiving tool expects:
host:port:user:pass,user:pass@host:port, orhost,port,user,pass. - Click Generate.
- Take the contents of the Output field: Copy All, or download it as .txt or .csv.

Generate List produces bulk credentials, each line carrying its own session ID.
Common Questions
I changed something on this tab. Do I need to save it?
I changed something on this tab. Do I need to save it?
I closed the page and my configuration is gone. Did I lose anything?
I closed the page and my configuration is gone. Did I lose anything?
Can I use several different configurations at the same time?
Can I use several different configurations at the same time?
Why is the ZIP Code field greyed out?
Why is the ZIP Code field greyed out?
Why does my username look different from the examples in the docs?
Why does my username look different from the examples in the docs?
Can I write the username by hand instead?
Can I write the username by hand instead?
The generated code returns an error. What now?
The generated code returns an error. What now?
https://api.ipify.org - that isolates whether the problem is the proxy or your target site. If it still fails, check the Error Codes page, and make sure your account balance is positive.