# Incogniton Knowledge Hub

Discover all the documentation in the Incogniton Knowledge Hub

***

Welcome to the Knowledge hub. This documentation provides clear and structured guidance on using Incogniton to manage multiple fully-isolated browser profiles reliably. Learn how to protect your privacy, automate, and integrate browser workflows into team-based setups.&#x20;

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover-dark data-type="image">Cover image (dark)</th></tr></thead><tbody><tr><td><strong>Get started</strong></td><td>Install Incogniton and launch your first browser profile in minutes.</td><td><a href="/files/g76Wul7pjJwkbFEfauEA">/files/g76Wul7pjJwkbFEfauEA</a></td><td></td><td><a href="/pages/PbYb0GukRhiS4qCHdRal">/pages/PbYb0GukRhiS4qCHdRal</a></td><td><a href="/files/9mc42avREBsqNW0jQTf9">/files/9mc42avREBsqNW0jQTf9</a></td></tr><tr><td><strong>Manage Browser profiles</strong></td><td>Set up, launch and configure isolated browser profiles without hassle.</td><td><a href="/files/f4LWSoDzZ1v4TQ0Wxuzp">/files/f4LWSoDzZ1v4TQ0Wxuzp</a></td><td></td><td><a href="/pages/zhss0b9U8cUxUiFYhgJP">/pages/zhss0b9U8cUxUiFYhgJP</a></td><td><a href="/files/jtBNjsJqmpaTBa9wYJ2l">/files/jtBNjsJqmpaTBa9wYJ2l</a></td></tr><tr><td><strong>Configure Proxies</strong></td><td>Attach and manage built-in or purchased proxies to take control of your network location.</td><td><a href="/files/x3e5WLVIUiYRvoFCCFvh">/files/x3e5WLVIUiYRvoFCCFvh</a></td><td></td><td><a href="/pages/O90MOb7Qp1AaUlRsMzJV">/pages/O90MOb7Qp1AaUlRsMzJV</a></td><td><a href="/files/lxg5XO0poPXQKIymogFO">/files/lxg5XO0poPXQKIymogFO</a></td></tr><tr><td><strong>Automate with API and SDKs</strong></td><td>Integrate into automation workflows using tools like Playwright, Puppeteer, or Selenium.</td><td><a href="/files/EdZoCHB4fQYGVR9WFtbC">/files/EdZoCHB4fQYGVR9WFtbC</a></td><td></td><td><a href="/pages/uoQ7a0JW2SfDdvsR8MzP">/pages/uoQ7a0JW2SfDdvsR8MzP</a></td><td><a href="/files/RPi4kGJL1WnDtZGvFmIq">/files/RPi4kGJL1WnDtZGvFmIq</a></td></tr><tr><td><strong>Manage Cookies</strong></td><td>Import, export, and manage cookies to maintain persistent, authentic sessions across profiles.</td><td><a href="/files/ARLey0ydXPKZJkByg7s2">/files/ARLey0ydXPKZJkByg7s2</a></td><td></td><td><a href="/pages/6GZgPn30YbEWxMCL5iwD">/pages/6GZgPn30YbEWxMCL5iwD</a></td><td><a href="/files/IBpyfI8lkxAmXl4ip3nj">/files/IBpyfI8lkxAmXl4ip3nj</a></td></tr><tr><td><strong>Collaborate with Teams</strong></td><td>Add team members, assign roles, and manage shared access to browser profiles.</td><td><a href="/files/N7eNnFaAsi1DeGETtzPC">/files/N7eNnFaAsi1DeGETtzPC</a></td><td></td><td><a href="/pages/9tpUGkdzMmK9IEWsDac6">/pages/9tpUGkdzMmK9IEWsDac6</a></td><td><a href="/files/VswKz7XkuziEvuU05oEM">/files/VswKz7XkuziEvuU05oEM</a></td></tr></tbody></table>


# Key concepts

Understand the core concepts behind anti-detect browsers and how Incogniton ensures true privacy

To understand why true privacy is difficult in standard browsers, it’s important to know how websites track users today. This page walks you through the fundamental challenges modern-day websites pose to true privacy and why you need an anti-detect browser to handle them.

### Multi-account management and true privacy

Websites do more than serve you content. They quietly collect data about you with every action you take. Thus, when you manage multiple unrelated accounts, run parallel workflows, or operate across different locations, you face privacy risks that standard browsers are not designed to address.

At a high level, this identification is driven by a small set of technical signals that websites use independently or together. The key ones include:

| Tracking method    | What is tracked                                              | Why it is identifiable                                                        |
| ------------------ | ------------------------------------------------------------ | ----------------------------------------------------------------------------- |
| Cookies            | Session identifiers, preferences, history                    | Persist identity across visits and sessions                                   |
| IP address         | Network location, ISP, region                                | Used to derive location and link multiple requests to the same network source |
| Browser attributes | Browser, OS, screen resolution, installed fonts, API's, etc. | Combined to form a unique fingerprint                                         |

Regulatory frameworks such as the GDPR[^1] attempt to limit parts of this behaviour by requiring your consent before cookies are stored or accessed.

However, cookie consent mechanisms do not prevent technical correlation at the network (IP) or browser level. Conventional browsers are built around a single user identity. By default, all sessions share the same underlying environment, which makes [true isolation](#user-content-fn-2)[^2] difficult.

### IP Tracking and IP Masking

Your IP address is one of the primary signals used to track you online. It reveals network-level information such as your geolocation and internet provider. Hence, platforms use IP-based signals to monitor activity, enforce regional restrictions, and block access based on where you appear to be connecting from.

{% hint style="info" %}
When multiple accounts appear to originate from the same IP address, they are commonly treated as a single user or grouped as related.
{% endhint %}

This explains why simply opening additional tabs or browser windows does not change how a platform perceives your activity. To avoid correlation at this level, each session needs to present a distinct network identity. This is where **IP-masking** **technologies** such as VPNs[^3] and Proxies come into play.

### VPNs and Proxies

**A VPN** performs three core functions: it encrypts network traffic, tunnels that traffic securely to a remote server, and presents the server’s IP address instead of the original connection IP. VPNs are useful for basic privacy and location masking but typically operate at the system level.

As a result, all browser sessions share the same network identity and browser environment. VPNs do not isolate browser-level attributes, which limits their effectiveness in multi-accounting scenarios.

**A proxy** routes browser traffic through an intermediary server at the browser level, exposing the server’s IP address instead of the original connection. Each browser profile can use a different IP address, operate from a different location, and maintain independent network behaviour.

{% hint style="info" %}
VPNs apply network routing at the system level, while proxies route traffic at the browser level. Neither approach fully addresses browser-level identification on its own.
{% endhint %}

This makes proxies better suited than VPNs for managing multiple accounts or scaled workflows. However, network separation alone does not fully prevent session correlation.

### Browser fingerprinting

Websites have moved beyond relying solely on IP addresses and now collect a wide range of [high-entropy browser attributes](#user-content-fn-4)[^4] to identify users. These include browser and operating system details, screen resolution, system settings, browser extensions, installed fonts, and hardware-related signals.

In practice, it comes down to numbers. There are roughly 8.3 billion people on Earth. To find exactly you, a tracker just needs to "double" its way up to that number.

$$
2^{33} \approx 8,589,934,592
$$

This means a website only needs 33 bits of unique information to distinguish you from every other human being.

More so, since these attributes are tied to your browser, and in turn your device, they remain largely unchanged when you open incognito or private browsing tabs. Consequently, incognito tabs in standard browsers do not prevent fingerprint-based tracking.

{% hint style="info" %}
Incognito mode limits local data storage and deletes session data, but the underlying browser fingerprint remains the same.
{% endhint %}

The key takeaway here is that even when IP addresses differ, tracking via browser fingerprinting is unaffected. This is why IP masking alone does not guarantee true isolation and true privacy.

### Anti-detect browser

An anti-detect browser is a browser designed to run multiple fully isolated browser profiles. Each profile has its own storage, network identity, and browser fingerprint, allowing it to operate independently of other profiles.

Instead of treating the browser as a single persistent identity, a reliable anti-detect browser gives you optimal control over the three primary tracking vectors used by websites: cookies, network identity, and browser fingerprint. Therefore, each profile is perceived as a separate device and user to websites.

With an anti-detect browser, you can:

* Isolate cookies and local storage per browser profile, preventing session data from leaking between accounts.
* Attach proxies on a per-profile basis, so each session presents a distinct network identity.
* Assign each profile a distinct set of browser parameters, solving correlation through fingerprinting.

When these controls are applied together and consistently, each profile behaves as a fully independent browser environment. From a monitoring website’s perspective, each profile appears as a separate, stable user context.

This is why anti-detect browsers are the most effective approach when you need reliable separation across multiple accounts or workflows. In the following sections, you will learn how Incogniton applies these principles to manage isolated browser profiles reliably.

[^1]: General Data Protection Regulation. A comprehensive set of rules in the EU on data protection and privacy.

[^2]: True isolation is achieved only when each profile runs consistently as an independent browser environment, with separate storage, network identity, and fingerprint attributes.

[^3]: Virtual Private Networks

[^4]: Attributes that are rare and highly specific. For example, if a website knows your exact screen resolution is 2560 × 1440, that you use a specific version of a graphics driver, and that you have the "Old English Text" font installed, that combination may be unique to your device.


# Introduction to Incogniton

Learn about Incogniton: features, benefits and when to use

Incogniton is an [anti-detect browser](/welcome/key-concepts#anti-detect-browser) for managing multiple [browser profiles](#user-content-fn-1)[^1] with true isolation. It is designed for cases where standard browsers, incognito mode, VPNs, or proxy-only setups do not provide sufficient separation between online identities.

<div data-with-frame="true"><figure><picture><source srcset="/files/O5KIeuVOG956rslHrB78" media="(prefers-color-scheme: dark)"><img src="/files/JTNvS8X2gQx48HWYiE0R" alt="What is Incogniton?"></picture><figcaption></figcaption></figure></div>

This page helps you understand what Incogniton does, what it enables in practice, and when it is the right tool for your use case.

### Why you should use Incogniton

Incogniton applies the principles of anti-detect browsing through practical, profile-based controls. Each browser profile is treated as a fully isolated, self-contained environment with its own data, and the platform is regularly updated to reflect changes in browser behaviour and adapt to tracking techniques.

Incogniton allows you to:

* Work with up to 5,000 browser profiles that do not share data or identifiers
* Collaborate with up to 25 team members on profiles by sharing roles and permissions
* Persist cookies to maintain consistent browser behaviour across sessions
* Assign a dedicated proxy to each profile to control network identity
* Automate browser interactions using supported automation frameworks

These capabilities reduce cross-profile interference and make browser behaviour predictable.

### When you should use Incogniton

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FH8yXxFJjKNEduZ4cdtjg%2Fuploads%2FjrT3WZ7XLib5LbCu2rTM%2FHD%20general%20video%20new%20UI%20-%20MP4.mp4?alt=media&token=94d75044-c097-43f5-aecb-8fadf28b1e7b>" %}

Use Incogniton when you need browser environments that remain separate, stable, and reusable over time. This typically applies when you are working independently or as part of an organisation and you:

* Manage multiple accounts that must remain isolated from one another
* Need browser state that stays consistent across sessions and devices
* Operate across different regions or network identities
* Run automated browser workflows that require reliable isolation
* Control access to browser profiles across individuals or teams

Incogniton is used across a wide range of professional workflows where true isolation of browser profiles is required. Common professional roles that rely on Incogniton include:

| Profession/role                         | Problem addressed by Incogniton                                                               |
| --------------------------------------- | --------------------------------------------------------------------------------------------- |
| Digital marketers                       | Managing multiple ad accounts using isolated browser profiles with consistent identity        |
| E-commerce operators                    | Operating regional or multi-storefront accounts using separate browser profiles and storage   |
| Social media managers and agencies      | Managing multiple client profiles with isolated sessions and distinct browser fingerprints    |
| Affiliate marketers                     | Coordinating multiple affiliate accounts using separate profiles and persisent state          |
| Market and price comparison researchers | Running price research in isolated browser environments without shared cookies or history     |
| Traffic arbitrage specialists           | Managing segmented traffic sources using separate browser profiles and network identity       |
| Crypto traders and analysts             | Maintaining separate exchange accounts with stable, isolated browser environments             |
| QA and testing teams                    | Running repeatable tests in controlled, isolated browser profiles                             |
| Automation developers                   | Building automated browser workflows using isolated profiles with real consistent fingerprint |

### Incogniton features for your workflows

When you sign up for Incogniton, you get access to this set of features designed to help you manage isolated browser profiles reliably, as an individual or a part of a team:

#### A. Browser profile isolation

Create browser profiles that do not share cookies, local storage, or browser state. Profiles remain isolated and reusable across sessions without cross-profile leakage.

#### B. Proxy configuration per profile

Configure a dedicated proxy for each browser profile. You can use third-party proxy providers, select proxies from the Incogniton Proxy Shop, or use built-in unblocked proxies for lightweight tasks. Each profile maintains its own network identity.

#### C. Cookie management

Import and export cookies per profile, or use built-in tools to generate browsing data when needed. This preserves session continuity while keeping profile data isolated.

#### D. Automation support

Access browser profiles programmatically using Python and TypeScript SDKs. Incogniton integrates with Playwright, Puppeteer, and Selenium to support automated workflows with consistent, isolated browser state.

#### E. Team access and synchronization

Manage profiles across teams using role-based access control. Profile data and settings can be synchronized through encrypted cloud storage, allowing work across devices without breaking profile isolation.

#### F. Privacy and compliance

Incogniton is developed in the Netherlands and designed with data protection and transparency in mind. GDPR compliance and data-handling controls are built into the platform to support secure storage and access of browser data.

Up next, continue to **Getting Started** to download and install Incogniton, set up your account, and begin working with browser profiles.

[^1]: A browser profile in an antidetect browser is a fully isolated browser environment that behaves like a separate device.


# Download and Install Incogniton

Download and install Incogniton on macOS or Windows

This page walks you through system requirements, downloading the installer, completing setup, and launching the app for the first time.

### Download Incogniton

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><i class="fa-apple">:apple:</i></td><td><strong>macOS (v5)</strong></td><td>Download the macOS installer with support for both Intel-based and Apple Silicon Macs.</td><td><a href="https://incogniton.com/incognitondownloadmac5" class="button secondary" data-icon="arrow-down-to-bracket">Download for Mac</a></td><td></td></tr><tr><td><i class="fa-windows">:windows:</i></td><td><strong>Windows OS (v5)</strong></td><td>Download the Windows installer with support for both 32-bit (x86) and 64-bit (x64) systems.</td><td><a href="https://incogniton.com/incognitondownloadwin5" class="button secondary" data-icon="arrow-down-to-bracket">Download for Windows</a></td><td></td></tr></tbody></table>

***

### System requirements

Review the minimum system requirements below to ensure Incogniton runs correctly on your machine.

#### MacOS

| Requirement  | Details                                       |
| ------------ | --------------------------------------------- |
| RAM          | 4GB                                           |
| Disk         | 1 GB free space                               |
| GPU          | Recommended for optimal rendering performance |
| Architecture | Intel and Apple Silicon                       |
| Supported OS | macOS                                         |
| Installer    | Universal package (Intel + Apple Silicon)     |

#### Windows

| Requirement  | Details                                        |
| ------------ | ---------------------------------------------- |
| RAM          | 4 GB                                           |
| Disk         | 1 GB free space                                |
| GPU          | Recommended for optimal rendering performance  |
| Architecture | 32-bit (x86) and 64-bit (x64); x64 recommended |
| Supported OS | Windows                                        |

***

### Install on macOS

1. Open the downloaded `installer.dmg` file.
2. Drag **Incogniton** to the **Applications** folder.
3. Open **Applications** and launch Incogniton.

{% hint style="info" %}
If macOS shows a security prompt (Gatekeeper), go to **System Settings > Privacy & Security** and allow the app to open, then retry launching.
{% endhint %}

### Install on Windows

1. Run the downloaded `installer.exe` installer.
2. If prompted by User Account Control (UAC), choose **Yes** to allow installation.
3. Follow the setup wizard and click **Install**.
4. After installation completes, launch Incogniton.

***

### Troubleshooting tips

<details>

<summary><strong>macOS troubleshooting</strong></summary>

* **App blocked by Gatekeeper:** Open System Settings > Privacy & Security, locate the message about Incogniton, and select Open Anyway. Then relaunch the app.
* **App won’t open after install:** Ensure Incogniton is in the Applications folder. If it still doesn’t open, quit all running instances and try again.
* **Installer won’t mount:** Re-download the `.dmg` file and open it again. Verify the download completed successfully.
* **macOS reports the app is damaged:** Delete the app, re-download the installer from the official source, and reinstall.
* **Older macOS version:** Confirm your macOS version meets the minimum requirements before installing.

</details>

<details>

<summary><strong>Windows troubleshooting</strong></summary>

* **Installer blocked by security software:** Temporarily allow or whitelist the installer in your antivirus or endpoint protection software, then rerun the installer.
* **User Account Control (UAC) prompt does not appear:** Right-click the installer and select Run as administrator.
* **Installation fails or stops unexpectedly**: Re-download the installer and run it again. Close other running installers or system update tools.
* **App does not launch after installation:** Restart Windows, then try launching Incogniton again.
* **Unsupported system:** Verify that your Windows version and architecture (x86 or x64) meet the minimum requirements.

</details>

On first run, the app opens the startup screen, where you can sign in with an existing account or register a free account directly in the application. Continue to the next page to create an account and launch your first browser profile.


# Create an account

Create an Incogniton account in just a few steps

This tutorial walks you through the process of creating a new Incogniton account on the application. By the end, you’ll be signed in and ready to start using browser profiles.

{% hint style="info" %}
**What you’ll learn**

* Create a free account
* Sign in and start using Incogniton
* Upgrade your account to access additional features (optional)
  {% endhint %}

#### Before you begin

* Ensure you have the desktop app [installed](/getting-started/download-and-install-incogniton) on your computer.
* Have an active email address available.

Now we dive into the steps to create your account:

{% stepper %}
{% step %}
**Open the account creation screen**

Launch the Incogniton desktop app. On the **Sign in** screen, select **Create a free account** at the bottom of the window.
{% endstep %}

{% step %}
**Fill in your details**

On the **Create Account** window, enter your account details, including your name, a username, email address, and strong password of your choice. Ensure you use a valid and active email address as you’ll need to verify it.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FH8yXxFJjKNEduZ4cdtjg%2Fuploads%2FX8jq0K6t2r2uGIelDzZW%2Fcreate-account.mp4?alt=media&token=c66bfd60-48b4-40f7-8c51-e7e004947525>" %}

Check that all entered details are correct, then **submit** the form.

{% hint style="info" %}
You may be asked to complete additional verification steps such as a CAPTCHA challenge, alongside a short onboarding question. These steps help protect the platform and improve onboarding.
{% endhint %}
{% endstep %}

{% step %}
**Verify your email address**

Incogniton sends a **verification email** to the address you provided. Open the email and use the verification link or token to confirm your email address. If you don’t see it in your inbox, check your spam or junk folder. Once verified, you’re returned to the sign-in screen.
{% endstep %}

{% step %}
**Sign in to Incogniton**

Enter your **username** and **password**, then select **Sign in**. You’re taken to the Incogniton dashboard, where you can begin setting up and managing your browser profiles.

That completes the process. 🎉
{% endstep %}
{% endstepper %}

{% hint style="success" %}
You’re now signed in with a free account and can start creating and managing up to **10 browser profiles**.
{% endhint %}

### Expand your capabilities

As your workflow grows, you will need additional features, including more browser profiles, shared team access, automation features, etc. Incogniton offers multiple plans that expand these limits and unlock advanced capabilities.

{% tabs %}
{% tab title="Starter (Free)" %}

* 10 browser profiles for the first 2 months
* 3 browser profiles after the initial period
* Regular support
* Free built-in proxies
  {% endtab %}

{% tab title="Starter Plus" %}

* 10 browser profiles
* Regular support
* Free built-in proxies
  {% endtab %}

{% tab title="Entrepreneur" %}

* 50 browser profiles
* Selenium / Puppeteer integration
* API access
* Cookie Collector
* Profile transfer support
* Synchronizer
* Premium support
* Free built-in proxies
  {% endtab %}

{% tab title="Professional" %}

* 150 browser profiles
* Up to 3 team member seats
* Selenium / Puppeteer integration
* API access
* Cookie Collector
* Profile transfer support
* Synchronizer
* Premium support
* Free built-in proxies
  {% endtab %}

{% tab title="Custom Package" %}

* 500 to 5,000 browser profiles (scalable)
* 10 to 25 team member seats (scalable)
* Selenium / Puppeteer integration
* API access
* Cookie Collector
* Profile transfer support
* Synchronizer
* Premium support
* Free built-in proxies
  {% endtab %}
  {% endtabs %}

You can upgrade your account at any time using the **Upgrade** button in the app or through the [pricing page](https://incogniton.com/pricing) on the Incogniton website.


# Launch your first browser profile

Get started with your first browser profile in Incogniton

Create and launch a browser profile on Incogniton in just a few steps. We provide a video walkthrough alongside a step-by-step text guide.

{% embed url="<https://youtu.be/wkUjIXSqUZA?si=5hfR9TTKwxWvUGK8>" %}

{% hint style="info" %}
**What you'll learn**

* Create your first browser profile
* Choose basic profile settings and add a proxy (optional)
* Start a profile or more
  {% endhint %}

{% stepper %}
{% step %}
**Open Create profile**

From your Incogniton app dashboard, click the **Create profile** **button** to open the profile creation window.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FH8yXxFJjKNEduZ4cdtjg%2Fuploads%2FGuebP6nMOJFyMuOZudTa%2Fcreate-button.mp4?alt=media&token=27d2037e-3b62-434f-a7cd-0bec42f3eebb>" %}
{% endstep %}

{% step %}
**Fill in the profile details**

On the Create profile panel, fill in the profile details:

* Enter a profile name. Leave the [group](/browser-and-browser-profiles/organize-browser-profiles/group-profiles) as *Unassigned* for now, since you haven't created one yet.
* Add [tags](/browser-and-browser-profiles/organize-browser-profiles/assign-tags-to-profiles) to make the profile easier to identify and organize as you create more profiles.
* [Change the browser version](/browser-and-browser-profiles/faqs/how-to-update-browser-version) if your use case requires a specific one, otherwise the default works fine.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FH8yXxFJjKNEduZ4cdtjg%2Fuploads%2FfkbHdTWSwmIGMFWKBmzx%2Fcreate-profile.mp4?alt=media&token=40249825-896c-41f8-93d2-cba543c5c2e6>" %}

Keep **Fill language based on IP** enabled so the browser language matches the profile's IP location.\
\
To use Incogniton’s free [shared proxies](#user-content-fn-1)[^1], toggle on the **Use free** **Incogniton proxies** option and select a country from the list. More on proxies in the next step.

Incogniton sets the profile's operating system to match your device by default, so the browser environment stays consistent from the start. We cover this and other advanced settings in more depth later.

{% hint style="info" %}
Learn more about browser and fingerprint settings in [**Browser profile › Edit browser profile settings**](/browser-and-browser-profiles/managing-browser-profiles)
{% endhint %}

When you're done with the settings, select **Create**.
{% endstep %}

{% step %}
**Add a proxy (optional)**\
\
Open the **Proxy** tab to configure how the profile connects to the internet. Start by selecting a proxy option. Incogniton supports **Pre-saved proxy**, **Custom proxy**, **Rotating proxy**, **Free proxy**, and **Buy proxy**.

To use a proxy you already have, select **Custom proxy**, choose the appropriate connection type, and enter the proxy details provided by your proxy provider.

For a rotating proxy, select **Rotating proxy** and enter the required API URL supplied by your proxy provider. After entering your proxy details, select **Check** to verify that the connection is working correctly.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FH8yXxFJjKNEduZ4cdtjg%2Fuploads%2Fl56Qlz7dfCSkly5hbjx6%2Fadd-proxy-incogniton.mp4?alt=media&token=ad9ecad7-fc3d-48a2-8f74-7a56555cef12>" %}

If you need a [dedicated proxy](#user-content-fn-2)[^2], select **Buy proxy** to browse available providers. Available options include Residential, ISP, Premium ISP, Datacenter, Mobile, and Global ISP proxies.

{% hint style="info" %}
This covers the basics of connecting and verifying a proxy. For more on managing multiple proxies, assigning them to profiles, purchasing proxies, and troubleshooting, see [Proxy management](/proxy-management/proxies-overview).
{% endhint %}
{% endstep %}

{% step %}
**Save and launch the profile**

Once the proxy check succeeds, select **Save**.

The new profile appears in your profile list. Select **Launch** to start the profile and open a browser window with its configured settings, fingerprint, and proxy.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FH8yXxFJjKNEduZ4cdtjg%2Fuploads%2FppSAigwIKIYfloUsXeBd%2Flaunch-profile.mp4?alt=media&token=3b7eb0ea-5afb-4a3c-9d46-a69692052d7d>" %}

To end the session, you can either close the browser window or **stop the profile** from the profile list.
{% endstep %}
{% endstepper %}

{% hint style="success" %}
Your first profile is now up and running. You can create as many profiles as [your plan](https://incogniton.com/pricing) allows by repeating these steps.
{% endhint %}

Next, learn how to work with the profile list, status indicators, search, filters, and columns in Browser profiles overview.

[^1]: **Shared proxies** reuse IP addresses across multiple users. They’re quick to set up and work well for light web unblocking usage, but they offer less consistency and are not suitable for sustained or scaled multiple account management.

[^2]: **Dedicated proxies** provide an IP address used only by you. They offer a stable network identity and are better suited for long-running profiles, automation, and heavy multi-accounting where reliability matters.


# Browser profiles overview

This section covers browser profile management and outlines the key actions you can take to manage your profiles effectively. You'll get familiar with the profiles screen features, learn how to edit profile settings, organize profiles using groups and tags, clone and transfer profiles, enable or restore them, create profiles in bulk, and keep them synced across your workspace.

### What is a browser profile?

A browser profile is an isolated browser environment with its own fingerprint, cookies, proxy, and settings. Each profile behaves like a completely separate browser, which means websites can't link activity between them. You can create as many profiles as your plan allows and manage them all from the profile list.

{% hint style="info" %}
If you haven't set one up yet, see [launch your first browser profile](/getting-started/create-your-first-browser-profile).
{% endhint %}

#### The profiles screen

When you open Incogniton, you land on the profile list. Each row is a profile.

<div data-with-frame="true"><figure><img src="/files/VF4pJMOv0cvsfIuXZWqP" alt=""><figcaption></figcaption></figure></div>

By default, the list shows each profile's name, proxy, tags, status, OS, group, and created date. You can adjust which columns appear and how they're ordered. The Customise your view section covers that later on this page.

#### Profile status

The status column tells you what a profile is currently doing. Use it to check if a profile is available before launching.

<table><thead><tr><th width="272.9765625">Status</th><th>What it means</th></tr></thead><tbody><tr><td><strong>Ready</strong> 🟢</td><td>The profile is idle and available to launch.</td></tr><tr><td><strong>Launching</strong> 🟠</td><td>The profile is in the process of opening.</td></tr><tr><td><strong>Launched</strong> 🟣</td><td>The profile is currently running.</td></tr><tr><td><strong>Stopping</strong> 🟠</td><td>The profile is in the process of closing.</td></tr><tr><td><strong>Syncing</strong> 🔵</td><td>The profile is syncing data with the cloud.</td></tr></tbody></table>

#### Browser version indicators

The browser version column helps you identify profiles running outdated browser versions. The indicator colour reflects how far behind the current version the profile is.

<div data-with-frame="true"><figure><img src="/files/3js4zWi2v1w6yHpOHPuV" alt=""><figcaption></figcaption></figure></div>

<table><thead><tr><th width="235.54296875">Color</th><th>What it means</th></tr></thead><tbody><tr><td>Yellow</td><td>The version is slightly outdated.</td></tr><tr><td>Orange</td><td>The version is moderately outdated.</td></tr></tbody></table>

Browser versions naturally become outdated over time. The yellow and orange indicators help you identify profiles that are falling behind current browser releases and may be ready for an update.

### Customization

Incogniton lets you tailor the profile list to your workflow by adjusting its layout and the information it displays.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FH8yXxFJjKNEduZ4cdtjg%2Fuploads%2FJhNK35IrMhPDUtUvSvzC%2Fadjust-profiile-view-demo.mp4?alt=media&token=ebc0a9e9-f75b-4b12-b587-ec71c6f7c493>" %}

#### A. Choose visible columns

You can choose which columns appear in the profile list and rearrange them to suit how you work.

1. Click the gear icon at the top right of the column headers.
2. In the **Change columns** panel, check or uncheck columns to show or hide them.
3. Drag the handle next to any column to reorder it.
4. Click **Save**.

Your column layout is saved and persists across sessions.

{% hint style="info" %}
If your window is too narrow to display all selected columns, some columns may be hidden automatically until more space is available.
{% endhint %}

#### B. Condensed view

Condensed view reduces the row height in the profile list so you can see more profiles on screen at once. Click **Condensed** in the top right to toggle it on or off. It doesn't affect your profiles or their data.

#### C. Search and filter profiles

Use the search bar to find profiles by name or tag. Results update as you type, so searching for a tag name returns all profiles with that tag applied alongside any profiles whose names match the same keyword.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FH8yXxFJjKNEduZ4cdtjg%2Fuploads%2Fvou0Jdl3WkmSGJHsMgM5%2Fsearch-and-filter.mp4?alt=media&token=9fff6f07-449a-4663-9b40-243b725e998f>" %}

For more precise lookups, click **Filter** to open the filter panel. You can narrow the list by date added, group, tag, and status. Select your criteria and click **Save** to apply. To clear the filters, reopen the panel and deselect your selections.

#### D. Sorting profiles

You can sort the profile list by any visible column. Click a column header to sort by that column, then click it again to reverse the order. The active sort column is marked with an arrow indicating the current sort direction.

<figure><img src="/files/J1o6Gi5MNxuRu9c5TXWT" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Sorting applies to all profiles except pinned ones. Pinned profiles always stay at the top of the list regardless of the sort order.
{% endhint %}


# Edit browser profile settings

Easily manage your browser profiles in Incogniton and improve your browsing experience

Each browser profile has its own fingerprint, network behavior, and hardware configuration. The Edit profile panel is where you fine-tune these to match the account or task the profile is built for. To open a profile's settings, select the **more options** icon (⋮) next to the profile, then select **Edit** from the dropdown.

<div data-with-frame="true"><figure><img src="/files/uaZzgMiiqRDGA827F5Cr" alt=""><figcaption></figcaption></figure></div>

In the panel that opens, select **Advanced** to access all of the profile's settings, including its privacy, browser, and hardware configuration.

<div data-with-frame="true"><figure><img src="/files/Myy8q3hXhzF00RnVueuL" alt=""><figcaption></figcaption></figure></div>

The pages in this subsection explain the available settings in each tab, how they affect your profile, and the considerations for configuring them.

{% hint style="info" %}
**Advanced settings** come preconfigured with default values suitable for most use cases. Only adjust them if you're familiar with their behavior or have read through this documentation to understand their effects.
{% endhint %}


# Privacy & Network

Configure WebRTC, geolocation, and DNS settings for a browser profile

### Privacy and network settings

These settings control how your profile handles network and location data. Sites use these to detect inconsistencies with your proxy.

#### WebRTC

WebRTC is a browser feature some sites use for video calls and also probe for IP detection. This setting controls whether your profile leaks your real IP through it.

| Option     | Behavior                                                            |
| ---------- | ------------------------------------------------------------------- |
| Altered    | Reports a fake public and local IP while keeping WebRTC functional. |
| Real       | Reports your actual IP.                                             |
| Disabled   | Turns WebRTC off entirely, which can be detected by sites.          |
| Only proxy | Routes WebRTC through the proxy, depending on proxy support.        |

Keep this set to **Altered**. It keeps WebRTC working for sites that require it while hiding your real IP, which is the point of running a proxy in the first place. Switch to Disabled only if a target site flags WebRTC-altered profiles specifically.

Turn on Fill WebRTC public IP based on the IP to populate the public IP automatically from your profile's connection. Leave this on unless you need to set a specific IP value manually.

#### Geolocation

This setting controls how your profile responds when a site requests its location.

| Option | Behavior                                 |
| ------ | ---------------------------------------- |
| Prompt | Asks each time, like a normal browser.   |
| Allow  | Always grants the request automatically. |
| Block  | Always denies.                           |

Set this to **Allow** and turn on Fill location based on IP. This keeps your reported location consistent with your proxy's region, which sites commonly cross-check against IP location. Prompt adds friction with no benefit, since you already control how the profile behaves. Use Block only if your workflow never needs location and you'd rather avoid the request entirely.

#### DNS

Turn on Enable custom DNS to route your profile's DNS lookups through a custom server instead of the system default. Most profiles don't need this. Enable it only if you're troubleshooting DNS-based detection or have a specific server you need to route through.


# Browser & Navigator

Configure how your browser profile reports its version, OS, screen, timezone, fonts, and media devices.

These settings control how websites identify your browser and device. When modifying them, focus on consistency. Your browser version, operating system, screen characteristics, timezone, fonts, and media devices should describe the same device and environment.

### User agent

The user agent identifies the browser and version reported to websites.

| Option                              | Description                                                                             |
| ----------------------------------- | --------------------------------------------------------------------------------------- |
| Always use latest Chrome user agent | Reports the newest Chrome version regardless of the browser engine the profile runs on. |
| Match browser user agent            | Reports the version that matches the underlying browser engine.                         |
| Use specific version                | Lets you specify an exact Chrome version.                                               |

Leave this on the default unless you aim to match an existing account's history, an older browser for testing, or a fingerprint that should stay fixed over time.

### Timezone

Timezone controls the timezone reported by the browser profile.

| Setting                   | Description                                                         |
| ------------------------- | ------------------------------------------------------------------- |
| Fill timezone based on IP | Automatically sets the timezone based on the profile's IP location. |
| Manual timezone           | Lets you specify a timezone manually.                               |

If you specify a timezone manually, we recommend matching it to the profile's location and IP address. A mismatch here is an easy signal for sites to flag.

### Navigator

Navigator settings control browser attributes such as platform, screen resolution, width, and height.

| Setting    | Description                                            |
| ---------- | ------------------------------------------------------ |
| Platform   | Controls the operating system reported by the browser. |
| Resolution | Controls the screen resolution reported to websites.   |
| Width      | Controls the reported screen width.                    |
| Height     | Controls the reported screen height.                   |

These values should align with each other and with the operating system configured for the profile. For example, a profile configured as macOS should report platform and screen characteristics typical of a Mac device, not a mix of values associated with different operating systems.

### Media devices

Media device settings control how many cameras, microphones, and speakers the profile reports to websites.

| Setting            | Description                                                                   |
| ------------------ | ----------------------------------------------------------------------------- |
| Mask media devices | Reports generated media device information instead of your real hardware.     |
| Video input count  | Controls the number of cameras reported to websites.                          |
| Audio input count  | Controls the number of microphones reported to websites.                      |
| Audio output count | Controls the number of speakers or audio output devices reported to websites. |

### Fonts

Fonts are commonly used as part of browser fingerprinting.

| Setting                  | Description                                                         |
| ------------------------ | ------------------------------------------------------------------- |
| Enable font list masking | Prevents websites from seeing your real installed fonts.            |
| Enable Unicode           | Helps protect against Unicode-based font fingerprinting techniques. |
| Randomize fonts          | Generates a different font set for the profile.                     |

If you randomize fonts, pick a value once and stick with it across sessions. A font list that keeps changing doesn't resemble a real device, it signals that something is being spoofed, giving trackers a unique pattern to identify you by. That's the opposite of what randomization is meant to achieve.


# Hardware

Configure Canvas, AudioContext, WebGL, GPU metadata, and other hardware fingerprint settings for your profile.

The hardware settings control how websites identify your device through graphics rendering, audio processing, and GPU information. Together, they form part of your browser fingerprint and should remain consistent with the device identity your profile presents.

### Canvas, AudioContext, and WebGL image

Canvas, AudioContext, and WebGL image are fingerprinting techniques used to identify browsers based on how they render graphics and process audio.

Incogniton supports the same options for all three settings.

<table><thead><tr><th width="259.9765625">Option</th><th>Description</th></tr></thead><tbody><tr><td>Noise</td><td>Applies profile-specific noise to the fingerprint output while preserving functionality.</td></tr><tr><td>Off</td><td>Reports the fingerprint generated by the underlying hardware and browser environment.</td></tr><tr><td>Block</td><td>Prevents websites from reading the fingerprint. Available for Canvas only.</td></tr></tbody></table>

When configuring these settings, consider how they interact with the rest of the profile. Using different modes across Canvas, AudioContext, and WebGL image can result in a fingerprint that appears inconsistent, compared to a real device.

### WebGL metadata

WebGL metadata controls the GPU vendor and renderer information reported to websites.

<table><thead><tr><th width="280.44140625">Option</th><th>Description</th></tr></thead><tbody><tr><td>Mask</td><td>Reports custom WebGL vendor and renderer values.</td></tr><tr><td>Off</td><td>Reports the GPU vendor and renderer detected from the underlying system.</td></tr></tbody></table>

When **Mask** is enabled, you can configure the following values:

<table><thead><tr><th width="309.64453125">Setting</th><th>Description</th></tr></thead><tbody><tr><td>WebGL vendor</td><td>The GPU vendor reported to websites.</td></tr><tr><td>WebGL unmasked vendor</td><td>The unmasked GPU vendor value reported by WebGL.</td></tr><tr><td>WebGL renderer</td><td>The GPU renderer reported to websites.</td></tr><tr><td>WebGL unmasked renderer</td><td>The unmasked GPU renderer value reported by WebGL.</td></tr></tbody></table>

These values should remain consistent with the operating system, device type, and other device characteristics configured in the profile. For example, a profile configured as a Mac reporting GPU information associated with a Windows gaming PC is the kind of mismatch fingerprinting tools can easily detect.

### Randomize fingerprint

**Get New Fingerprint** regenerates the canvas, audio, and WebGL values in one step. Use on new profiles or to reset a profile's hardware identity. Avoid using on profiles already in active use, a fingerprint that changes between sessions looks spoofed.


# Extensions & Cookies

Add Chrome extensions to your profile and import cookies to bring in an existing session.

#### Extensions

You can add extensions to a profile from the Chrome Web Store or from a custom extension file.

{% tabs %}
{% tab title="Webstore" %}
Add a Chrome Web Store extension to your profile with the following steps:

1. Copy the Chrome Web Store URL for the extension you want to use.
2. Paste the URL into the field provided using this format: `https://chrome.google.com/webstore/detail/extension-name/id`
3. Select **Add** to save the extension to your **Webstore library**.
   {% endtab %}

{% tab title="Custom" %}
Custom extensions let you add an unpacked extension folder or a packaged `.crx` file instead of pulling from the Chrome Web Store via the following steps:

1. Select **Select folder** or **Select .crx file**.
2. Enter a name. If you choose a folder, the name auto-fills.
3. Add an optional description.
4. Select **Add**.
5. Find the extension in the **Custom library**, then add it to the profile.

{% hint style="info" %}
Custom extensions are only available on paid plans. On the base plan, this tab shows an upgrade prompt instead of the form above.
{% endhint %}
{% endtab %}
{% endtabs %}

Once added, extensions appear in the **Assigned to this profile** list, where you can use **Remove selected** or **Remove all** to remove them. All your extensions are also available under **Browsers > Extensions**, where you can view and manage them across all profiles.<br>

{% hint style="info" %}
Installed extensions form part of a profile's fingerprint, and may be visible to websites. Always consider whether an extension fits the browser environment the profile is intended to represent before adding it.
{% endhint %}

#### Import cookies

Import a saved cookie session into this profile using one of the following formats:

<table><thead><tr><th width="257.6328125">Format</th><th>Description</th></tr></thead><tbody><tr><td>JSON</td><td>Standard JSON cookie export, used by extensions such as EditThisCookie and Cookie-Editor.</td></tr><tr><td>Netscape</td><td>Plain-text cookies.txt format, commonly produced by curl and older export tools.</td></tr><tr><td>Base64 JSON</td><td>Base64-encoded JSON cookie blob.</td></tr><tr><td>Base64 Netscape</td><td>Base64-encoded Netscape cookies.txt.</td></tr></tbody></table>

Select the format that matches your source, then paste the cookie data. The Base64 formats are decoded automatically on import.

{% hint style="info" %}
This page only covers **how to** **import cookies from the Edit profile panel**. For more in-depth cookie guides, including exporting, cleaning, converting, and generating cookies, see [Cookie management](/cookie-management/importing-cookies).
{% endhint %}


# Other settings

Configure what your profile reports about its operating system and hardware, and adjust session, display, and browser controls.

#### Operating system

Controls which operating system the profile reports to websites.

<table><thead><tr><th width="243.99609375">Option</th><th>Description</th></tr></thead><tbody><tr><td>Windows</td><td>Reports Windows as the operating system. Recommended for the widest compatibility with websites, since most sites are built and tested against Windows configurations.</td></tr><tr><td>macOS</td><td>Reports macOS as the operating system. Use this when you want your profile to appear to come from a Mac, and pair it with matching values in Platform (Browser &#x26; Navigator) and WebGL vendor/renderer (Hardware) so all three describe the same Mac.</td></tr><tr><td>Linux</td><td>Reports Linux as the operating system. A stronger fingerprint signal, not recommended for most profiles, since every other setting on the profile needs to look correspondingly unusual to stay consistent.</td></tr></tbody></table>

#### Hardware concurrency and device memory

Controls the CPU core count and RAM the profile reports to websites.

<table><thead><tr><th width="258.5859375">Setting</th><th>Description</th></tr></thead><tbody><tr><td>Hardware concurrency</td><td>Number of logical CPU cores reported by <code>navigator.hardwareConcurrency</code>. Pick a value matching typical consumer hardware (4-16).</td></tr><tr><td>Device memory</td><td>Amount of RAM in GB reported by <code>navigator.deviceMemory</code>. Chrome limits this value to 1, 2, 4, or 8.</td></tr></tbody></table>

Set hardware concurrency and device memory together so they describe a consistent device. A high core count paired with a low memory value, for example, doesn't represent typical hardware.

#### Browser language and Do Not Track

Controls the language the profile reports and whether it sends a tracking preference header.

<table><thead><tr><th width="190.1796875">Setting</th><th width="249.99609375">Description</th><th>Recommendation</th></tr></thead><tbody><tr><td>Browser language</td><td>Uses the navigator language for the browser. Disabling this causes the browser to use a different language than <code>navigator.language</code> reported to websites.</td><td>Leave on for most profiles, it keeps the reported language consistent with the browser's actual language, the same check that applies to timezone and geolocation. Turn off only to test how a site behaves when these don't match.</td></tr><tr><td>Do Not Track</td><td>Sends the browser's "Do Not Track" header with every request. Most websites ignore it, and sending it is itself a mildly distinctive signal.</td><td>Some real users enable this in their browser, so the option reflects a real configuration. Leave it off by default, since most users don't have it enabled.</td></tr></tbody></table>

#### Randomize hardware

Regenerates the hardware concurrency and device memory values. Use Randomize hardware when setting up a new profile. Avoid using Randomize hardware on a profile already in active use, a hardware identity that changes between sessions is more identifiable than one that stays stable.

#### Session and display

Controls how the profile behaves and appears during use, these settings don't affect what websites see.

<table><thead><tr><th width="182.02734375">Setting</th><th>Description</th><th>Recommendation</th></tr></thead><tbody><tr><td>Active session lock</td><td>Prevents the same profile from being launched in two places at once, protects you from cookie/session conflicts when teammates share an account.</td><td>Leave on for most profiles, especially shared ones. Turn off only if your workflow specifically requires running the same profile in two places at once.</td></tr><tr><td>Profile name in browser</td><td>Displays the profile name in the browser window's title bar so you can tell multiple open profiles apart at a glance.</td><td>Worth keeping on if you regularly have several profiles open.</td></tr><tr><td>Startup URLs</td><td>Opens one or more pages automatically when the browser launches. Enter one URL per line.</td><td>Set this if a profile should always land on the same page on launch, for example, the platform you manage through it.</td></tr></tbody></table>

#### Browser controls

Controls for command-line flags and the Chrome settings UI.

<table><thead><tr><th width="215.8671875">Setting</th><th>Description</th><th>Recommendation</th></tr></thead><tbody><tr><td>Browser arguments</td><td>Passes extra command-line flags to Chrome when this profile launches, for example <code>--restore-last-session</code> or <code>--start-maximized</code>.</td><td>Only add flags you understand, automation-related flags in particular can change browser behavior in detectable ways.</td></tr><tr><td>Hide Chrome settings</td><td>Suppresses Chrome's built-in settings UI inside the profile so end users can't change browser preferences.</td><td>Most useful on shared profiles, it stops a teammate from changing a setting elsewhere that would break the consistency you've configured across the other tabs.</td></tr></tbody></table>

#### IPhey

Togging this option on applies extra spoofing tweaks targeted at the *iphey.com* fingerprint test. Useful when you specifically need IPhey to score green.

<div data-with-frame="true"><figure><img src="/files/mWXTVw0kX90mjjWJ0Rf0" alt="" width="563"><figcaption></figcaption></figure></div>

{% hint style="info" %}
A green result from iphey is one data point, not a guarantee. Different detection systems check different combinations of signals, so don't treat this as a final verdict on the profile's setup.
{% endhint %}


# Organize browser profiles


# Group profiles

Groups let you organize profiles into meaningful categories that fit your workflow, such as client accounts, projects, departments, team members, regions, or testing environments. You can also run automation tasks across an entire group at once, such as launching or stopping all its profiles.

### Create a group

You can create a group directly from the left sidebar at any time. Once created, the group appears in the sidebar and in the **Groups** tab, where you can manage it alongside your other groups.

Follow these steps to create a new group:

1. Click the **Create new group** button in the left sidebar.
2. Enter a name for the group in the **Group name** field. Choose a descriptive name that makes it easy to identify the profiles that will belong to the group.
3. Click **Create**. The new group is added to the sidebar and is ready to have profiles assigned to it.

<div data-with-frame="true"><figure><img src="/files/dNwAp2q9qbmFvSVueZT8" alt=""><figcaption></figcaption></figure></div>

If you're already in the **Groups** tab, you can also click **+ New group** in the top right corner. It opens the same dialog and works the same way.

### Assign a profile to a group

Each profile belongs to one group at a time. The **Move profile to group** dialog lists all existing groups and identifies the profile's current group.

1. In the profile list, click the three-dot menu on the profile you want to move.
2. Click **Move to Group** to open the group selection dialog.
3. Select the destination group. The profile is moved immediately.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FH8yXxFJjKNEduZ4cdtjg%2Fuploads%2FwLnaRqzc12tWLBMiWBwH%2Fassign%20profile%20to%20group.mp4?alt=media&token=9ba67ed4-a745-47f2-bc16-af0f8a2306a2>" %}

If the required group doesn't exist yet, create it directly from the same dialog:

1. Enter a name in the **Create new group name** field.
2. Click **Create and assign**. The group is created and the profile is moved to it.

The newly created group appears in the sidebar automatically.

### Remove a profile from a group

To remove a profile from its current group, move it to **Unassigned**. This removes only the group assignment; the profile's settings and data remain unchanged.

1. In the profile list, click the three-dot menu on the profile you want to move.
2. Click **Move to Group**.
3. Select **Unassigned**. The profile is removed from its current group and placed in the default group.

<div data-with-frame="true"><figure><img src="/files/L5zsEYLI3NNMI9j2Sqcw" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
**Unassigned** is the default group for profiles that aren't part of a custom group. It can't be renamed or deleted.
{% endhint %}

### Rename a group

Renaming a group updates the group name only. Profiles in the group are unaffected.

To update a group's name, follow these steps:

1. Click the **Groups** tab.
2. Click **Edit** next to the group you want to rename.
3. Enter the new group name.
4. Click **Save** to apply the change.

<div data-with-frame="true"><figure><img src="/files/GsuJgEjnhRTx2amlEoy3" alt=""><figcaption></figcaption></figure></div>

### Delete a group

Deleting a group moves all its profiles to **Unassigned**. The profiles themselves are not deleted.

Follow these steps to remove a group:

1. Click the **Groups** tab to open the group management view.
2. Click **Delete** next to the group you want to delete.
3. Confirm the deletion. All profiles in the group are moved to **Unassigned**.

<div data-with-frame="true"><figure><img src="/files/fY6ZvmzazpDb3yFVd4Oy" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
Group-related operation, including moving a profile to a group or deleting a group, may take a few seconds to reflect in the interface.
{% endhint %}


# Assign tags to profiles

Create, apply, edit, delete, and search profile tags within the app.

{% embed url="<https://youtu.be/ybn6JunM-xw?si=OWUfb1h2fuR59xor>" %}

Tags are labels you apply to profiles to organize and filter them. Unlike groups, a profile can have multiple tags at the same time. Each tag has a name, a color, and an optional icon.

<div data-with-frame="true"><figure><img src="/files/mqcwEO6PTka8JefVDSUF" alt=""><figcaption></figcaption></figure></div>

### Create and add a tag to a profile

The **Add tags** dialog displays all existing tags and allows you to create new ones. Follow the steps below to apply tags:

1. In the profile list, click the three-dot (⋮) menu on the profile you want to tag.
2. Click **Add tag**.
3. In the **Add tags** dialog, select one or more tags from the list.
4. If the tag you need doesn't exist yet, use the **Create new tag** section in the dialog to enter a tag name, choose a color and optional icon, then click **+ Add**. The new tag is added to the list immediately and can be applied to the profile.
5. Click **Apply** to add the selected tags to the profile.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FH8yXxFJjKNEduZ4cdtjg%2Fuploads%2F35FViXVH50OFZDMM8CC8%2Ftags-demo-2.mp4?alt=media&token=55dbd077-3fcd-4db7-8c3b-d1f2f8785b3a&autoplay=1&muted=1>" %}

You can also click **Add a tag** in the **Tags** column for profiles that don't currently have any tags to open the same dialog.

### Add tags to multiple profiles at once

To apply the same tag to several profiles at once, first select the profiles, then use the action bar.

1. Select the profiles you want to tag by clicking their checkboxes.
2. In the action bar at the bottom of the screen, click the **More actions** icon.
3. Select **Add tag**.
4. In the **Add tags** dialog, select one or more existing tags, or create a new tag.
5. Click **Apply**.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FH8yXxFJjKNEduZ4cdtjg%2Fuploads%2F8Re9Y0rRaiOS1wk6o0sI%2Fmultiple-tags-incogniton.mp4?alt=media&token=bd934800-43b2-4d6b-a443-c705193c992b>" %}

The selected tags are applied to all chosen profiles in one step. Profiles that already have the tag are unaffected.

### Edit a tag

Editing a tag updates it across all profiles it has been applied to.

1. Open the **Add tags** dialog from any profile's three-dot menu.
2. Click the pencil icon next to the tag you want to edit.
3. Update the name, color, or icon as needed.
4. Click **Save**.

The updated tag name and appearance reflect immediately across all profiles it has been applied to.

<div data-with-frame="true"><figure><img src="/files/6LFqaiq2iEGWwQx665YC" alt=""><figcaption></figcaption></figure></div>

### Remove a tag from a profile

Removing a tag from a profile does not delete the tag itself. It remains available for other profiles.

1. In the profile list, click the three-dot menu on the profile.
2. Click **Edit** to open the Edit profile panel.
3. Click **Add / edit tags**. The tags dialog pops-up.
4. **Deselect the tag** you want to remove.
5. Click **Apply** to save the change.

### Delete a tag

Deleting a tag removes it permanently from all profiles it has been applied to.

1. Open the **Add tags** dialog from any profile's three-dot menu.
2. Click the trash icon next to the tag you want to delete.
3. Confirm the deletion.

This action cannot be undone. If you only want to remove the tag from a specific profile, use **Remove a tag from a profile** instead.

### Search or filter profiles by tag

You can use the search bar to find profiles by tag name. Enter a tag name in the search field and the results include any profile with a matching tag applied. For example, searching for the keyword "personal" returns all profiles with the tag, alongside any profiles whose names contain that term.

<div data-with-frame="true"><figure><img src="/files/AuBGiJSUAnZ0ktjYSeHr" alt=""><figcaption></figcaption></figure></div>

You can also filter by tag more precisely using the **Filter** button in the top right. Select one or more tags from the **Tags** section in the Filters panel, and combine them with group, status, or date filters in the same session.


# Pin profiles

Pinning a profile keeps it at the top of the profile list regardless of sort order. Pinned profiles are marked with a pin icon next to their name and remain at the top across all views.

### Pin a profile

To pin a profile, follow the steps below:

1. In the profile list, click the three-dot more option menu (⋮) on the profile you want to pin.
2. Click **Pin to Top**.

<div data-with-frame="true"><figure><img src="/files/sGiGo4NV4Ry3YfZFcNiw" alt=""><figcaption></figcaption></figure></div>

### Unpin a profile

Once a profile is pinned, the **Pin to Top** option in its three-dot menu changes to **Unpin**. Click it to remove the profile from the pinned position and return it to its original place in the list.

### Pin multiple profiles at once

To pin several profiles at once, select them first and use the action bar:

1. Select the profiles you want to pin by clicking their checkboxes.
2. In the action bar at the bottom of the screen, click **Pin to Top**.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FH8yXxFJjKNEduZ4cdtjg%2Fuploads%2FQFgcy9PQulLMJRheDXxC%2Fbulk-pin-to-top-incogniton.mp4?alt=media&token=50afefe2-33f1-459e-bdaa-ffa2f19feed0>" %}

All selected profiles are pinned and moved to the top of the list.


# Manage browser profiles


# Clone profiles

How to clone an Incogniton browser profile

{% embed url="<https://youtu.be/d_eEbksCfYo?si=STaym4EeYwckh3eU>" %}

Cloning creates a new profile based on an existing one. You control what data and settings are copied, as well as how many copies to create in one step.

{% stepper %}
{% step %}

#### Open the Clone profile dialog

In the profile list, click the vertical three-dot menu (**⋮**) on the profile you want to clone and select **Clone Profile**.
{% endstep %}

{% step %}

#### Set the profile name and group

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FH8yXxFJjKNEduZ4cdtjg%2Fuploads%2FMCMoeBHOkF5Wg5kMdKhT%2Fclone-profile-demo-incogniton.mp4?alt=media&token=7d7cb9d7-b182-413b-8fce-95cdedc216fe>" %}
*Clone a profile*
{% endembed %}

Update the **Profile name** field for the clone. Select a **Group** if needed, or leave it unchanged to keep the original profile's group.
{% endstep %}

{% step %}

#### Choose what to copy

Use the toggles to control what carries over from the original profile. All toggles are on by default. See the Clone options table below for details on what each toggle copies.
{% endstep %}

{% step %}

#### Start cloning

Click **Start cloning**. The clones appear in the profile list once created. Wait for the success notification before launching the clone (as shown in the demo), as it confirms the profile has been fully created and is ready to use.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Tags are not copied when cloning a profile. You will need to assign tags to the clone manually after it is created.
{% endhint %}

The toggles referenced in step 3 are detailed below. Each one controls whether a specific part of the original profile carries over to the clone.

### Table: configuration options

All toggles are on by default.

| Option                    | What toggled on                                  | When toggled off                             |
| ------------------------- | ------------------------------------------------ | -------------------------------------------- |
| Browser data (cookies)    | Cookies from the original profile                | Clone starts with no cookies                 |
| Browser data (extensions) | Installed extensions                             | Clone has no extensions installed            |
| Fingerprint               | User agent and fingerprint settings              | A new fingerprint is generated for the clone |
| Other settings            | Fonts, media devices, hardware, and DNS settings | Clone uses default values for these settings |


# Transfer profiles

{% embed url="<https://youtu.be/I0D9COoRXuU?si=NTYzULqWajK8qViG>" %}

Profile transfer lets you move browser profiles from your account to another Incogniton user. Both the sender and recipient must have an Incogniton account, and only users on a paid plan can initiate a transfer.

{% hint style="info" %}
Only paid plans can create profile transfers. However, free users can still receive them. See the [pricing page](https://incogniton.com/pricing) for details.
{% endhint %}

### Transfer a profile

To access profile transfer, go to **Settings** and click the **Profile transfer** tab. Then follow the steps below:

1. Select the profiles you want to transfer and enter the recipient's email address.
2. Click **Create transfer**. The profile remains in your account until the recipient accepts the transfer, at which point it is removed.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FH8yXxFJjKNEduZ4cdtjg%2Fuploads%2FAohZackSaabQhUqB1hRt%2Ftransfer-profile-demo-incogniton.mp4?alt=media&token=bde3e1a1-3993-4b9a-acbc-4a90561b3fdb>" %}
*Transfer a profile*
{% endembed %}

The transfer is sent as a pending request and stays open until the recipient accepts it or you cancel it. Group assignments and proxies carry over to the recipient's account. Tags are not included in the transfer and will need to be reassigned manually by the recipient on their Incogniton account.

### Accept a transfer

When another Incogniton user sends you a profile, it appears as a pending transfer in your account. But unlike creating a transfe&#x72;*,* you do not need a paid plan to accept a transfer.

<figure><img src="/files/bmflq2TC9CliS2QwR8B9" alt=""><figcaption></figcaption></figure>

1. Click **Accept transfers**.
2. Select the pending transfers you want to accept.
3. Confirm the acceptance.

The profiles are added to your account and are ready to use.

### Cancel a transfer

Canceling a transfer follows the same flow as accepting transfers. Click **Cancel transfers**, select the transfers you want to cancel, and then click **Cancel selected transfers**. The cancelled profiles remain in your account as if no transfer was initiated.

{% hint style="info" %}
You can cancel a transfer at any point before the recipient accepts a transferred profile. Once accepted, the transfer is complete and cannot be reversed from within the app.
{% endhint %}


# Disable and re-enable profiles

Disabling a profile removes it from your active profile count without deleting it. The profile keeps its cloud data and can be re-enabled at any time.

{% hint style="info" %}
If you want to permanently remove a profile and its data instead, see [Delete and restore profiles](/browser-and-browser-profiles/manage-browser-profiles/enable-profiles).
{% endhint %}

### Disable a profile

Follow these steps to disable a profile:

1. In the profile list, click the three-dot menu on the profile you want to disable.
2. Click **Disable profile**.
3. Review the confirmation dialog and click **Disable**.

The profile is moved to **Trash** and is no longer active.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FH8yXxFJjKNEduZ4cdtjg%2Fuploads%2FQg9Eyvmps5kAw8CCZ0il%2Fdisable-profile-incogniton.mp4?alt=media&token=fb7a7a0a-77df-43ca-ba2f-3708aa66d2cc>" %}
*Disable and re-enable a profile*
{% endembed %}

{% hint style="warning" %}
Disabling a profile removes its **attached proxies** and **tags**. These are not restored when you re-enable the profile. You will need to reassign them manually.
{% endhint %}

### Re-enable a profile

Re-enabling a profile returns it to your active profile list. Note that re-enabling a profile adds it back to your subscription count. Make sure you have available slots on your current plan before proceeding.

1. Click **Trash** in the left sidebar.
2. Click the **Disabled** tab.
3. Find the profile you want to re-enable and click **Enable**.

The profile is restored to your active profile list and is ready to use.

The disable profile feature most relevant when your plan limit changes. If your profile count exceeds your new plan's limit after a downgrade, you won't be able to create new profiles or launch the excess ones until you disable enough profiles to comply.


# Delete and restore profiles

{% embed url="<https://youtu.be/3LNy5Uig8v0?si=bdXhcroFctRqRtxM>" %}

Deleting a profile sends it to the **Deleted** tab in **Trash**, where it stays for 7 days before being permanently removed. During that window, it can be restored at any time.

{% hint style="info" %}
Deleted profiles are permanently removed after 7 days. If you need to reduce your profile count due to plan limits but want to keep the cloud data and reuse the profile in the future, try disable and re-enable instead.
{% endhint %}

### Delete a profile

1. In the profile list, click the three-dot menu on the profile you want to delete.
2. Click **Delete**.
3. Review the confirmation dialog and click **Delete**.

The profile moves to **Trash** and remains recoverable for 7 days.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FH8yXxFJjKNEduZ4cdtjg%2Fuploads%2FynEDuvV6YHBgcABQRgFI%2Fdelete-profile-incogniton-demo.mp4?alt=media&token=83bd963b-8cbc-4479-ac96-332e2649ffdf>" %}
*Delete and restore a profile*
{% endembed %}

{% hint style="warning" %}
Deleting a profile removes its tags permanently. If you restore it, group and proxy assignments return automatically. Reassign tags manually after restoration.
{% endhint %}

### Restore a deleted profile

Restoring a profile returns it to its original group with its proxy intact. Tags are not restored, so you will need to reassign them manually.

1. Click **Trash** in the left sidebar.
2. Click the **Deleted** tab.
3. Find the profile you want to restore and click **Restore**.

The profile is returned to your active profile list.

You can also restore **multiple profiles at once** by selecting the profiles you want to restore. The **Restore** button appears in the action bar at the bottom of the page, allowing you to restore all selected profiles at once. All selected profiles are returned to your active profile list.

### Delete multiple profiles at once

<div data-with-frame="true"><figure><img src="/files/hXMuis3losefpaTa4lty" alt=""><figcaption></figcaption></figure></div>

To remove several profiles in a single action, follow these steps:

1. **Check the boxes** next to the profiles you want to delete.
2. In the **action bar at the bottom** of the screen, click the **Delete button**.

All the selected profiles are moved to the trash.


# Create profiles in bulk

Import browser profiles in bulk using a CSV file.

{% embed url="<https://youtu.be/QgFYrLAgudI?si=CHhUOGnDuuTgDcgO>" %}

Incogniton lets you create multiple browser profiles at once by importing a CSV file. Each row in the file becomes a new profile, making it the best approach for when you need to spin up 20, 50, or hundreds of accounts for a campaign, a client, or a new project.

### Prepare your CSV

Your file must include at least the `profile_name` column. Everything else is optional. Each row after the header becomes a new profile.

{% hint style="info" %}
The CSV file must include a header row. Imports without headers are not supported.
{% endhint %}

Before importing, make sure the values in your file match the accepted values listed in the column reference below. This is especially important for proxy values. If a proxy URL, username, or password is incorrect, the profile will still import, but the proxy connection won't work until you correct the values manually.

### Import your CSV

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FH8yXxFJjKNEduZ4cdtjg%2Fuploads%2FlrYe12m8b7sqB8fgQiWs%2Fcreate-bulk-profiles-incogniton.mp4?alt=media&token=b6afbd4b-a252-46ed-80e9-2b01c6655833>" %}

{% stepper %}
{% step %}

#### Open the import dialog

Click the dropdown arrow next to **New profile** in the top right corner and select **Import from CSV**.
{% endstep %}

{% step %}

#### Add your CSV

Upload your file by clicking **Choose CSV file**, or paste your CSV content directly into the text area.

Once your data is loaded, the **Detected headers** panel shows which columns Incogniton recognised from your file. The **Possible headers** panel on the left lists all supported column names for reference.
{% endstep %}

{% step %}

#### Review the import

Click **Next**. You'll see a table of all the profiles about to be created. Check each row to make sure everything looks right. To remove a profile from the import before confirming, select it and click **Delete selected**.

When you're ready, click **Import**. A success notification confirms how many profiles were imported, and they appear in your profile list straight away.
{% endstep %}
{% endstepper %}

### Reference: Supported CSV columns

All supported columns are listed below. Only `profile_name` is required. Everything else is optional and falls back to Incogniton's default values if you leave it out.

#### Basic profile details

| Column                       | Accepted values               |
| ---------------------------- | ----------------------------- |
| `profile_name`               | Any text **(required)**       |
| `profile_notes`              | Any text                      |
| `simulated_operating_system` | `Windows` / `macOS` / `Linux` |

#### Free proxy

| Column                         | Accepted values                                              |
| ------------------------------ | ------------------------------------------------------------ |
| `unblocked_free_proxy_enabled` | `TRUE` / `FALSE`                                             |
| `unblocked_free_proxy_country` | `us` / `hk` / `br` / `nl` / `au` / `uk` / `de` / `in` / `ua` |

#### Custom proxy

| Column                  | Accepted values   |
| ----------------------- | ----------------- |
| `Proxy_connection_type` | `HTTP` / `SOCKS5` |
| `Proxy_proxy_url`       | Any text          |
| `Proxy_proxy_username`  | Any text          |
| `Proxy_proxy_password`  | Any text          |

#### Timezone

| Column                               | Accepted values         |
| ------------------------------------ | ----------------------- |
| `Timezone_fill_timezone_based_on_ip` | `true` / `false`        |
| `Timezone_timezone_name`             | Any valid timezone name |

#### WebRTC

| Column                   | Accepted values                 |
| ------------------------ | ------------------------------- |
| `WebRTC_set_external_ip` | `true` / `false`                |
| `WebRTC_behavior`        | `altered` / `disabled` / `real` |
| `WebRTC_public_ip`       | Any IP address                  |
| `WebRTC_local_ip`        | Any IP address                  |

#### Geolocation

| Column                                       | Accepted values                 |
| -------------------------------------------- | ------------------------------- |
| `Geolocation_behavior`                       | `Block` / `Allow` / `Prompt`    |
| `Geolocation_fill_geolocation_based_on_ip`   | `true` / `false`                |
| `Geolocation_location_information_longitude` | Any double between -180 and 180 |
| `Geolocation_location_information_latitude`  | Any double between -90 and 90   |
| `Geolocation_location_information_accuracy`  | Any positive integer            |

#### Navigator

| Column                              | Accepted values              |
| ----------------------------------- | ---------------------------- |
| `Navigator_user_agent`              | Any text                     |
| `Navigator_screen_resolution`       | e.g. `1920x1080`             |
| `Navigator_languages`               | Any text                     |
| `Navigator_platform`                | Any text                     |
| `Navigator_do_not_track`            | `true` / `false`             |
| `Navigator_hardware_concurrency`    | `2` / `4` / `6` / `8` / `16` |
| `Navigator_device_memory`           | `2` / `4` / `6` / `8`        |
| `Navigator_useragent_always_latest` | `true` / `false`             |

#### Fonts

| Column                           | Accepted values            |
| -------------------------------- | -------------------------- |
| `Fonts_enable_font_list_masking` | `true` / `false`           |
| `Fonts_browser_font_list`        | Comma-separated font names |

#### Media devices

| Column                               | Accepted values      |
| ------------------------------------ | -------------------- |
| `Media_devices_enable_media_masking` | `true` / `false`     |
| `Media_devices_video_outputs`        | Any positive integer |
| `Media_devices_audio_inputs`         | Any positive integer |
| `Media_devices_audio_outputs`        | Any positive integer |

#### Hardware

| Column                           | Accepted values           |
| -------------------------------- | ------------------------- |
| `Hardware_Canvas_behavior`       | `noise` / `block` / `off` |
| `Hardware_AudioContext_behavior` | `noise` / `off`           |
| `Hardware_WebGL_behavior`        | `noise` / `off`           |
| `Hardware_WebGL_meta_behavior`   | `mask` / `off`            |
| `Hardware_WebGL_meta_vendor`     | Any text                  |
| `Hardware_WebGL_meta_renderer`   | Any text                  |

#### Other

| Column                      | Accepted values             |
| --------------------------- | --------------------------- |
| `Other_active_session_lock` | `true` / `false`            |
| `Other_custom_args_enabled` | `true` / `false`            |
| `Other_custom_args`         | Any text                    |
| `cookie`                    | Base64 encoded JSON cookies |


# Synchronize profiles

{% embed url="<https://www.youtube.com/watch?v=jTz7OIcn8lI>" %}

The synchronizer lets you run multiple browser profiles at the same time, mirroring every action from the main profile window to all child profiles in real time. Clicks, keystrokes, and page navigation in the main window are replicated instantly across every child profile.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FH8yXxFJjKNEduZ4cdtjg%2Fuploads%2F5Pz41bsSPH4GcDAdUynF%2Fsync-profile-conv.mp4?alt=media&token=aa6e02ce-b32d-4740-8b26-3d8ece79989d>" %}
*Profile synchronizer in action*
{% endembed %}

{% hint style="warning" %}
The synchronizer is currently supported on Windows only. Support for macOS is not yet available.
{% endhint %}

Syncing multiple profiles is particularly useful for repetitive account tasks where you want multiple profiles to follow the same actions, such as:

* Opening and navigating through the same set of websites across multiple profiles
* Logging into multiple accounts and completing basic setup steps like language other preferences
* Running initial browsing sessions to build activity history and warm up each profile (account warmup)
* Verifying fingerprint and browser configuration across multiple profiles simultaneously
* Installing extensions or configuring browser-level settings consistently across profiles

### Start a synchronizer session

To start a synchronizer session, choose one profile as the main profile and one or more child profiles to mirror its actions.

> A synchronizer session requires at least 2 profiles and a maximum of 5. One main profile and up to 4 child profiles. Also, only one session can run at a time, therefore, starting a new session automatically stops the current one.

{% stepper %}
{% step %}

#### Set the main profile

In the profile list, click the three-dot menu on the profile you want to use as the main and select **Start Synchronizer (As Main)**.

<div data-with-frame="true"><figure><img src="/files/aD89u1o03yabugQHPysl" alt=""><figcaption></figcaption></figure></div>

The **Start Synchronizer** dialog opens with that profile set as the main.
{% endstep %}

{% step %}

#### Select child profiles

Select the profiles you want to receive mirrored actions. You can search by name or group. Every action performed in the main profile window will be replicated to each profile you select.

<div data-with-frame="true"><figure><img src="/files/VJXTN7khHBRdFYD6CzFp" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

#### Start the session

Click **Start Sync**. All selected profiles open in separate browser windows. A management panel appears in the profile list confirming the session is active.
{% endstep %}
{% endstepper %}

### Manage a running session

While the session is active, the management panel remains visible on the profiles screen. The panel has three control groups.

These controls help you manage window layout, tabs, and text input without interrupting the session. Unless stated otherwise, each action applies across all connected profiles.

<div data-with-frame="true"><figure><img src="/files/5kgKx3GGXdIdw3vRlkts" alt=""><figcaption></figcaption></figure></div>

#### Windows

Use these controls to arrange browser windows across all profiles.

| Control            | What it does                                                      |
| ------------------ | ----------------------------------------------------------------- |
| **Tile**           | Arranges all open windows in a grid                               |
| **Overlap**        | Stacks all windows in the same position                           |
| **Resize to main** | Resizes all child windows to match the main profile's window size |
| **Bring to front** | Brings all browser windows to the foreground                      |

{% hint style="info" %}
We recommend using **Resize to main** to keep all browser windows the same size. Consistent window sizes help reduce fingerprint inconsistencies across profiles.
{% endhint %}

#### Tabs

Use these controls to manage tabs across all profiles.

| Control               | What it does                                                  |
| --------------------- | ------------------------------------------------------------- |
| **Close blanks**      | Closes all empty tabs across all profiles                     |
| **Close non-current** | Closes all tabs except the active one across all profiles     |
| **Clone main's tabs** | Adds the main profile's open tabs to all child profiles       |
| **Navigate to URL**   | Navigates the active tab of all profiles to a URL you specify |

#### Text

These controls send text input to all profiles directly from the management panel, without requiring you to type in the main browser window.

<table><thead><tr><th width="119.94921875">Control</th><th>What it does</th></tr></thead><tbody><tr><td><strong>Send text</strong></td><td>Types text into the focused field of every profile window. You can configure the keystroke delay between a min and max (default 20–80ms)</td></tr><tr><td><strong>Paste</strong></td><td>Pastes clipboard content into the focused field across all profiles</td></tr><tr><td><strong>Clear field</strong></td><td>Clears the focused input field across all profiles</td></tr></tbody></table>

### Stop the synchronizer

Click **Stop synchronizer** in the management panel to end the session, after which all profiles remain open but stop mirroring actions from the main profile.

<div data-with-frame="true"><figure><img src="/files/LhB9YvZhVr6x9Jd4xhas" alt=""><figcaption></figcaption></figure></div>

You can close individual child profile windows during a session without ending it, and the main profile along with any remaining child profiles will continue syncing, but closing the main profile window ends the entire session.


# FAQs


# How to update browser version

Each browser profile on Incogniton runs on a specific browser version. Running on an outdated version can cause fingerprint mismatches or trigger detection systems on some platforms, including [Cloudflare Turnstile](/browser-and-browser-profiles/troubleshooting/issue-cloudflare-turnstile-trigger) challenges.&#x20;

When this happens, a warning indicator appears in the **Browser version** column, colored orange or red depending on how outdated the profile version is. You have 2 ways to update, depending on how many profiles need fixing:

#### **A. Single profile double-click update**

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FH8yXxFJjKNEduZ4cdtjg%2Fuploads%2FkuALZaltc1N8YWb2QLTQ%2Fquicl-update-version.mp4?alt=media&token=fd7c4f4c-d13e-44d1-a794-1714ba627551>" %}

The quickest way is to **double-click the warning indicator** in the Browser version column, that updates your profile to the latest browser version immediately.\
\
But you can also choose a version manually by navigating to **Edit Profile Settings** and selecting **Edit Browser Version**.

<figure><img src="/files/muViB4RhAaiynGu1eXl7" alt=""><figcaption></figcaption></figure>

#### **B. Multiple profiles update**

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FH8yXxFJjKNEduZ4cdtjg%2Fuploads%2FJkORc9pGkuoDtIOrRC0C%2Fmulti-browser-profiles-update.mp4?alt=media&token=af716d9d-f204-4c69-a5f4-82fc8e443b63>" %}

1. Select all affected profiles using the checkboxes.
2. Click the three-dot menu in the bulk action bar at the bottom of your screen.
3. Go to **Edit Profile Settings** and select **Edit Browser Version**.
4. Set the version to the latest available and apply.

With that, every profile you selected runs on the updated browser version starting from your next launch.


# How to set the browser window name format

How to set the profile name in a browser window

If you're running several profiles at once, seeing the profile name in the browser window makes it much easier to tell them apart at a glance.

<figure><img src="/files/dFGNLeNAky8EzAu0Efgb" alt=""><figcaption></figcaption></figure>

Go to **Settings** in the left-side menu and open the **Browser** tab. Find **Browser window name** and select your preferred option from the dropdown. The options include:

* **Show tab profile name** displays the tab name first, followed by the profile name.
* **Show profile name tab** displays the profile name first, followed by the tab name.
* **Show only profile name** displays only the profile name.
* **Show only tab name** displays only the tab name.

Once selected, this applies globally, every profile window will follow the format you've chosen.


# How to change profile language

How to change the language of a browser profile

By default, Incogniton sets a profile's language based on its proxy location. If you need the profile to use a different language regardless of where its proxy is located, you can set this manually following the steps below:

{% stepper %}
{% step %}

#### Open the Details tab

Open the profile editor.
{% endstep %}

{% step %}

#### Turn off Fill language based on IP

On the Details tab, turn off **Fill language based on IP**, then click **Edit** next to the **Language** field.

<div data-with-frame="true"><figure><img src="/files/zpVKNH7P15DCLHN0yih8" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

#### Select your language

In the **Select languages** panel, search for a language and use the arrows to move it from **Possible languages** into **Selected languages**.

<div data-with-frame="true"><figure><img src="/files/F3kwCWL1juOQFJrRMbjh" alt=""><figcaption></figcaption></figure></div>

You can select multiple languages and use the up and down arrows to set their priority order.
{% endstep %}

{% step %}

#### Save your changes

Click **Save** to apply your changes.
{% endstep %}
{% endstepper %}

Your profile now uses the language you selected, regardless of where its proxy is located. Note that this change does not revert automatically even if you change the proxy later.


# How to hide profile name in the window title bar

Don't show the profile name in the window title bar (or URL bar)

By default, your browser profile's name is visible in the browser title bar. If you'd rather keep it hidden, you can turn this off in the profile's settings.

<div data-with-frame="true"><figure><img src="/files/VIbU5xdV0WELGZXHyFXx" alt=""><figcaption></figcaption></figure></div>

{% stepper %}
{% step %}

#### Create or edit a profile

Create a new profile or edit an existing one, then go to the **Other** tab.
{% endstep %}

{% step %}

#### Disable profile name display

Turn off the button **Show profile name in browser**.
{% endstep %}

{% step %}

#### Save changes

Click **Create profile** or **Update profile** to save. The next time you launch the profile, its name won't appear in the title bar.
{% endstep %}
{% endstepper %}

From your next launch, the profile runs without its name showing in the title bar.

{% hint style="info" %}
If you still have any questions, don’t hesitate to reach out to our [support team](https://incogniton.com/contact/).
{% endhint %}


# Troubleshooting


# Browser won't launch

If a browser profile won't open, the browser installation is likely missing or corrupted, and there are 2 ways to fix it. The first option is to **force install** **from inside the app**. If the download fails or the browser still won't launch afterward, there is a second option of **installing the browser files manually**.

### Option 1: Force install from the app

Incogniton can download and reinstall any browser version directly from inside the app, with a progress bar in the install window showing the download status as it runs.

{% stepper %}
{% step %}
**Open Debug tools**

Navigate to **Settings** in the left sidebar, then select the **Debug tools** tab.
{% endstep %}

{% step %}
**Select a browser version**

Under **Browser**, find the **Force install/update a specific browser version** section, open the dropdown, and select the version you want to install.

<div data-with-frame="true"><figure><img src="/files/2SOWu17R1h7Yxtl4Eynr" alt=""><figcaption></figcaption></figure></div>

If you're not sure which version to choose, go with the version currently assigned to your profiles, or the latest available version.
{% endstep %}

{% step %}
**Run the installation**

Click **Install / Update** and a modal will appear showing the selected version alongside its changelog. Click **Update now** to start the download, then wait for the progress bar to finish before closing the window.

<figure><img src="/files/PM3VQIbjUmIaC8zwYqK7" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Test the result**

Once the download finishes, try launching a browser profile to confirm everything is working. If it opens, you're done. If the download fails or the browser still won't launch, move on to Option 2.
{% endstep %}
{% endstepper %}

### Option 2: Manual installation

This option involves downloading the browser files directly and placing them in the correct location on your machine. You'll also need to set a version identifier file that Incogniton uses to recognize the installation.

Start by finding your browser version in the table below. Then note the **VERSION.txt value** and the download link for your platform, you'll use both in the steps that follow.

<table data-search="false"><thead><tr><th>Version</th><th>VERSION.txt value</th><th>Windows 64-bit</th><th>Windows 32-bit</th><th>Mac Intel</th><th>Mac ARM</th></tr></thead><tbody><tr><td>149</td><td>1.0.0.3</td><td><a href="https://www.incogniton.com/149IncognitonWindows64Browser">Download</a></td><td><a href="https://www.incogniton.com/149IncognitonWindows32Browser">Download</a></td><td><a href="https://www.incogniton.com/149IncognitonMacBrowser">Download</a></td><td><a href="https://www.incogniton.com/149IncognitonMacBrowserArm">Download</a></td></tr><tr><td>146</td><td>1.1.0.1</td><td><a href="https://www.incogniton.com/146IncognitonWindows64Browser">Download</a></td><td><a href="https://www.incogniton.com/146IncognitonWindows32Browser">Download</a></td><td><a href="https://www.incogniton.com/146IncognitonMacBrowser">Download</a></td><td><a href="https://www.incogniton.com/146IncognitonMacBrowserArm">Download</a></td></tr><tr><td>143</td><td>1.0.0.1</td><td><a href="https://www.incogniton.com/143IncognitonWindows64Browser">Download</a></td><td><a href="https://www.incogniton.com/143IncognitonWindows32Browser">Download</a></td><td><a href="https://www.incogniton.com/143IncognitonMacBrowser">Download</a></td><td><a href="https://www.incogniton.com/143IncognitonMacBrowserArm">Download</a></td></tr><tr><td>141</td><td>1.0.0.5</td><td><a href="https://www.incogniton.com/141IncognitonWindows64Browser">Download</a></td><td><a href="https://www.incogniton.com/141IncognitonWindows32Browser">Download</a></td><td><a href="https://www.incogniton.com/141IncognitonMacBrowser">Download</a></td><td><a href="https://www.incogniton.com/141IncognitonMacBrowserArm">Download</a></td></tr><tr><td>139</td><td>1.1.0.2</td><td><a href="https://www.incogniton.com/139IncognitonWindows64Browser">Download</a></td><td><a href="https://www.incogniton.com/139IncognitonWindows32Browser">Download</a></td><td><a href="https://www.incogniton.com/139IncognitonMacBrowser">Download</a></td><td>—</td></tr><tr><td>137</td><td>1.0.0.3</td><td><a href="https://www.incogniton.com/137IncognitonWindows64Browser">Download</a></td><td><a href="https://www.incogniton.com/137IncognitonWindows32Browser">Download</a></td><td><a href="https://www.incogniton.com/137IncognitonMacBrowser">Download</a></td><td>—</td></tr><tr><td>134</td><td>1.2.0.0</td><td><a href="https://www.incogniton.com/134IncognitonWindows64Browser">Download</a></td><td><a href="https://www.incogniton.com/134IncognitonWindows32Browser">Download</a></td><td><a href="https://www.incogniton.com/134IncognitonMacBrowser">Download</a></td><td>—</td></tr><tr><td>131</td><td>1.1.0.2</td><td><a href="https://www.incogniton.com/131IncognitonWindows64Browser">Download</a></td><td><a href="https://www.incogniton.com/131IncognitonWindows32Browser">Download</a></td><td><a href="https://www.incogniton.com/131IncognitonMacBrowser">Download</a></td><td>—</td></tr><tr><td>129</td><td>1.0.0.2</td><td><a href="https://www.incogniton.com/129IncognitonWindows64Browser">Download</a></td><td><a href="https://www.incogniton.com/129IncognitonWindows32Browser">Download</a></td><td><a href="https://www.incogniton.com/129IncognitonMacBrowser">Download</a></td><td>—</td></tr></tbody></table>

{% hint style="info" %}
Not sure which Mac chip you have? Click the Apple menu > **About this Mac**. If the Chip field shows Apple M1 or later, choose ARM; if it shows Intel, choose Intel.
{% endhint %}

#### Windows OS

{% stepper %}
{% step %}
**Open the data directory**

Click **Settings** in the left sidebar and select the **Debug tools** tab. Under **Data**, click **Open data directory**, then navigate to `Browser > [your version number] > Win` inside the folder that opens.

Full path:

```
C:\Users\USERNAME\AppData\Roaming\Incogniton\Incogniton\browser\[version]\win
```

{% endstep %}

{% step %}
**Download the browser**

Use the table above to find the download link for your version, then select either the 64-bit or 32-bit file. If you're not sure which applies to your system, 64-bit is correct for most Windows machines. The file downloads as a ZIP named **Update**.
{% endstep %}

{% step %}
**Install the browser files**

Unzip the downloaded file and copy its contents into the Win folder from Step 1. Then check whether `VERSION.txt` exists in that folder. If it doesn't, you'll need to create it:

1. Open a text editor and create a new file.
2. Type the VERSION.txt value for your version from the table above.
3. Save the file as `VERSION.txt` in that same folder.
   {% endstep %}

{% step %}
**Test the installation**

Run the `chrome` file inside the folder. If the browser opens successfully, the installation is complete and you can delete the **Update** folder.
{% endstep %}
{% endstepper %}

#### MacOS

{% stepper %}
{% step %}
**Open the data directory**

Click **Settings** in the left sidebar and select the **Debug tools** tab. Under **Data**, click **Open data directory**, then navigate to `Browser > [your version number] > Mac` inside the folder that opens.

Full path:

```
/Users/USERNAME/Library/Application Support/Incogniton/browser/[version]/mac
```

If you can't find the Library folder? Follow this guide: [How to open the Library folder on Mac ↗](https://www.macinstruct.com/tutorials/how-to-open-the-library-folder-on-your-mac/).
{% endstep %}

{% step %}
**Download the browser**

Use the table above to find the download link for your version, choosing **ARM** if your Mac has an Apple Silicon chip (M1 or later) or **Intel** for older Macs. The file downloads as a ZIP named **Update**.

{% hint style="info" %}
ARM builds aren't available for versions 137 and earlier, so use the single Mac download link if you're on one of those versions.
{% endhint %}
{% endstep %}

{% step %}
**Install the browser files**

Unzip the downloaded file and copy its contents into the Mac folder from Step 1. Then check whether `VERSION.txt` exists in that folder. If it doesn't, you'll need to create it:

1. Open a text editor and create a new file.
2. Type the VERSION.txt value for your version from the table above.
3. Save the file as `VERSION.txt` in that same folder.
   {% endstep %}

{% step %}
**Test the installation**

Run the `chrome` file inside the folder. If the browser opens successfully, the installation is complete and you can delete the **Update** folder.
{% endstep %}
{% endstepper %}

### Confirm your profile browser version

Once the installation is complete, take a moment to confirm that your profiles are set to the version you just installed. Click the three-dot icon on the profile and select **Edit**. The browser version shown should match the one you just installed.

{% hint style="info" %}
Still having trouble? Contact our [support team](https://incogniton.com/contact/).
{% endhint %}


# Cloudflare Turnstile trigger

When a profile's browser version falls behind the current release, its fingerprint no longer matches what a real, up-to-date browser would present, which triggers the Cloudfare Turnstile verifcation.

This guide walks you through updating your browser version and user agent to get your profiles passing Turnstile again.

### Update the browser version

Cloudflare Turnstile challenges are often triggered by an outdated browser version on your profile. You can spot affected profiles by the orange warning indicator in the **Browser version** column. You have two options here, depending on how many profiles you need to update:

#### **A. Single profile double-click update**

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FH8yXxFJjKNEduZ4cdtjg%2Fuploads%2FkuALZaltc1N8YWb2QLTQ%2Fquicl-update-version.mp4?alt=media&token=fd7c4f4c-d13e-44d1-a794-1714ba627551>" %}

The quickest way is to **double-click the warning indicator** in the Browser version column, that updates your profile to the latest browser version immediately.\
\
But you can also go through it more manually by navigating to **Edit Profile Settings** and selecting **Edit Browser Version**.

#### **B. Multiple profiles update**

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FH8yXxFJjKNEduZ4cdtjg%2Fuploads%2FJkORc9pGkuoDtIOrRC0C%2Fmulti-browser-profiles-update.mp4?alt=media&token=af716d9d-f204-4c69-a5f4-82fc8e443b63>" %}

1. Select all affected profiles using the checkboxes.
2. Click the three-dot menu in the bulk action bar at the bottom of your screen.
3. Go to **Edit Profile Settings** and select **Edit Browser Version**.
4. Set the version to the latest available and apply.

### Update the user agent

Select the affected profile or profiles using the checkboxes, then follow the steps below:

<div data-with-frame="true"><figure><img src="/files/kMvDfcfGeO9ubzxbrjgZ" alt=""><figcaption></figcaption></figure></div>

1. Click the three-dot menu in the bulk action bar at the bottom of your screen.
2. Go to **Edit Profile Settings** and select **Edit User Agent**.
3. Toggle on **Use latest user agent** and click **Apply**.

{% hint style="info" %}
If you have any additional queries or the issue persists after this fix, kindly contact our [support team](https://incogniton.com/contact/).
{% endhint %}


# Proxies overview

Proxies give each profile a separate IP address, keeping its network identity independent from other profiles. Incogniton already isolates each profile's browser fingerprint, but IP addresses are tracked independently. Without a proxy, profiles on the same connection share your real IP, and platforms that correlate accounts by IP can link them regardless of how different their fingerprints are.

<figure><img src="/files/f3d5K3BZGb8q5pYBOdtt" alt=""><figcaption></figcaption></figure>

Every profile displays its assigned proxy in the **Proxy** column on the profiles list. To assign or change a proxy, open a profile and go to the **Proxy** tab.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FH8yXxFJjKNEduZ4cdtjg%2Fuploads%2Fcqm8VMOoTgUW6l0QCnPD%2Fproxy-options-incogniton.mp4?alt=media&token=3918908f-3605-423c-a01e-7149dbd59d79>" %}

The Proxy tab shows 4 options: **Proxy Library**, **Buy proxy**, **Custom proxy**, and **Free proxy**. At their core, these come down to 2 proxy types, each suited to a different way of working.

#### 1. Free proxies

Incogniton includes shared proxies that work without credentials or external setup. They use shared IPs with fixed locations, and the IP may change between sessions.

**Best for:** Feature testing, checking fingerprint behavior, or workflows where the IP is not a key factor.

#### 2. Dedicated proxies

Dedicated proxies are assigned only to you. You control the provider, location, and protocol, and can keep a more consistent IP setup across profiles.

**Best for:** Social media account management, regional ad verification, multi-store eCommerce workflows, or any use case where IP consistency matters.

Incogniton also gives you 2 options when it's time to add dedicated proxies:

#### A. Buy proxy

Buy a proxy directly in Incogniton through the proxy shop. Residential, ISP, datacenter, and mobile options are available, so you can get a dedicated IP without setting up an account with an external provider.

#### B. Attach proxy from external provider

If you already have a proxy subscription from an external provider, you can connect it directly to Incogniton using your existing credentials. You keep full control over the provider, protocol, and rotation behaviour. Once a dedicated proxy is added through either path, it's stored in the [Proxy Library](#user-content-fn-1)[^1].

### Proxy hosting types (IP sources)

* **Static residential proxies:** Sourced from real residential devices, giving the highest degree of anonymity. Suitable for almost 80% of use cases and the most commonly used proxies.
* **ISP proxies:** A type of residential proxy that sources directly from the Internet Service Provider (ISP) used by residential devices. ISP proxies are very reliable.
* **Datacenter proxies:** Sourced from large server facilities designed for proxy services. They are fast and affordable but more easily detectable because they don’t belong to real users.
* **Mobile proxies:** Route traffic through mobile carrier IPs and are ideal for working with mobile audiences. Mobile proxies offer high disguise but are the most expensive.
* **Free unblocked proxies:** Useful for accessing blocked content, testing geolocations, or other simple tasks with no cost. However, free proxies are not suitable for account management, as they can vary in performance and are shared with multiple users. Discover more about free proxies [here](https://incogniton.com/features/free-in-built-proxies/).

### Proxy connection types

When buying a proxy you can choose from different connection types:

* **HTTP proxies:** Used for web traffic (HTTP and HTTPS requests) and widely compatible with web browsers.
* **HTTPS proxies:** Same as HTTP proxies but add encryption using SSL, securing data between your device and the proxy server.
* **SOCKS proxies:** Used for various traffic types (apps, torrents, etc.), not only web traffic.

### Static versus rotating proxies

* **Static proxies:** Keep the same IP address for as long as needed - ideal for working on the same accounts over extended periods.
* **Rotating proxies:** Automatically switch between different IP addresses - a new IP can be assigned for each request.
* **Sticky proxies:** Rotate IP addresses but less frequently than rotating proxies (offer a middle ground).

The pages in this section explain each proxy option in more detail, including how they work, when to use them, and how to set them up in Incogniton.

[^1]: A central place to manage, assign, and reuse proxies across profiles without re-entering credentials each time.


# Add free unblocked proxies

How to Use Incogniton’s Free Unblocked Proxies

{% embed url="<https://youtu.be/j5MoN7DmNGo?si=cpf2Y0SUaEd8Rb_R>" %}

The free proxy is the quickest way to get a profile connected. Incogniton provides it directly, so there are no credentials to enter or external accounts to set up.

### Enabling the free proxy

{% stepper %}
{% step %}

#### Open the profile editor

In the profiles list, click the three-dot menu on the profile you want to configure and select **Edit**.

<figure><img src="/files/NQe4xWXHkO0bJJDIgKoL" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Select free proxy

Go to the **Proxy** tab and select **Free proxy**.
{% endstep %}

{% step %}

#### Select a country

Choose a country from the dropdown to set the proxy location.

<figure><img src="/files/5PwjKLD8P5oAOibsqCKG" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Save

Click **Save**. The profile's **Proxy** column updates to reflect the assigned free proxy.

<figure><img src="/files/9nETIancyolsSsBRQQ7P" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

#### Keep in mind:

The free proxy is well suited for general browsing, accessing geo-restricted content, and testing profile configurations without committing to a paid proxy. However, it is not a replacement for a dedicated proxy. The IP is shared across users and can change between sessions, which makes it unsuitable for any work where a consistent or unique IP matters.

See the table below for more context:

|                         | Shared proxy                                      | Dedicated proxy                                |
| ----------------------- | ------------------------------------------------- | ---------------------------------------------- |
| **IP address**          | Shared across multiple users                      | Assigned to you only                           |
| **Location control**    | Fixed, not configurable                           | Configurable by region and provider            |
| **Session consistency** | IP may change between sessions                    | Consistent for the duration of your session    |
| **Detection risk**      | Higher. Shared IPs carry the history of all users | Lower. IP activity reflects your sessions only |
| **Cost**                | Free                                              | Paid                                           |

As a rule of thumb, use the free unblocked proxies for low-stakes general browsing and testing purpose. But once account management is involved, switch to a dedicated proxy.


# Attach external proxy

Learn how to attach a custom proxy from a third-party provider to your browser profile.

If you have an existing proxy subscription from an external provider, you can connect those proxies directly to Incogniton. This page covers both ways to do it: adding a single proxy and adding multiple proxies at once.

### Add a single proxy

Open **Proxy Library** from the left-side menu and click **+ New proxy** in the top right. This opens the Add proxy form. If you need to add multiple proxies at once, there is a bulk add option covered in the next section.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FH8yXxFJjKNEduZ4cdtjg%2Fuploads%2F5Wof9uNTkvYYqtxyxQK6%2Fadd-proxy.mp4?alt=media&token=3da25719-58ac-45d1-aca0-17301a192833>" %}

{% stepper %}
{% step %}

#### Enter proxy details

Give the proxy an optional display name, then select your Connection type — **HTTPS** or **SOCKS5** depending on what your provider supports. Enter the proxy address in the **Proxy (ip:port)** field, followed by your **Proxy username** and **Proxy password**.

You can also paste the full credentials string directly into the **ip:port** field using the format `ip:port:username:password` and Incogniton will populate the remaining fields automatically.
{% endstep %}

{% step %}

#### Configure group and proxy provider

Use the **Group** dropdown to organise the proxy into an existing group, or leave it as **Unassigned**.

The **Proxy provider** dropdown controls which database Incogniton uses to validate the proxy's geolocation. **Main provider** uses IPstack by default. If a proxy validates against the wrong location due to a vendor data issue or a database error, switch to **Backup provider** or **Second backup provider** to re-validate the same proxy against a different source.

Optionally, add any reference notes in the **Notes** field.
{% endstep %}

{% step %}

#### Enable rotating proxy (optional)

If your provider supports proxy rotation via an API, toggle on **Rotating proxy** and enter your provider's **Proxy rotation API url**. Incogniton will call this URL to get a new IP when a rotation is triggered.
{% endstep %}

{% step %}

#### Check and Add proxy

Click **Check** to verify the connection. If you want to stage multiple proxies before saving, click **Add to list** to queue this proxy and continue adding more. Once you are done, click **Add** to save the proxy to your library.
{% endstep %}
{% endstepper %}

### Add bulk proxies

If you have a list of proxies to add at once, use the bulk add option instead. From the Add proxy form, click **Bulk add** at the bottom left.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FH8yXxFJjKNEduZ4cdtjg%2Fuploads%2Fl7MC9yv6oHAvJmbUBuB9%2Fadd-bulk-proxy.mp4?alt=media&token=710ff058-6e9d-430f-97f5-cc9932930ed9>" %}

{% stepper %}
{% step %}

#### Paste your proxies

Paste your proxy list into the text field, one proxy per line, using the format `ip:port:username:password`. You can load your proxy list from a CSV file by selecting **Load from file** and choosing your file. Each row in the CSV should follow the same format.
{% endstep %}

{% step %}

#### Assign a group

Use the **Group** dropdown to assign all imported proxies to a group, or leave them as Unassigned.
{% endstep %}

{% step %}

#### Add the proxies

Click **Add** to save all proxies to your Library at once.
{% endstep %}
{% endstepper %}

Once added, your proxies appear in the **Proxy Library** under the **All Proxies** tab. From there you can assign them to profiles, organise them into groups, and manage them without re-entering credentials.

To assign a proxy to a profile, open the profile editor, go to the **Proxy** tab, select **Proxy Library**, and click **Select from Proxy Library**.


# Incogniton Proxy Shop

How to buy proxies via Incogniton's Proxy Shop


# Purchase and attach proxies

{% embed url="<https://youtu.be/D3lkIX2JnRE?si=_Che2G_i4EfZii3a>" %}

The Proxy Shop lets you purchase dedicated proxies directly inside Incogniton. Once your purchase is complete, your proxies are automatically added to your Proxy Library and ready to assign to profiles. No external accounts or manual imports needed.

### Proxy types

We offer 6 affordable proxy types to suit different use cases. The right choice depends on the platforms you are targeting and the level of anonymity your work requires.

<table><thead><tr><th width="203.40625">Type</th><th width="256.203125">Origin</th><th>Best for</th></tr></thead><tbody><tr><td><strong>Residential</strong></td><td>Real home connection IP</td><td>Social media, ad verification, and survey platforms. Highest anonymity and lowest detectability</td></tr><tr><td><strong>ISP</strong></td><td>Server-hosted, appears residential</td><td>Social media, streaming, and eCommerce. Faster than residential with a residential-looking IP</td></tr><tr><td><strong>Premium ISP</strong></td><td>Server-hosted, well-known ISP origins</td><td>Same as ISP, with added trust from well-known ISP origins</td></tr><tr><td><strong>Global ISP</strong></td><td>Premium ISP networks across multiple countries</td><td>Multi-region social media, streaming, and eCommerce</td></tr><tr><td><strong>Datacenter</strong></td><td>Datacenter origin, high bandwidth</td><td>Web scraping at scale where speed matters more than anonymity</td></tr><tr><td><strong>Mobile</strong></td><td>Mobile network origin</td><td>Social media, ad verification, and bypassing geo-restrictions</td></tr></tbody></table>

### Before you get started

We recommend warming up your profiles before going all-in on your accounts. Assign the proxy to a profile and gradually build up activity over a few weeks, starting with basic browsing before moving into more intensive account activity.

### Purchasing a proxy

You can start a purchase from the **Proxy Shop** in the left-side menu, or by opening a profile editor and selecting **Buy proxy** from the **Proxy** tab.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FH8yXxFJjKNEduZ4cdtjg%2Fuploads%2FDPuGBrD8zkqqIZD2S9L6%2Fbuy-a-proxy-incogniton.mp4?alt=media&token=21c405e0-97cd-43e0-a94a-c545ab8317bb>" %}
*Purchase a proxy*
{% endembed %}

{% stepper %}
{% step %}

#### Select a proxy type

Browse the available proxy types and click **Select** on the one that fits your use case.
{% endstep %}

{% step %}

#### Select a plan

Choose how many proxies you need. Buying in larger quantities gives you a better price per proxy. Click **Continue** when you're ready.
{% endstep %}

{% step %}

#### Select locations

Pick the cities or regions you want your proxies assigned to. If you select multiple locations, your proxies are split evenly across them. Click **Continue**.
{% endstep %}

{% step %}

#### Configure proxy settings

Choose your preferred proxy format, **HTTP** or **SOCKS5**. You can also whitelist up to 5 IP addresses for authentication. This is optional and can be edited at any time after purchase. Click **Continue**.
{% endstep %}

{% step %}

#### Review and pay

Check your order summary and select a payment method: **Credit/Debit card** or **Crypto**. If you want your subscription to renew automatically each month, toggle on **Monthly renewal**. Click **Continue** to complete the purchase. You will be redirected to the respective payment provider to complete your purchase.

{% hint style="info" %}
Please note that proxy purchases are non-refundable. Take a moment to review your order before completing the purchase.
{% endhint %}

{% hint style="info" %}
Would you like an invoice for your proxy purchase? Go to **Proxy Shop > Order History**, click the 3-bullet icon next to the proxy and choose **Get invoice**.
{% endhint %}

<figure><img src="/files/jXePUmI6kPKgRmsNenVD" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

### Attach the purchased proxy

Your proxies are automatically imported into the **Proxy Library** under the **Incogniton Proxies** tab. From there, you can assign them to profiles directly or manage them alongside any other proxies you have added.

To assign a purchased proxy to a profile, open the profile editor, go to the **Proxy** tab, select **Proxy Library**, and click **Select from Proxy Library**.

<div data-with-frame="true"><figure><img src="/files/lWWaA3dvsdJNs3V062ms" alt=""><figcaption></figcaption></figure></div>


# Renew proxies

How to renew proxies from Incogniton's proxy shop

Periodically it happens that you have to manually renew the proxies that you purchased in the Incogniton proxy shop. In this guide we will tell you exactly how to do this. If you want to know more about the proxy shop and how to buy your first proxies, we advise you to read [this article](/proxy-management/incogniton-proxy-shop).

{% stepper %}
{% step %}

#### Go to Orders

To extend your proxies, go to your Incogniton account and navigate to **Proxy Shop** and then to the tab **Orders**.
{% endstep %}

{% step %}

#### Choose Extend order

Click on the three bullet icon of the proxy you want to renew and choose the option **Extend order**.
{% endstep %}

{% step %}

#### Select duration and pay

Select the number of months you want to extend and choose the payment method in the pop-up window. Click **Continue** and complete the payment via the selected payment provider. Once the payment is completed the renewal should be processed automatically.

{% hint style="info" %}
You can only renew an order with proxies in its entirety.
{% endhint %}

![](/files/86jf3KnYCJsJwYYXUf1D)
{% endstep %}
{% endstepper %}

### Automatic renewal

When you order a proxy from the proxy shop the proxy is set to automatically renew every month. This means you don’t have to manually renew anymore. If you don’t want automatic renewal for your proxies, you can switch off this option when completing the order, or afterwards by changing the proxy settings. Read [this article](/proxy-management/incogniton-proxy-shop/cancel-auto-renew-on-a-proxy) for more information about this topic.

{% hint style="info" %}
If you still have any questions, please don’t hesitate to contact our [support department](https://incogniton.com/contact/).
{% endhint %}


# Cancel auto-renew on a proxy

How to cancel auto-renew on a proxy from Incogniton's proxy shop

When you buy a proxy from [Incogniton’s proxy shop](/proxy-management/incogniton-proxy-shop), it will be automatically renewed every month. If you don’t want this to happen, you can cancel the automatic renew in your Incogniton account.

{% stepper %}
{% step %}

#### Navigate to proxy orders

Go to your Incogniton account, navigate to the **Proxy shop** and then to the tab **Order History**. Here you see the proxy or proxies you have ordered.
{% endstep %}

{% step %}

#### Cancel automatic renewal

Go to the proxy you want to cancel the auto-renew for and click on the three-bullet icon. Then click on **Cancel auto-renewal**.

![](/files/Mvu7uiLv5W13ml9O35lm)
{% endstep %}

{% step %}

#### Confirm cancellation

A pop-up window will show with the question if you’re sure you want to cancel the auto-renew. Click on **Cancel renewal** and you’re done. Now the proxy will not be automatically renewed anymore — you can [manually renew the proxies](/proxy-management/incogniton-proxy-shop/renew-proxies) if wanted.

![](/files/WJgOBPU4KhTcqeUOOe0e)
{% endstep %}
{% endstepper %}

{% hint style="info" %}
It’s also possible to switch off the monthly renewal option while ordering the proxy in the shop. In the payment details section there’s a box with **Monthly renewal**. Deselect this option if you don’t want the proxy to be automatically renewed every month.
{% endhint %}

<figure><img src="/files/kquAMK3Ri9UMx1tiGPF0" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If you have any questions about cancelling the proxy auto-renew, don’t hesitate to [contact our support department](https://incogniton.com/contact/)!
{% endhint %}


# Testing and verifying proxies

Easily test and verify proxies in Incogniton for reliable performance


# Proxy speed

Learn all about the speed of your proxies

Proxy speed affects how responsive your browser profiles feel, especially when running automation or managing several profiles at once. This speed is measured as ping, the time in milliseconds it takes for a request to reach the proxy and get a response back. The lower the ping, the faster the proxy.

Incogniton gives you 2 ways to check it without running checks on every profile individually:

### Option 1: The lightning bolt icon

Next to a profile's proxy in the profiles list, you'll see a lightning bolt icon. Its color gives you a quick read on that proxy's speed:

<table><thead><tr><th width="259.48046875">Color</th><th>Meaning</th></tr></thead><tbody><tr><td>Purple</td><td>Perfect</td></tr><tr><td>Green</td><td>Great</td></tr><tr><td>Orange</td><td>Medium</td></tr><tr><td>Red</td><td>Bad</td></tr><tr><td>Blue</td><td>Proxy purchased through the Incogniton Proxy Shop</td></tr></tbody></table>

<div data-with-frame="true"><figure><img src="/files/yd5zRCqYM6n7r18mWx7k" alt=""><figcaption></figcaption></figure></div>

Hover over the icon to see the exact proxy speed in milliseconds. Hover over the icon to see the exact proxy speed in milliseconds. This is the fastest way to spot a slow proxy across a long list of profiles without opening each one individually.

### Option 2: the Proxy Ping column

The **Proxy Ping** column in the profiles list shows the exact ping in milliseconds for each profile's proxy. Lower numbers mean a faster connection. If the Proxy Ping column isn't visible in your view, click the **gear** **icon (settings)** at the top right of the profiles list and **select** **Proxy Ping** from the available columns.

<div data-with-frame="true"><figure><img src="/files/5uYmSxO032O6FRBrqyxq" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
The free unblocked proxy shows **N/A** in this column since it isn't pinged the same way a dedicated proxy is.
{% endhint %}


# Test proxy with FoxyProxy

How to test your proxy via FireFox browser and Foxyproxy

{% embed url="<https://www.youtube.com/watch?v=pKMUxJr78Bg>" %}

If a check result still looks wrong after trying the fixes, an external checker gives you an independent read on the same proxy outside of Incogniton. This helps you confirm whether the issue is with the proxy itself or something else.

{% stepper %}
{% step %}

#### Install Firefox and FoxyProxy

If you do not already have it, download Firefox from [mozilla.org](https://www.mozilla.org/firefox). Then install the FoxyProxy Standard extension from the [Firefox Add-ons store](https://addons.mozilla.org/en-US/firefox/addon/foxyproxy-standard/).

<div data-with-frame="true"><figure><img src="/files/AxkaW5a4Mf3vbSCJxltj" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

#### Add your proxy details

Click the FoxyProxy icon in the Firefox toolbar and select **Add**. Enter the proxy type, IP address, port, and your username and password if your proxy requires authentication. Give the proxy a name and click **Save**.

<div data-with-frame="true"><figure><img src="/files/ZORGDv73XeuGYNGtynPF" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

#### Activate the proxy

Select the proxy you just added from the FoxyProxy dropdown menu to route your Firefox traffic through it.

<div data-with-frame="true"><figure><img src="/files/kHLuuYbzU4TNNcFmIwef" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

#### Check the result

Visit [whoer.net](https://whoer.net/) to see the IP address, location, and provider that the proxy is presenting. If this matches what you expect from your proxy, the proxy is working correctly outside of Incogniton.
{% endstep %}
{% endstepper %}

If the proxy still does not behave as expected after this check, the issue is most likely with the proxy itself rather than Incogniton. Reach out to your proxy provider with these results so they can look into it on their end.

{% hint style="info" %}
If you have any further questions, don't hesistate to reach out to our [support team](https://incogniton.com/contact/).
{% endhint %}


# Troubleshooting


# Proxy connection failed

Learn what to do when your proxy is not connecting or shows an error.

If a profile gives a connection error, or shows a red cancel icon and fails to launch, the cause is almost always one of a few common configuration issues. Follow these solutions in order before assuming the proxy itself is broken.

<div data-with-frame="true"><figure><img src="/files/GmUC0O7jhbL4HyIVWWKY" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
If you're seeing a red lightning bolt icon with the green check rather than a red cross, that's a slow proxy speed, not a connection failure. See [Proxy speed](/proxy-management/testing-and-verifying-proxies/proxy-speed) instead.
{% endhint %}

### 1. Check the basics first

Most connection errors come down to a mismatch between what your proxy expects and what's configured in Incogniton.

<table><thead><tr><th width="296.921875">Check</th><th>What to confirm</th></tr></thead><tbody><tr><td><strong>Connection type</strong></td><td>Confirm the connection type set on the proxy matches what your provider issued, HTTPS or SOCKS5.</td></tr><tr><td><strong>IPv6 compatibility</strong></td><td>If your proxy is an IPv6 proxy, it only works on websites that support IPv6. Confirm with your provider whether your proxy is IPv4 or IPv6.</td></tr><tr><td><strong>Authentication method</strong></td><td>Some proxies authenticate by username and password, others by IP authorization. Confirm which method your provider uses and that it matches your setup in Incogniton.</td></tr><tr><td><strong>Port included</strong></td><td>Make sure the port is included in the proxy address field, in the format <code>ip:port</code>.</td></tr></tbody></table>

### 2. Test the proxy outside Incogniton

If you've confirmed all of the above and the proxy still doesn't connect, the next step is testing the proxy independently of Incogniton.

{% hint style="info" %}
See [Test a proxy with an external tool](/proxy-management/testing-and-verifying-proxies/proxy-test) for the full walkthrough using Firefox and FoxyProxy.
{% endhint %}

### 3. Manually configure Timezone, WebRTC, and Geolocation

If the proxy connects fine in a regular browser but still fails in Incogniton, the proxy itself is working. The issue is that Incogniton's server is unable to fetch IP-dependent data from that proxy to auto-configure your profile.

When this happens, set the Timezone, WebRTC, and Geolocation values manually instead of relying on auto-detection.

{% stepper %}
{% step %}

#### Set the timezone manually

Open the profile editor and go to **Browser & Navigator**. Turn off **Fill timezone based on IP**, then set the timezone manually. It's best to match this to the proxy's location.

<figure><img src="/files/myTgHhXEkhtGHd4hJr9o" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Set the WebRTC IP manually

Go to **Privacy & Network**. Turn off **Fill WebRTC Public IP based on the IP**, then enter the proxy's public IP manually, or set WebRTC mode to **Disabled** if you'd rather not expose any IP through WebRTC.
{% endstep %}

{% step %}

#### Set the geolocation manually

In the same **Privacy & Network** tab, turn off **Fill location based on IP**, then enter coordinates manually. It's best to match these to the proxy's location, or set geolocation mode to **Block** if you'd rather not share coordinates at all.

<div data-with-frame="true"><figure><img src="/files/uLQ4ilCLUkTFSbrQo7Xq" alt=""><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}

If after you've worked through all of these steps, the proxy still won't connect, this points to a deeper issue with your proxy. Kindly reach out to your proxy provider.


# Proxy displays wrong location

Proxy validation with main provider and back up provider

Sometimes a proxy connects successfully when you run a check, but the location shown does not match where the proxy is supposed to be.

{% hint style="info" %}
If you have not run a check yet, see [Check and add](https://docs.incogniton.com/proxy-management/integrating-proxies#check-and-add-proxy) in the Attach external proxy guide.
{% endhint %}

This is not a broken proxy issue. Incogniton validates proxy geolocation against [IPstack](https://ipstack.com/) by default, and that data can occasionally be incorrect due to a vendor data issue or a database error on IPstack's side.

To resolve this, switch to a Backup provider:

1. Open the proxy's settings, either from the profile's **Proxy** tab or from **Proxy Library**.
2. Find the **Proxy provider** dropdown.
3. Switch it from **Main provider** to **Backup provider** or **Second backup provider**.
4. Run the check again to confirm the location now resolves correctly.

<div data-with-frame="true"><figure><img src="/files/pXsYbI8SR0oSvvayHyic" alt=""><figcaption></figcaption></figure></div>

This re-validates the same proxy against a different geolocation database without changing anything else about the connection.

{% hint style="info" %}
If you still have any questions or face further issues about proxy validation, don’t hesitate to contact our [support team](https://incogniton.com/contact/).
{% endhint %}


# Importing cookies

Importing Cookies into an Incogniton Profile

{% embed url="<https://www.youtube.com/watch?v=DeZvCoT92x8>" %}

Cookies [exported from an Incogniton profile](/cookie-management/exporting-cookies), or collected outside the app entirely, can be loaded directly into any profile. It's the faster path when a profile needs an established history before going live on an account.

Follow these steps to import cookies into a profile:

{% stepper %}
{% step %}

### Open Import cookies

Right-click the profile you want to import cookies into, go to **Browser Management**, and select **Import Cookies**.

<div data-with-frame="true"><img src="/files/SgoSKXrrwdOAoBeyV4Ft" alt=""></div>
{% endstep %}

{% step %}

### Add and save cookies

Under **Cookie Format**, select the format that matches your cookie data. The available options include **JSON**, **Netscape**, **Base64 JSON**, and **Base64 Netscape**.

<div data-with-frame="true"><figure><img src="/files/JexBp33eQE479tAkhke6" alt=""><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}

A successful cookie(s) import notification means the cookies are live in the profile and take effect the next time you start a session.


# Exporting cookies

How to Export Cookies From an Existing Browser Profile

{% embed url="<https://www.youtube.com/watch?v=DeZvCoT92x8>" %}

If a profile already has a solid browsing history, you can export its cookies and import them into another profile instead of running the [Cookie Collector](/cookie-management/cookie-collector) from scratch. Exporting a browser profile's cookies is particulary useful when setting up new profiles that need to hit the ground running, or backing up cookie data before making changes to a profile.

{% hint style="info" %}
To import exported cookies into a different profile, see [Import cookies](/cookie-management/importing-cookies).
{% endhint %}

Follow these steps to export cookies from a profile:

{% stepper %}
{% step %}

### Open Export cookies

Go to your Incogniton account and navigate to the browser profile you want to export cookies from. Click on the 3-bullet icon and go to **Browser Management > Export cookies**.

![](/files/SgoSKXrrwdOAoBeyV4Ft)
{% endstep %}

{% step %}

### Save cookie file

A pop-up window will show to save the cookie file. Select a save location, choose your preferred format (**.json** or **.txt)**, and save the file.
{% endstep %}
{% endstepper %}

The exported file is ready to use straight away. You can always [convert](https://cookieconverter.com) the cookies to a different format, or just keep it as a backup. You can also import it into another browser profile, within or outside of Incogniton.&#x20;


# Cookie Collector

How to use the Incogniton Cookie Collector (or Cookie Robot)

{% embed url="<https://youtu.be/vLhIhlQXwR4?si=fSSUoIgAekJiokAc>" %}

Websites use cookies to build a picture of a browser's history. A profile with no cookies looks new, and a new browser logging into an established account is a common detection signal. The Cookie Collector (or Cookie Robot) builds that history for you by visiting a list of websites in the background and accumulating cookies the same way a real browser would.

### How to use the Cookie Collector

Follow these steps to set up and run the Cookie Collector on a browser profile:

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FH8yXxFJjKNEduZ4cdtjg%2Fuploads%2FN8Rgcvh7SdvfaY5r6Pia%2Fcookie-collector.mp4?alt=media&token=94165215-fd46-44cb-9bd1-1bd58205979d>" %}

{% stepper %}
{% step %}

#### **Start the Cookie Collector**

Click on the bullet icon on the right side of a browser profile and navigate to **Browser Management > Start Cookie Collector**. The Cookie Collector will pop up.
{% endstep %}

{% step %}

#### **Add target URLs**

Populate the URL list by selecting **Load default list**, entering URLs manually, or loading a previously saved set. Enter one URL per line (as shown in the image). If you plan to use the same URLs for multiple profiles, select the **Save set** option, that way you can easily load them via **Load set** when needed.

{% hint style="info" %}
URLs entered in the Cookie Collector must follow the `https://nameofwebsite.com` format. The **`https://`** prefix is particularly important, else the Cookie collector won't work.
{% endhint %}
{% endstep %}

{% step %}

#### **Start collecting**

Click the **Start collecting** button and the Cookie Collector will start collecting cookies.
{% endstep %}
{% endstepper %}

The cookies are saved to the profile as soon as the session ends. A single session is enough for basic testing. For live accounts, run the collector across multiple sessions before you start, platforms look at the age and spread of cookie history, not just its presence.

{% hint style="info" %}
If you have any additional questions about the Cookie Collector after reading this article, please contact our [support team](https://incogniton.com/contact/).
{% endhint %}


# Cookie Converter

How to Convert Netscape Cookies to JSON Format

{% embed url="<https://www.youtube.com/watch?v=1tv98Yhe0AM>" %}

Cookies exported from one tool often use a different format than the one your next tool expects. Incogniton exports cookies in JSON or TXT, but some browsers, scripts, or automation tools only read Netscape format, and some only read JSON. The Incogniton-powered Cookie converter tool bridges that gap.

{% hint style="info" %}
Cookie converter works independently of your Incogniton profiles, so you can use it on any cookie file that fits the format, irrespective of the source.
{% endhint %}

### Convert a cookie file

{% stepper %}
{% step %}

#### Open Cookie Converter

Go to [cookieconverter.com](https://cookieconverter.com/). No login or Incogniton profile is required.
{% endstep %}

{% step %}

#### Add your cookie data

Paste or upload your cookie data into the matching field, **Netscape** or **JSON**.

<div data-with-frame="true"><img src="/files/3c30a11e208ba5f3b9b459af6ee3a091a29185d4" alt=""></div>

Ensure you have a copy of your original cookie data before converting. The tool overwrites the opposite field each time you convert, so if a session cookie doesn't survive the conversion correctly, you'll need the original to try again.
{% endstep %}

{% step %}

#### Convert

Click **Convert cookies**. The opposite field fills with the converted result.
{% endstep %}
{% endstepper %}


# Automation settings

Learn how to use browser automation in Incogniton

### Selenium Browser Automation

Browser automation is a feature which allows you to automate processes online. This can be as simple as a button click to complex automated login and registration systems. The Incogniton browser automation uses the **selenium webdriver**. Next to this, we also support **Puppeteer automation**.

### REST API

REST API is a way for software systems to communicate over the internet. It lets you manage browser profiles within Incogniton.

### API documentation

For more information, see the API documentation here: [API docs Incogniton](https://api-docs.incogniton.com/).


# Adding team members

How to use the team management feature of Incogniton

{% embed url="<https://youtu.be/e0kHTmbzsI8?si=qPGDFDMOAPZQqeeR>" %}

In this guide we will give an introduction on how to use the team feature and how to manage the accounts of your team members. The team feature is available from the package professional and above. This feature allows you to:

* Share entire groups of profiles with your team members
* Assign different permissions to each team member

{% stepper %}
{% step %}

### Creating a new team member

First, create a user account for the team member you want to add. Navigate to **Team** and click on **Invite** **member**.

* Fill in the details of the new team member in the pop-up box
* Choose if the team member can set their own password or if you want to set a password yourself
* Assign a role (you can change this later)
* Review the permissions granted by this role
* Click on **Sent invite** to invite the team member

The team member will receive a confirmation email.

![](/files/aZu8O9EOEfjZo1i40q6X)

When the user is created, you can click on the 3-bullet icon to change the role, resend the verification email, send password reset link, set password or delete the user.

![](/files/AsXS4ulHFlM1s2cWnFU3)
{% endstep %}

{% step %}

### Creating roles

Next, create a role for the team member. Go to the tab **Roles** and click on **New role**. Choose a role name, select the preferred permissions and click on **Create role**.

You can select:

* Administration permissions
* Proxy library permissions
* General group permissions
* Specific group permissions

![](/files/6mmhQMs70s7qjXj71cTz)
{% endstep %}
{% endstepper %}

{% hint style="info" %}
If you still have any questions about how to set up the team feature of Incogniton, don’t hesitate to contact our [support department](https://incogniton.com/contact/).
{% endhint %}


# Adding additional team members

How to add additional team members in Incogniton

Adding an extra team member seat to an existing package can only be done by manual addition. Please send a message to **<help@incogniton.com>** so we can add an additional team member seat to your paid package.

{% hint style="info" %}
The Team Member feature, and therefore also the extra seat (user), can only be added to a paid package (i.e., from Entrepreneur) and costs **$5 extra per team member seat per month**.
{% endhint %}

{% hint style="info" %}
If you still have any questions about how to set up the Team feature of Incogniton, don’t hesitate to contact our [support department](https://incogniton.com/contact/).
{% endhint %}


# Administration permissions

How to provide administration permissions to team members

In this guide we will explain administration permissions and how you can assign them to a team member. If you grant a team member administration rights, you can let that team member do the following:

* Access team management
* Create a new team user
* Edit / Delete team user
* Assign roles to team user
* Create roles
* Edit / Delete roles

If you are sure you want to give one of your team members administration rights, follow the steps below.

{% stepper %}
{% step %}

#### Create or modify a role

Go to **Roles** in the Team Management section and create a new role. It is also possible to modify an existing role. Select the role you want to adjust and edit it.
{% endstep %}

{% step %}

#### Select administration rights for the role

Choose which administration rights to grant to the role. You can grant all permissions or only specific ones. Once configured, click **Save role**.

<figure><img src="/files/w9Txbyd87T5hZ5iD7fCk" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Assign the role to a team member

Go to the **Permissions tab**, select the team member, and assign the created role. Finally, click **Save role assignment**.

<figure><img src="/files/588td4xPJIqmEiiAJjZc" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="info" %}
If you still have any questions about how to set up the team feature of Incogniton, don’t hesitate to contact our [support team](https://incogniton.com/contact/).
{% endhint %}


# Private active session lock

Prevent double opened sessions with the private active session lock.

While [working in a team](/team-features/adding-team-members), there is a chance that the same browser profile is opened on different devices. This can harm your browser profile and can cause syncing errors. To prevent this, Incogniton provides a feature called **private active session lock**.

This feature prevents the same browser profile from being opened multiple times simultaneously, avoiding syncing errors when you and a team mate open the same browser profile at once. You can enable this option in the browser profile configuration.

{% stepper %}
{% step %}

### Go to browser profile settings

Click on the 3-bullet icon next to the browser profile and choose **Edit**. Go to the tabs **Advanced > Other**.
{% endstep %}

{% step %}

### Choose the active session lock option

Toggle on the button for **Active session lock** to activate this feature.

![](/files/WKd6CdBM8Szr7uwzrvTx)
{% endstep %}
{% endstepper %}

{% hint style="info" %}
If you still have any questions, don’t hesitate to contact our [support team](https://incogniton.com/contact/).
{% endhint %}


# Edit Account details

Learn how to manage your account details in Incogniton


# Change payment method

How to change your payment method / pay with crypto currencies

If you want to change the preferred payment method for your Incogniton subscription you can use Credit Card, PayPal, or Cryptocurrency. Below are the supported methods and steps to follow.

{% stepper %}
{% step %}

### Method 1: Changing the payment method with an open invoice

If you have an outstanding invoice but want to pay it with cryptocurrency or any other payment method, follow these steps:

* Go to [My Account](https://incogniton.com/my-account/) on the website and login to your account.
* Go to **Orders** and click **Pay** next to the invoice.
* Select the preferred payment method in the checkout.
  {% endstep %}

{% step %}

### Method 2: Changing the payment method before receiving the invoice

* Log in to the [My Account](https://incogniton.com/my-account/) area on the website.
* Navigate to the **Payment methods** tab and click on **Add payment method**.
* Choose the desired payment method.

**Cryptocurrency**

After selecting the **Cryptocurrencies** option, click the **Renew now** button to be redirected to the checkout page and then to the Coinbase checkout page. Select the desired cryptocurrency and complete the payment.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
If you have **remaining days on your current subscription**, get in touch with our support team. We will add the remaining days to your new subscription.
{% endhint %}

{% hint style="info" %}
If you have additional questions after reading this article, contact our [support department](https://incogniton.com/contact/).
{% endhint %}


# Exempted from VAT

How to be exempted from VAT charge as a business outside EU

Legislation and regulations stipulate that digital services provided by companies to consumers must be taxed with VAT (Value-Added Tax). However, there is an exemption for companies. In this guide we explain how to make use of this exemption.

{% stepper %}
{% step %}

### Select a subscription

First of all, select the desired subscription via the [pricing page](https://incogniton.com/pricing/).

**Note:** During the selection, the amount including VAT is displayed.

<div align="left"><img src="/files/beeb2e35663ec8d16a04206a8ae99656872e99aa" alt=""></div>
{% endstep %}

{% step %}

### Enter VAT data

Go to the check-out page and enter your details on this page. It is important that you enter this information correctly. Select **Yes** at the option **I am registered as a business** and then fill in the VAT data.

<div align="left"><img src="/files/4c1be6264ceb6439502cd5aa3c7f24a305fe5e3e" alt=""></div>

When you have entered the data correctly, the VAT charge will be adjusted to **0%**.

<div align="left"><img src="/files/3SG3sOmlIZ0qYhSGAbq4" alt=""></div>
{% endstep %}
{% endstepper %}

{% hint style="info" %}
If you still have any questions, please don’t hesitate to contact our [support department](https://incogniton.com/contact/).
{% endhint %}


# Change user interface language

How to change the user interface language of the application

In this guide we explain how to change the language of the user interface in Incogniton. This adjustment allows you to change the language of the application to the following languages:

* English
* Russian
* Chinese
* Portuguese
* French
* Spanish
* Vietnamese

{% stepper %}
{% step %}

### Option 1: On the login screen

Open the Incogniton application. On the login screen, click the language dropdown menu and select the language you prefer.

<figure><img src="/files/dUL43GgC2B2GhIZG3eFM" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Option 2: In your account

When your logged in to the app, click on the 3-bullet icon next to your username in the bottom corner on the left. Go to **Language** and select the preferred one.

<figure><img src="/files/IoSKetubG21R1mphVhlL" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="info" %}
If you still have any questions don’t hesitate to contact our [support department](https://incogniton.com/contact/).
{% endhint %}


# Change the layout of Profile Management

Customize your Incogniton Profile Management view to better organize and manage your browser profiles

In this guide we explain how you can organize and customize your profile overview in the app. With this functionality you can order the columns shown in the overview and adjust them to your preferences.

{% stepper %}
{% step %}

### Navigate to Profiles

Go to the profile overview in your Incogniton account and click on the gear icon.

![](/files/U3YiB1o4LDtqbYNwzsZq)
{% endstep %}

{% step %}

### Choose the preferred columns

A screen will pop up. Select the columns you want to see in the profile table, and click on **Save** to apply your changes.

<figure><img src="/files/7leTeOGhjFvNqIH9afUt" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="info" %}
If you still have any questions about this feature, don’t hesitate to contact our [support department](https://incogniton.com/contact/).
{% endhint %}


# Disable confirmation when exiting

How to disable the confirmation when exiting Incogniton

If you want to stop the user confirmation dialog that appears when exiting Incogniton, follow the steps below.

{% stepper %}
{% step %}

### Navigate to account settings

Go to **Settings > Preferences** and then to **Other preferences**.
{% endstep %}

{% step %}

### Turn off the confirmation to exit option

Turn off the option **Confirm before closing application** (it's enabled by default).

![](/files/sxE21iiz5IaoZNU6arSK)
{% endstep %}
{% endstepper %}

{% hint style="info" %}
If you still have any questions, don’t hesitate to contact our [support department](https://incogniton.com/contact/).
{% endhint %}


# Activate dark mode

How to activate the dark mode in Incogniton

In this guide we explain how to enable **dark mode** in the Incogniton user interface. Dark mode is an add-on that helps you quickly turn the screen (browser) to dark whenever you prefer it.

* Click on the 3-bullet icon next to your username in the bottom left corner
* Click on **Theme** to activate dark mode

<figure><img src="/files/UvxkwjqqNTysGWroYq6q" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If you still have any questions about the Dark Mode feature or anything else, contact our [support department](https://incogniton.com/contact/).
{% endhint %}


# Upgrade or downgrade subscriptions

How to upgrade or downgrade your Incogniton subscription

In this article we will explain how you can upgrade or downgrade your existing Incogniton subscription. This article is only relevant if you have already created an Incogniton account.

{% stepper %}
{% step %}

### Sign in to My Account

Go to the [My Account](https://incogniton.com/my-account/) section on our website and sign in with your Incogniton account.
{% endstep %}

{% step %}

### Open your subscriptions

After signing in, go to **Subscriptions** and click on **View** next to the subscription you want to change.

![](/files/W77uxJMcsHKvhUYPXyFY)
{% endstep %}

{% step %}

### Cancel and pick a new plan

On the subscription details page, cancel the existing subscription and then go to [our pricing page](https://incogniton.com/pricing/) to pick a new subscription. Click **Get started** and proceed to checkout.

![](/files/B3DpOiypXLwbKNTJKxby)
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Still have **remaining days left** on your current subscription? We can compensate your remaining days and add them to your new plan. Sent an email to <help@incogniton.com> to let us know.
{% endhint %}

{% hint style="info" %}
If you still have any questions please don’t hesitate to contact our [support department](https://incogniton.com/contact/).
{% endhint %}


# Cloud saving

Saving data locally or in encrypted cloud servers

Data is the most critical part for any company or, as a matter of fact, for any individual. In this article we explain the difference between saving your data locally (at your own risk) or using our encrypted cloud servers. Understanding the difference between local and cloud storage will help you choose the most suitable option.

### What is local storage?

Local storage requires users to store digital data on physical devices like hard disk drives, solid-state drives, or external storage devices such as thumb drives or compact discs.

#### Pros and cons of storing data locally

* **Pros**
  * Faster upload/download speeds when using a local hard drive compared to uploading to the cloud.
  * Not reliant on the internet - data stored locally is available at all times.
* **Cons**
  * Browser profiles are only accessible from one device.
  * If data is lost or corrupted, your Incogniton browser profiles may no longer be available.

{% hint style="warning" %}
Saving the data of your browser profiles locally is at your own risk.
{% endhint %}

### What is cloud storage?

In cloud storage, the server is located remotely (usually in a data center), and the user can access their browser profiles on any device when logging in with their Incogniton account.

#### Pros and cons of cloud storage

* **Pros**
  * You don't have to worry about maintenance and upgrades.
  * Pay-per-use and scalable storage.
  * Access data from anywhere with an internet connection.
  * Local machine issues do not impact data stored in the cloud.
* **Cons**
  * Dependence on the internet: without an internet connection, you cannot access cloud storage offline. If an app provides offline usage, data will only sync when the device reconnects to the internet.

### Storing data in Incogniton

Users can choose local storage, cloud storage, or a hybrid approach depending on business requirements and goals. Incogniton allows you to choose between the two, but we advice you to choose cloud saving. Here's how do enable this option.

{% stepper %}
{% step %}

#### **Navigate to account settings**

Login to your Incogniton account and navigate to **Settings > Preferences**.
{% endstep %}

{% step %}

#### **Enable cloud saving**

Select **Enable cloud saving** and choose the cloud saving method and server location. We advise you to choose the server location that is closest to your real geolocation. Use the dropdown menu to choose between a server in the United States, Europe or Asia.

![](/files/ULW0YqxS4s8Ts9pTWBzO)
{% endstep %}
{% endstepper %}

{% hint style="info" %}
If you have any additional questions after reading this article, please do not hesitate to contact our [support department](https://incogniton.com/contact/).
{% endhint %}


# Restore cloud backup

How to restore cloud backup in Incogniton

It’s possible to restore a cloud backup from an Incogniton browser profile. This lets you restore a profile to an earlier saved cloud state. Follow these steps:

{% stepper %}
{% step %}

### Open Backup & Recovery

Click the 3-bullet icon of the browser profile you want to restore, then navigate to **Backup & Recovery > Restore from cloud backup**.

![](/files/CyFQHvmSn2SAfPIUzxUw)
{% endstep %}

{% step %}

### Select and restore cloud backup

A pop-up window will display all available cloud backups for the selected profile. Choose the backup you want and click on **Restore**. The cloud backup will then be restored.

![](/files/exoeLtysGI31N8o3YMFd)
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Do you have any questions about this feature? Don’t hesitate to contact our [support department](https://incogniton.com/contact/).
{% endhint %}


# Backup locally saved data

How to backup your locally saved Incogniton data

In this article we explain how to save your data when you have disabled Incogniton’s cloud saving function. We highly recommend using the cloud saving function instead of local storage - your data will be much safer and you avoid the risk of losing it.

If you still wish to save your data locally, periodically back up the browser profile data. This guide shows you how.

{% stepper %}
{% step %}

### Locate the local data

Go to **Settings > Debug tools** and click on **Open data directory**. A file explorer window will open. Open the folder named **Config**.

![](/files/foNlsFX2fGIM8FcvNNh9)

<div align="left"><img src="/files/rEsbBb2ug9mjUYng7FMB" alt=""></div>
{% endstep %}

{% step %}

### Back up the profile data

You will see all the data from your browser profiles. Copy this data and save it somewhere else - that becomes your backup. Repeat this periodically to avoid data loss when not using cloud saving.

{% hint style="info" %}
You can also restore a local backup for a specific browser profile:

* Open the browser profile overview
* Click the 3-bullet icon for the relevant profile
* Choose **Backup & Recovery > Restore from local backup**
  {% endhint %}
  {% endstep %}
  {% endstepper %}

{% hint style="info" %}
If you have any additional questions after reading this article, please contact our [support department](https://incogniton.com/contact/).
{% endhint %}


# Account sharing

How to share your Incogniton account

{% embed url="<https://www.youtube.com/watch?v=3nAOhWeFk0E>" %}

Easily share your account with other Incogniton users using the account sharing feature. The goal of this feature is to make it easier for one account to manage another account’s profiles. It’s more secure and convenient to directly log in to manage the profiles, without sharing passwords. Let’s see how it works.

{% stepper %}
{% step %}

### Navigate to account settings

Log in to the Incogniton app and navigate to **Settings > Share account**.

![](/files/hY0xDoMvxIky6Q7BJZbD)
{% endstep %}

{% step %}

### Invite a new account

Click on **Invite new account**. Enter the recipient’s email address and choose an expiry date - they can access your account until this date. Then click **Send invite**.

![](/files/VC6wg11zmVakfLqdicM8)

In the overview you see which accounts are **shared by you** and which accounts are **shared with you**. When you click on the 3-bullet icon next to an account, you can revoke access or edit the expiry date.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
**Notes:**

* The number of profiles is not combined; each account keeps its own limit.
* You can only give account access to paid users with at least 50 profiles.
* Sharing is not available if you have 2FA enabled.
* You cannot add your own email.
  {% endhint %}

{% hint style="info" %}
Do you have any questions about this feature? Don’t hesitate to contact our [support department](https://incogniton.com/contact/).
{% endhint %}


# Two-factor authentication

How to setup two factor authorization in Incogniton

In this guide we will tell you how to set up 2FA (Two-Factor Authentication) in Incogniton. This will make your browser profiles even more secure. The only thing you need is a mobile phone and an authenticator application such as Microsoft Authenticator or Google Authenticator.

{% stepper %}
{% step %}

### Request a token

The first thing you need to do is request a token. Go the the [My-account section](https://www.incogniton.com/my-account) on the website and login. Navigate to the section **2FA Token** and click on the **Request a new token** button. After that, you should be able to generate a token with a 2FA application such as Microsoft Authenticator.

![](/files/QLkQ5L8AE9MNgDgA9xj3)
{% endstep %}

{% step %}

### Enter the 2FA code when logging in

Once you have completed the steps above, log into the Incogniton application and the 2FA validation screen will pop up. Fill in the 6 digits from the authenticator application and Incogniton will open.

<div align="left"><img src="/files/MjnD3L2Hr9B5EyF1KB7j" alt="" width="494"></div>
{% endstep %}
{% endstepper %}

{% hint style="info" %}
If you still have any questions about how to set up 2FA, don’t hesitate to contact our [support team](https://incogniton.com/contact/).
{% endhint %}


# Cas AI assistant

{% embed url="<https://youtu.be/8k0TDCoM3xc?si=NMvNDsqUodF0UXNw>" %}

Incogniton’s **AI assistant Cas** is here to help you navigate through the app. Enjoy a quick and easy setup and start managing browser profiles in no time. Let’s see how it works.

### What can Cas help you with?

* **Navigate through the app:** Easily go to proxies, settings or team management with just one question.
* **Get help with actions:** Let Cas help you create browser profiles, [add proxies](/proxy-management/integrating-proxies), manage groups and [add extensions](/extra-features/extension-manager).
* **Ask questions:** Gather more information about proxy setup, fingerprints, team permissions or any feature.
* **Optimize workflows:** Automate simple start-up tasks to save time and optimize your workflows.
* **Use tools for quick commands:** Search through the tool library for navigation and action options for quick commands.

<figure><img src="/files/lC6S89pXP5GmjouEyfz9" alt=""><figcaption></figcaption></figure>

### How it works

{% stepper %}
{% step %}

#### **Go to the Incogniton app**

Log in to the Incogniton app and click on the text bubble icon at the bottom right to open the AI assistant.
{% endstep %}

{% step %}

#### **Write a prompt**

Type your question or command in the text box to get started. Cas will help you right away, whether you want to [create a new profile](/getting-started/create-your-first-browser-profile) or navigate to account settings.
{% endstep %}
{% endstepper %}

<figure><img src="/files/7dHPfx8Z2YZNePd69GZE" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Do you need help or have any questions? Don’t hesitate to contact our [support team](https://incogniton.com/contact/).
{% endhint %}


# Copy and paste image text with OCR tool

How to copy and paste image text with the OCR tool

{% embed url="<https://youtu.be/idQta_bDmuE?si=wjWEGOY8GIQ-0fkp>" %}

In this article we show how to copy text from an image and paste it as editable text using the OCR functionality in Incogniton. With this feature you never have to retype text from an image again.

{% stepper %}
{% step %}

### Start the browser and open the image

Start your Incogniton browser profile and navigate to the page containing the image with text.
{% endstep %}

{% step %}

### Copy text from the image

Right-click on the image and select the option **Copy text from Image**. A pop-up will notify you when the text extraction is complete. Click **Close**, then paste the extracted text where you need it.

![](/files/13a6c31c62a8544d970dcd94f35b91727381e551)
{% endstep %}
{% endstepper %}

{% hint style="info" %}
If you have any additional questions after reading this article please contact our [support department](https://incogniton.com/contact/).
{% endhint %}


# Bookmark management tool

How to use Incogniton's bookmark management tool

In this guide we explain how to add bookmarks to Incogniton browser profiles.

{% stepper %}
{% step %}

#### Add a bookmark to a browser profile

Click on the 3-bullet icon next to the browser profile and go the **Browser Management > Add Bookmarks**.

![](/files/AtwX2l2bGZr7PV4A2mFq)
{% endstep %}

{% step %}

#### Fill in bookmark details

Enter the bookmark name and URL and click on **Add**. The bookmark is now visible in the column below. Select it and click on **Save**.

{% hint style="warning" %}
Include the protocol (https\:// or http\://) in the URL, otherwise the bookmark won’t be added.
{% endhint %}

![](/files/tkIkCbVetFkfWS8thWxH)
{% endstep %}

{% step %}

#### Verify the bookmark in the browser

Launch the browser profile. The bookmark should be visible in the address bar.

![](/files/a3e1647f31a912eb039e2d91921f050324e6f593)
{% endstep %}
{% endstepper %}

## Adding pre-saved bookmarks / frequently used bookmarks

{% embed url="<https://youtu.be/dJpqH1Od-Ls?si=ZDR0OT7Mm4BoEAe5>" %}

When you frequently use the same bookmark it can be more efficient to create a general (pre-saved) bookmark and add it to profiles as needed.

{% stepper %}
{% step %}

#### Create a general bookmark

Go to **Browsers > Bookmarks** and click on **Add bookmark**. Fill in the bookmark name, URL and description (optional), and click on **Create**.

![](/files/CQeaUaz3xRF6YAcbT2Ox)
{% endstep %}

{% step %}

#### Add the general bookmark to a browser profile

Click the 3-bullet icon next to a browser profile and go to **Browser Management > Add Bookmarks**.

Scroll to the general bookmarks column, select the bookmark and click on **Add selected** (or double click on the bookmark). It will now appear in the bookmarks to apply column. Select it and choose **Save**.

![](/files/filjVwVduGsDPQc0QKEB)
{% endstep %}
{% endstepper %}

{% hint style="info" %}
If you still have any questions about this feature, contact our [support department](https://incogniton.com/contact/).
{% endhint %}


# Enable camera in browser profile

How to enable the camera in your browser profile

{% embed url="<https://www.youtube.com/watch?v=xgOwxM0V2SU>" %}

In this guide we will explain how you can enable the webcam for an Incogniton browser profile.

* Create a new profile or edit an existing one
* Activate the option **Allow webcam access**
* Click **Create** or **Save** to save this setting

![](/files/GP4gi8VwRauSJ9F3NbKg)

You can choose to enable the webcam by default for every browser profile.

* Go to **Settings > Preferences**
* Activate the option **Enable webcam by default**

{% hint style="info" %}
If you still have any questions about this feature or have any other questions, contact our [support department](https://incogniton.com/contact/).
{% endhint %}


# Extension manager

How to use Incogniton's extension manager

In this article we explain how to use Incogniton’s extension manager. By using this functionality you can easily and quickly install browser extensions for your new or existing browser profiles.

### Adding extensions in Incogniton

{% stepper %}
{% step %}

#### **Navigate to Google Chrome webstore**

Go to the [Google Chrome webstore](https://chrome.google.com/webstore/category/extensions) through your regular Chrome browser and find the desired extension. Copy the extension URL from the toolbar - you'll need this for installation.

{% hint style="info" %}
If you plan to install multiple extensions across multiple profiles, consider pasting the URLs into a text editor for efficiency.
{% endhint %}

![](/files/x0nG2fN6qyFQ45zygeOf)
{% endstep %}

{% step %}

#### **Add extension in Incogniton**

Go to the Incogniton app and navigate to **Browser assets > Extensions**. Click **Add extension** and paste the Chrome Web Store URL into the link bar. Give the extension a name and description (optional) and click **Add**.
{% endstep %}

{% step %}

#### Add extension directly to browser profile

You can also add the extension directly to a browser profile:

* Create a new browser profile or edit an existing one
* Navigate to **Advanced > Extensions & Cookies**
* Paste the Chrome Web Store URL into the link bar and click **Add**
* Click **Create** or **Save**

The extension will be installed automatically when you launch the browser profile

![](/files/2yquWhsCTfqNwPnTBUbJ)
{% endstep %}
{% endstepper %}

### Adding pre-saved extensions

{% embed url="<https://www.youtube.com/watch?v=dJpqH1Od-Ls>" %}

Once you added an extension in Incogniton (see steps above) you can easily add this pre-saved extension to other browser profiles. Here's how:

* Click on the 3-bullet icon next to the profile and choose **Extensions**
* Select the preferred extension and click on **Save**

The extension will be installed automatically when the profiles are started.

You can also install an extension for multiple profiles at once. Select the browser profiles in question, navigate to the toolbar below and go to more actions. Click on **Browser Management > Add Extensions**, select the extension you want to add and click **Save**.

<figure><img src="/files/ESWFkdoHOcH4O8p8KS6p" alt=""><figcaption></figcaption></figure>

### Removing an extension

You can remove installed extensions from profiles. Edit the profile, go to **Advanced > Extensions & Cookies** and choose **Remove all** or **Remove selected**.

You can also delete pre-saved extensions. Go to **Browser assets > Extensions**, click on the 3-bullet icon next to the extension and choose **Delete**.

<figure><img src="/files/tz224fNKXD3LDWB7ZeDO" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If you still have any questions about Incogniton’s extension manager, please contact our [support department](https://incogniton.com/contact/).
{% endhint %}


# Custom extensions

How to add custom chrome extensions to an Incogniton profile

{% embed url="<https://www.youtube.com/watch?v=RDQ4ZBdg3j0>" %}

Incogniton lets you install custom Chrome-compatible extensions into your browser profiles. This allows you to optimize each profile for your specific workflow, without sacrificing fingerprint protection or anonymity - whether you’re running automation tools, managing ads, blocking trackers, or handling multiple accounts.

In this guide, we’ll walk you through the steps to upload a custom extension and assign it to profiles. Before you begin, ensure the custom extension file you want to upload is saved on your computer and in **.crx format**.

### How to upload and set up a custom extension in Incogniton <a href="#id-0-toc-title" id="id-0-toc-title"></a>

{% stepper %}
{% step %}

#### **Upload and create the custom extension**

* Navigate to **Browsers > Extensions**
* Click **Add extension** and go to the custom tab in the pop-up dialog
* Click **Select .crx file**
* Select your .crx file from your computer and follow the prompts to add it
* Choose a name and description (optional) and click on **Add**

<figure><img src="/files/zYagqsxwESi9FkOC1MyF" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Assign custom extension to a browser profile

* Create a new profile or edit an existing one
* Go to **Advanced > Extensions & Cookies**
* Go to the custom tab and select the extension under **Custom library**
* Click on **Save**

<figure><img src="/files/pfscFFFQQ4CpvQbh8bzO" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### **Add custom extension to multiple profiles (bulk)**

* Select the profiles you want to add the extension to
* Navigate to the toolbar below, go to more actions and click **Browser Management > Add Extensions**
* Select the custom extension and click on **Save**

<figure><img src="/files/IDXesWMlo4gEx1aYXj67" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="info" %}
If you have any questions about the process or are running into issues assigning extensions, reach out to [Incogniton Support](https://incogniton.com/contact/) for assistance.
{% endhint %}


# Paste as Human Typing

Discover how to use the paste as human typing feature in Incogniton

{% embed url="<https://youtu.be/Knn7D6YX3D4?si=PgZN9dS47HPLZnsP>" %}

In some cases it's necessary to paste copied text into your browser profiles. However, based on the input speed, websites can determine whether text has been typed by a person or whether it has been copied and pasted.

To allow you to paste text from a copied line and to make it look like it was typed by a human, we have integrated **Paste as human typing** in Incogniton. Based on a randomizer between each keystroke, the text will be pasted in the desired place.

Here's how to use this feature:

* Launch a browser profile in Incogniton
* Copy the text you want to paste
* Right-click in the target field and select **Paste as human typing**

![](/files/ff5dce374e4534f2c2fb6102c44286dbd0640903)

{% hint style="info" %}
If you have any additional questions after reading this article, please contact our [support department](https://incogniton.com/contact/).
{% endhint %}


# Passing the Iphey test

Passing the Iphey reliability test in Incogniton

In this guide we will explain how you can pass the [Iphey](https://iphey.com/) reliability test with Incogniton.

{% stepper %}
{% step %}

### Create a browser profile and activate iphey check option

Create a browser profile and attach a proxy (if desired). Go to the tab **Advanced > Other** and toggle on the button **Try to pass iphey check**.

<figure><img src="/files/yKlXpvsPRHTUAvE8yBZU" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Enabling this option forces Incogniton to **disable or change certain features** to help pass the iphey.com legitimacy check. One of the features that will be disabled is canvas spoofing, which may make your canvas fingerprint more easily identifiable.
{% endhint %}

{% hint style="warning" %}
This setting must be activated before the first time the profile is launched to consistently pass the check. It might not work if the profile is used on both Windows and Mac.
{% endhint %}
{% endstep %}

{% step %}

### Launch the profile and check iphey

Launch the browser profile and go to [Iphey](https://iphey.com/). You should see that Incogniton passes the test.

{% hint style="info" %}
In some cases you may need to refresh the page twice before it passes the test.
{% endhint %}

<figure><img src="/files/e82eee8fbf21079f1f5b731761aec841d7c71c4a" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="info" %}
If you still have any questions, please don’t hesitate to contact our [support department](https://incogniton.com/contact/).
{% endhint %}


# FAQ

Find your answers in the frequently asked questions

### Getting started

<details>

<summary><strong>How can I start using Incogniton?</strong></summary>

In order to start using Incogniton, you can simply download the app from our website [here](https://incogniton.com/download-incogniton/). Once the app has been installed, choose one of our packages from the [pricing page](https://incogniton.com/pricing/), place your order and create an account, and login to the app.

</details>

<details>

<summary><strong>How long do I have to wait before my subscription is activated?</strong></summary>

The subscription will be immediately activated after ordering. The status **Processing** indicates that it's done. However, in case of a crypto payment, it can take several hours before the payment is confirmed.

</details>

<details>

<summary><strong>Do you offer any free plans?</strong></summary>

Yes, we offer a starter package which allows you to create 10 free profiles with all of the Incogniton features. You can order the starter package on our [pricing page](https://incogniton.com/pricing/).

</details>

<details>

<summary><strong>Am I allowed to have multiple starter accounts?</strong></summary>

No. We monitor for multiple starter accounts; if we detect that you have multiple accounts using the starter package, this will result in a ban of all your Incogniton accounts.

</details>

### Payments

<details>

<summary><strong>How can I pay?</strong></summary>

In order to pay for your subscription and order, please follow these steps:

1. Log in to [My Account](https://incogniton.com/my-account/)
2. In the dashboard go to **Orders** and click on **Pay** next to the order you want to pay for.
3. You will automatically go to the **checkout section**, where you can fill in your details and make the payment.

</details>

<details>

<summary><strong>What payment methods do you accept?</strong></summary>

We accept payments via:

* PayPal
* Visa
* MasterCard
* Several types of crypto currencies

</details>

<details>

<summary><strong>How do I change the payment method?</strong></summary>

You can change your payment method via [My Account](https://incogniton.com/my-account/). It’s possible to choose the preferred payment method during checkout or beforehand in the tab **Payment methods** in your account. We also have a guide for this, see this [article](/account-management/edit-account-details/change-payment-method). If you require assistance with changing your payment method, please contact our [support department](https://incogniton.com/contact/).

</details>

<details>

<summary><strong>Why is a VAT charge added?</strong></summary>

Legislation and regulations stipulate that digital services provided by companies to consumers must be taxed with VAT (Value-Addex Tax).

There is an exemption to this for companies. To make use of this exemption we have explained in [this article](/account-management/edit-account-details/exempted-from-vat) how you can fill in your company details and TaxID to get an exemption from the VAT charge.

</details>

### Subscriptions

<details>

<summary><strong>How can I downgrade or upgrade my subscription?</strong></summary>

You can upgrade or downgrade your account by choosing another package on our [pricing page](https://incogniton.com/pricing/) and cancelling your current subscription via [My Account](https://incogniton.com/my-account/).

**Important!** Please note that you need to contact our [support department](https://incogniton.com/contact/) to make sure that the unused days of your previous subscription are added to your new subscription.

</details>

<details>

<summary><strong>What happens to the remaining days of my previous subscription after upgrading?</strong></summary>

We can compensate the remaining days of your previous subscription and add them to your new plan. Sent an email to <help@incogniton.com> so we can help you out.

</details>

<details>

<summary><strong>How can I cancel my subscription?</strong></summary>

You can cancel your subscription by logging in at [My Account](https://incogniton.com/my-account/) and just click on the subscription and then on the **Cancel** button.

</details>

<details>

<summary><strong>Can I pause my subscription?</strong></summary>

If you do not want to use Incogniton and do not want your subscription to be renewed, you can send us the cancellation request. It is also possible to cancel via [the My Account area](https://incogniton.com/my-account/). If you wish to come back in the future you will simply need to order a new subscription for the same account.

</details>

<details>

<summary><strong>What if I want a custom package?</strong></summary>

We offer the possibility to set up a custom package. Go to our [pricing page](https://incogniton.com/pricing/), choose the custom package and customize the number of browser profiles and team member seats you want.

</details>

### Other questions

<details>

<summary><strong>How can I restore my forgotten password?</strong></summary>

There are two options:

* **Option 1:** You can retrieve your password on the website. Go to [this link](https://incogniton.com/my-account/) and click on **Lost your password.** You will receive an email which gives you a link to reset your password.
* **Option 2:** You can reset your password through the application. Open the Incogniton app, click on **Forgot your password** and you will receive an email with a link to change your password.

</details>

<details>

<summary><strong>How can I change my Incogniton email address?</strong></summary>

Please send us an email from your registered Incogniton email address to <help@incogniton.com>, and we will change it for you.

</details>

<details>

<summary><strong>How do I add a team member who already has an Incogniton account?</strong></summary>

Add the team member in your Incogniton account and let the new user change their account to a team member in [My Account](https://incogniton.com/my-account/). You won’t lose any data and can change it back to a regular account if you want to.

<figure><img src="/files/NoYZIzLiQjEW6ATEwEZZ" alt=""><figcaption></figcaption></figure>

</details>

<details>

<summary><strong>How do I use Incogniton on a 32 – BIT version of Windows?</strong></summary>

1. Download and install the 64 – BIT Windows Version of Incogniton.
2. Go to the C:\Users\USERNAME\AppData\Roaming\Incogniton\Incogniton\browser\win and remove all the data in that folder.
3. Go to <https://incogniton.com/IncognitonWindowsBrowser32> and download the 32-BIT browser of Incogniton.
4. Unzip the 32-BIT file in this folder C:\Users\USERNAME\AppData\Roaming\Incogniton\Incogniton\browser\win

You should now be able to use a 32-BIT browser with Incogniton.

</details>


# Troubleshooting

Find solutions to issues in Incogniton and troubleshoot quickly with step-by-step fixes


# Slow browser profile

How to fix a slow browser profile

When you’re dealing with a slow browser profile, there are two options to validate and fix the problem:

{% stepper %}
{% step %}

#### Option 1: Validate proxy speed

When a proxy is used, internet speed is always determined by the browser profile. To validate, run a speed test in both the Incogniton browser profile and your own browser and compare results.

* Use **<https://www.speedtest.net/>** in the Incogniton browser profile and in your regular browser.
* If the Incogniton profile is slower, the issue is likely caused by the proxy. Contact the proxy supplier to resolve.
  {% endstep %}

{% step %}

#### Option 2: Enable no sandbox mode

Turning on no sandbox mode in your account can also help.

* Go to **Settings > Browser**
* Turn on **Run without sandbox**

![](/files/HIXijgAaEzm3QmFHhTlK)
{% endstep %}
{% endstepper %}

{% hint style="info" %}
If you still have any questions, don’t hesitate to contact our [support team](https://incogniton.com/contact/).
{% endhint %}


# CreateProcess failed - code 740

CreateProcess failed code 740 - the requested operation requires elevation

### **Problem**

The notification below is showing, stating:

*CreateProcess failed; code 740. The request operation requires elevation.*

<div align="left"><img src="/files/HI1Yw3dlpj1LGY7OV8he" alt=""></div>

### Solution

Start the program as administrator and the problem should be solved.

{% hint style="info" %}
If you have any additional questions please do not hesitate to contact our [support department](https://incogniton.com/contact/).
{% endhint %}


# Real location still visible

Why is my real location still visible for websites

If websites still detect your real geolocation then you probably have not set your browser profile correctly. This problem is often caused by the proxy, which is not correctly attached to the browser profile.

{% stepper %}
{% step %}

### Check proxy settings

In the ‘Proxy’ tab make sure you have selected one of the options: HTTPS proxy, Socks 4, or Socks 5, and that you have actually added a proxy to the profile.
{% endstep %}

{% step %}

### Check timezone

In the tab **Advanced > Browser & Navigator** go to **Timezone** and confirm that the time zone is entered based on the IP address you added to the browser profile. You can also manually change the time zone, but note that adjusting this yourself entails risks if you do this incorrectly.
{% endstep %}

{% step %}

### Relaunch and check

Once you have completed these two steps, relaunch the browser profile and check your geolocation at:

* <https://www.browserleaks.com>
* <https://www.whoer.net>
  {% endstep %}
  {% endstepper %}

{% hint style="info" %}
If the problem is still not fixed or you have any questions, please contact our [support team](https://incogniton.com/contact/).
{% endhint %}


# Metamask Extension not working / virus report

Learn what to do when Metamask Extension is not working

You are facing issues with Windows Defender blocking the Metamask extension on your Incogniton browser. Windows Defender, as an antivirus software, sometimes detects certain files of Metamask as potential threats, which can prevent the extension from functioning properly. To solve this, follow the steps below.

{% stepper %}
{% step %}

### Open Windows Security

Start by opening Windows Security on your device. You can usually find it in the Windows Security settings or by searching for **Windows Security** in the search bar.

<div align="left"><img src="/files/f1111d42b3fc65f398666a3e3c2d62550de755ec" alt=""></div>
{% endstep %}

{% step %}

### Go to Virus & Threat Protection

Once you have Windows Security open, look for the **Virus & Threat Protection** section. This is where you can manage the antivirus settings on your device.

<div align="left"><img src="/files/0c20892596f9d9c13fb20af68f7e1aeb4cd92acc" alt=""></div>
{% endstep %}

{% step %}

### Open Protection History

Locate the option for **Protection History** (or a similarly named option). This will display a log of recent events and actions taken by Windows Defender.

<div align="left"><img src="/files/ebf60ab0525208a6774a6bb38d6b9a3a2d10e4c0" alt=""></div>
{% endstep %}

{% step %}

### Search for Metamask-related Events

Search the Protection History for any events or notifications related to Metamask. Windows Defender may have flagged and removed certain files associated with Metamask, causing it to malfunction.

<div align="left"><img src="/files/76c0814f34b4893d30dd0ca815a35419e745b5ee" alt=""></div>
{% endstep %}

{% step %}

### Restore or Allow Blocked Files

If you find events indicating the removal or blocking of Metamask files, restore or allow those files from the Protection History log. This action will whitelist the Metamask extension and prevent Windows Defender from blocking it in the future.

<div align="left"><img src="/files/2bf115125a158c01dbb0f962453e773ad18f43fe" alt=""></div>
{% endstep %}

{% step %}

### Reinstall Metamask

After restoring or allowing the blocked files, reinstall the Metamask extension to ensure all necessary components are present and functioning correctly. Reinstall Metamask from the official Chrome Web Store or the respective extension store of your browser.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
If you still have any questions, contact our [support department](https://incogniton.com/contact/).
{% endhint %}


# Facebook Ad manager has a white block

Learn what to do when Facebook Ad manager shows a white block

The Facebook Ad manager shows a white block, like the image below. This often means that the screen resolution of the profile is wrong.

<figure><img src="/files/iMcvRPN9D0CxJAzOoDXi" alt=""><figcaption></figcaption></figure>

This can be solved by changing it to a higher value which has a closer match to your screen. Here's how:

{% stepper %}
{% step %}

### Go to browser profile settings

Click on the 3-bullet icon next to the browser profile and choose **Edit**.
{% endstep %}

{% step %}

### Adjust screen resolution

Go to the tab **Advanced > Browser navigator**, adjust the screen resolution and click on **Save**.

<figure><img src="/files/zi2Kg9Vfns3M1HGVh2D3" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="info" %}
If you have any additional questions after reading this article, please contact our [support department](https://incogniton.com/contact/).
{% endhint %}


# The profile is stuck on syncing

Fix browser profile syncing issues in Incogniton

When a browser profile is stuck on syncing when launching, there's three possible solutions.

{% stepper %}
{% step %}

### Solution 1: Force (re)start the profile

Press the 3-bullet icon at the side of a browser profile and click on **Launch Options > Force Restart**.

<figure><img src="/files/7a07qMN45llvoZ1foiM5" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Solution 2: Change the cloud save location

Go to **Settings > Preferences** and change the server location to a location closer to you. You can choose from the dropdown menu.

<figure><img src="/files/WfkyWuXWY1LZamyPgh07" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Solution 3: Turn off cloud saving

Turn off cloud saving in the same section as solution 2. This will disable synchronization of profiles with the cloud. Toggle off the button **Enable cloud saving**.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
If you have any additional questions, please do not hesitate to contact our [support department](https://incogniton.com/contact/).
{% endhint %}


# Editor

GitBook has a powerful block-based editor that allows you to seamlessly create, update, and enhance your content.

<figure><img src="https://gitbookio.github.io/onboarding-template-images/editor-hero.png" alt=""><figcaption></figcaption></figure>

### Writing content

GitBook offers a range of block types for you to add to your content inline — from simple text and tables, to code blocks and more. These elements will make your pages more useful to readers, and offer extra information and context.

Either start typing below, or press `/` to see a list of the blocks you can insert into your page.

### Add a new block

{% stepper %}
{% step %}
**Open the insert block menu**

Press `/` on your keyboard to open the insert block menu.
{% endstep %}

{% step %}
**Search for the block you need**

Try searching for “Stepper”, for exampe, to insert the stepper block.
{% endstep %}

{% step %}
**Insert and edit your block**

Click or press Enter to insert your block. From here, you’ll be able to edit it as needed.
{% endstep %}
{% endstepper %}


# Markdown

GitBook supports many different types of content, and is backed by Markdown — meaning you can copy and paste any existing Markdown files directly into the editor!

<figure><img src="https://gitbookio.github.io/onboarding-template-images/markdown-hero.png" alt=""><figcaption></figcaption></figure>

Feel free to test it out and copy the Markdown below by hovering over the code block in the upper right, and pasting into a new line underneath.

```markdown
# Heading

This is some paragraph text, with a [link](https://docs.gitbook.com) to our docs. 

## Heading 2
- Point 1
- Point 2
- Point 3
```

{% hint style="info" %}
If you have multiple files, GitBook makes it easy to import full repositories too — allowing you to keep your GitBook content in sync.
{% endhint %}


# Images & media

GitBook allows you to add images and media easily to your docs. Simply drag a file into the editor, or use the file manager in the upper right corner to upload multiple images at once.

<figure><img src="https://gitbookio.github.io/onboarding-template-images/images-hero.png" alt=""><figcaption><p>Add alt text and captions to your images</p></figcaption></figure>

{% hint style="info" %}
You can also add images simply by copying and pasting them directly into the editor — and GitBook will automatically add it to your file manager.
{% endhint %}


# Interactive blocks

In addition to the default Markdown you can write, GitBook has a number of out-of-the-box interactive blocks you can use. You can find interactive blocks by pressing `/` from within the editor.

<figure><img src="https://gitbookio.github.io/onboarding-template-images/interactive-hero.png" alt=""><figcaption></figcaption></figure>

### Tabs

{% tabs %}
{% tab title="First tab" %}
Each tab is like a mini page — it can contain multiple other blocks, of any type. So you can add code blocks, images, integration blocks and more to individual tabs in the same tab block.
{% endtab %}

{% tab title="Second tab" %}
Add images, embedded content, code blocks, and more.

```javascript
const handleFetchEvent = async (request, context) => {
    return new Response({message: "Hello World"});
};
```

{% endtab %}
{% endtabs %}

### Expandable sections

<details>

<summary>Click me to expand</summary>

Expandable blocks are helpful in condensing what could otherwise be a lengthy paragraph. They are also great in step-by-step guides and FAQs.

</details>

### Embedded content

{% embed url="<https://www.youtube.com/watch?v=YILlrDYzAm4>" %}

{% hint style="info" %}
GitBook supports thousands of embedded websites out-of-the-box, simply by pasting their links. Feel free to check out which ones[ are supported natively](https://iframely.com).
{% endhint %}


# Integrations

GitBook integrations allow you to connect your GitBook spaces to some of your favorite platforms and services. You can install integrations into your GitBook page from the *Integrations* menu in the top left.

<figure><img src="https://gitbookio.github.io/onboarding-template-images/integrations-hero.png" alt=""><figcaption></figcaption></figure>

### Types of integrations

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th></tr></thead><tbody><tr><td><strong>Analytics</strong></td><td>Track analytics from your docs</td><td><a href="https://www.gitbook.com/integrations#analytics">https://www.gitbook.com/integrations#analytics</a></td><td></td><td></td></tr><tr><td><strong>Support</strong></td><td>Add support widgets to your docs</td><td><a href="https://www.gitbook.com/integrations#support">https://www.gitbook.com/integrations#support</a></td><td></td><td></td></tr><tr><td><strong>Interactive</strong></td><td>Add extra functionality to your docs</td><td><a href="https://www.gitbook.com/integrations#interactive">https://www.gitbook.com/integrations#interactive</a></td><td></td><td></td></tr><tr><td><strong>Visitor Authentication</strong></td><td>Protect your docs and require sign-in</td><td><a href="https://www.gitbook.com/integrations#visitor-authentication">https://www.gitbook.com/integrations#visitor-authentication</a></td><td></td><td></td></tr></tbody></table>


# Developer Platform

Welcome to your team’s developer platform

<h2 align="center"> Incogniton <mark style="color:blue;">Developers</mark></h2>

<p align="center">Build and automate with Incogniton using our developer documentation.<br>You’ll find complete API and SDK references for managing browser profiles, fingerprints, proxies, cookies, alongside automating with Playwright, Puppeteer or Selenium. </p>

<p align="center"><a href="https://api-docs.incogniton.com/getting-started/introduction" class="button primary" data-icon="code">Go to Developer Docs </a></p>

<p align="center"></p>

{% columns %}
{% column width="50%" %}
{% code overflow="wrap" expandable="true" %}

```js
// npm install incogniton

import { IncognitonBrowser } from 'incogniton'

const browser = new IncognitonBrowser({
  profileId: 'your-profile-id',
  headless: true,
})

const pwBrowser = await browser.startPlaywright()
```

{% endcode %}
{% endcolumn %}

{% column width="50%" %}

### Get started  in a few minutes

Make your first API call quickly with clear endpoints and ready-to-use examples. The documentation is designed to help you set up and start working without unnecessary steps.

Skip the guesswork and extra complexity, follow a step-by-step tutorial.

<a href="https://api-docs.incogniton.com/getting-started/quickstart" class="button primary" data-icon="rocket-launch">Quickstart</a> <a href="https://api-docs.incogniton.com/sdks/overview" class="button secondary" data-icon="code-simple">SDK reference</a>
{% endcolumn %}
{% endcolumns %}

### Check out more usage examples

{% tabs %}
{% tab title="Typescript Example" %}

#### Install the npm package

```bash
npm install incogniton
```

#### Automate with Incogniton and Playwright

{% code expandable="true" %}

```js
import { IncognitonBrowser } from 'incogniton'

const profileId = 'your-profile-id'

// Create a browser instance for this profile
const browser = new IncognitonBrowser({
  profileId,
  headless: true,
})

// Start the browser and connect with Playwright
const pwBrowser = await browser.startPlaywright()

const page = await pwBrowser.newPage()
await page.goto('https://example.com')
await page.screenshot({ path: 'example.png' })

// Close the browser when finished
await browser.close(pwBrowser)

```

{% endcode %}
{% endtab %}

{% tab title="Python Example" %}

#### Install the pip package

```bash
pip install incogniton
```

#### Get Profile Information with API Client

{% code expandable="true" %}

```python
import asyncio
from incogniton import IncognitonClient

async def main():
    client = IncognitonClient()
    pid = "your-profile-id"

    profile = await client.profile.get(pid)
    print(profile.get("name"), profile.get("id"))

    all_profiles = await client.profile.list()
    print("Total:", len(all_profiles))

    status = await client.profile.get_status(pid)
    print("Status:", status)

if __name__ == "__main__":
    asyncio.run(main())

```

{% endcode %}
{% endtab %}
{% endtabs %}

{% columns %}
{% column width="41.66666666666667%" %}

<div data-with-frame="true"><figure><picture><source srcset="/files/GHn3kmZx3Qknw3xJosme" media="(prefers-color-scheme: dark)"><img src="/files/H2yDoaSQB4JIkxOaYxKA" alt=""></picture><figcaption></figcaption></figure></div>
{% endcolumn %}

{% column width="58.33333333333333%" %}

### Learn more about our API and SDKs with the Developer guides

Learn how to use the Incogniton API and SDKs through step-by-step guides. Explore practical examples and guidance for integrating Incogniton into your own stack.

<a href="https://api-docs.incogniton.com/how-to-guides/overview" class="button secondary" data-icon="book-open">See Guides</a>&#x20;
{% endcolumn %}
{% endcolumns %}

<h2 align="center">Join our communities</h2>

<p align="center">Join over <strong>7,000</strong> community members learning, building, and automating with Incogniton.</p>

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><h4><i class="fa-telegram">:telegram:</i></h4></td><td><strong>Telegram Community</strong></td><td>Join our Telegram channel to get product updates, announcements, and important notices related to Incogniton.</td><td><a href="https://t.me/incognitonOfficial" class="button secondary">Join Telegram community</a></td><td></td></tr><tr><td><h4><i class="fa-youtube">:youtube:</i></h4></td><td><strong>YouTube Channel</strong></td><td>Subscribe to our YouTube to stay up-to-date with tutorials and demos covering Incogniton features, workflows, and integrations. </td><td><a href="https://www.youtube.com/channel/UCPOop6SGNM4D9fo68X7oq3w" class="button secondary">Open YouTube Channel</a></td><td></td></tr></tbody></table>


# Glossary

Explore essential terms related to anti-detect browsing, identity separation, and modern web tracking.

### A

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Account</code></td><td><strong>Account Farming</strong></td><td>The practice of creating and managing multiple online accounts in bulk, typically to build trust, accumulate resources, or prepare accounts for a specific purpose.</td><td></td><td></td></tr><tr><td><code>Account</code></td><td><strong>Account Flagging</strong></td><td>A platform's automated or manual process of marking an account as suspicious based on unusual activity, policy violations, or detected patterns.</td><td></td><td></td></tr><tr><td><code>Account</code></td><td><strong>Account Suspension</strong></td><td>A temporary restriction placed on an account that limits or removes a user's access, often pending review or resolution of a policy violation.</td><td></td><td></td></tr></tbody></table>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Account</code></td><td><strong>Account Warmup</strong></td><td>The practice of gradually increasing an account's activity over time to build credibility and avoid triggering a platform's fraud detection systems.</td><td></td><td></td></tr><tr><td><code>Marketing</code></td><td><strong>AdSense</strong></td><td>Google's advertising platform that allows website owners to earn revenue by displaying targeted ads, commonly used to monetize web traffic at scale.</td><td></td><td></td></tr><tr><td><code>Marketing</code></td><td><strong>Affiliate Marketing</strong></td><td>A performance-based marketing model where a person earns a commission by promoting another company's product or service through a unique tracking link.</td><td></td><td></td></tr></tbody></table>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Marketing</code></td><td><strong>Airdrop</strong></td><td>A distribution method used by blockchain projects to send free tokens or NFTs directly to multiple wallet addresses, often as a promotional or reward mechanism.</td><td></td><td></td></tr><tr><td><code>Browser</code></td><td><strong>Anti-Detect Browser</strong></td><td>A specialized browser designed to mask or spoof a user's digital fingerprint, making each browsing session appear as a unique, unrelated device to websites.</td><td></td><td></td></tr><tr><td><code>Automation</code></td><td><strong>API Key</strong></td><td>A unique authentication code passed with API requests to identify the calling application and control access to a service's features or data.</td><td></td><td></td></tr></tbody></table>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Network</code></td><td><strong>ASN (Autonomous System Number)</strong></td><td>A unique identifier assigned to a network or group of IP addresses under a single organization's control, used to route internet traffic and identify the origin of an IP.</td><td></td><td></td></tr><tr><td><code>Fingerprint</code></td><td><strong>Audio Context Spoofing</strong></td><td>A technique that modifies the output of the browser's Web Audio API to prevent websites from using subtle audio signal differences to identify a device.</td><td></td><td></td></tr><tr><td><code>Fingerprint</code></td><td><strong>Audio Fingerprinting</strong></td><td>A browser tracking method that processes audio signals through a device's hardware and software stack to generate a unique identifier based on the output variations.</td><td></td><td></td></tr></tbody></table>

### B

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Cloud</code></td><td><strong>Backup Profile Syncing</strong></td><td>The process of automatically saving and synchronizing browser profile data to a remote or cloud location to prevent loss and enable restoration across devices.</td><td></td><td></td></tr><tr><td><code>Automation</code></td><td><strong>Browser Automation</strong></td><td>The use of scripts or tools to programmatically control a browser, simulating user actions like clicking, typing, and navigating without manual input.</td><td></td><td></td></tr><tr><td><code>Browser</code></td><td><strong>Browser Emulation Layers</strong></td><td>Software components that replicate the behavior and properties of a real browser environment, used to make automated or headless browsers appear more human-like to detection systems.</td><td></td><td></td></tr></tbody></table>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Browser</code></td><td><strong>Browser Extension</strong></td><td>A small software add-on installed in a browser that adds or modifies functionality, such as blocking ads, managing passwords, or altering browser behavior.</td><td></td><td></td></tr><tr><td><code>Fingerprint</code></td><td><strong>Browser Fingerprint Entropy</strong></td><td>A measure of how unique and identifying a browser's fingerprint is. Higher entropy means the browser is more distinguishable across the web.</td><td></td><td></td></tr><tr><td><code>Fingerprint</code></td><td><strong>Browser Fingerprinting</strong></td><td>A tracking technique that collects attributes from a user's browser and device, such as fonts, screen size, and plugins, to create a unique identifier without using cookies.</td><td></td><td></td></tr></tbody></table>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Browser</code></td><td><strong>Browser Isolation</strong></td><td>A security approach that separates each browser session into its own contained environment, preventing data, cookies, and fingerprints from leaking between sessions.</td><td></td><td></td></tr><tr><td><code>Browser</code></td><td><strong>Browser Leaks</strong></td><td>Unintended exposure of a user's real identity or network information through the browser, often via WebRTC, DNS, or JavaScript APIs despite using a proxy or VPN.</td><td></td><td></td></tr><tr><td><code>Browser</code></td><td><strong>Browser Profile</strong></td><td>A self-contained browser instance with its own isolated cookies, cache, fingerprint, and settings, used to manage separate identities or sessions independently.</td><td></td><td></td></tr></tbody></table>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Browser</code></td><td><strong>Browser Tracking</strong></td><td>The practice used by websites and third parties to monitor a user's online behavior across sessions and sites, typically through cookies, fingerprinting, or pixel tags.</td><td></td><td></td></tr><tr><td><code>Browser</code></td><td><strong>Browser Version Management</strong></td><td>The practice of controlling which browser version is used within a profile or session, ensuring compatibility and consistency when spoofing or automating browser environments.</td><td></td><td></td></tr><tr><td><code>Automation</code></td><td><strong>Bulk Profile Creation</strong></td><td>The automated generation of multiple browser profiles at once, each with unique fingerprints and settings, used to scale operations across many independent identities.</td><td></td><td></td></tr></tbody></table>

### C

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Browser</code></td><td><strong>Cache Isolation</strong></td><td>The separation of cached data between browser sessions or profiles, ensuring that stored files and resources from one session cannot be accessed or detected by another.</td><td></td><td></td></tr><tr><td><code>Fingerprint</code></td><td><strong>Canvas Fingerprinting</strong></td><td>A browser tracking method that draws invisible graphics using the HTML5 Canvas API and analyzes subtle rendering differences to generate a unique device identifier.</td><td></td><td></td></tr><tr><td><code>Fingerprint</code></td><td><strong>Canvas Spoofing</strong></td><td>A technique that alters or randomizes the output of the Canvas API to prevent websites from using canvas rendering differences to fingerprint and identify a device.</td><td></td><td></td></tr></tbody></table>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Automation</code></td><td><strong>CAPTCHA</strong></td><td>A challenge-response test used by websites to distinguish human users from bots, typically requiring the user to identify images, solve puzzles, or check a box.</td><td></td><td></td></tr><tr><td><code>Automation</code></td><td><strong>CDP (Chrome DevTools Protocol)</strong></td><td>A protocol that allows external tools to communicate with and control Chromium-based browsers, widely used in browser automation and testing frameworks.</td><td></td><td></td></tr><tr><td><code>Browser</code></td><td><strong>Chromium-based Browser</strong></td><td>A web browser built on Google's open-source Chromium engine, which serves as the foundation for browsers like Chrome, Edge, and most anti-detect browsers.</td><td></td><td></td></tr></tbody></table>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Fingerprint</code></td><td><strong>ClientRects Fingerprinting</strong></td><td>A fingerprinting technique that measures the precise pixel positions of HTML elements on a page to exploit rendering differences across devices and identify users.</td><td></td><td></td></tr><tr><td><code>Fingerprint</code></td><td><strong>Cloaking</strong></td><td>A technique where different content or information is shown to search engines or detection systems than what is shown to regular users, often to avoid scrutiny or bypass filters.</td><td></td><td></td></tr><tr><td><code>Cloud</code></td><td><strong>Cloud Device</strong></td><td>A virtual device hosted on remote servers that can be accessed and operated over the internet, used to run browser sessions without relying on local hardware.</td><td></td><td></td></tr></tbody></table>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Cloud</code></td><td><strong>Cloud Farming</strong></td><td>The practice of managing and operating multiple accounts or browser sessions remotely using cloud-based infrastructure, enabling large-scale automation without local resources.</td><td></td><td></td></tr><tr><td><code>Cloud</code></td><td><strong>Cloud Profile Sync</strong></td><td>The automatic synchronization of browser profile data, including cookies, settings, and fingerprint configurations, to cloud storage for access across multiple devices.</td><td></td><td></td></tr><tr><td><code>Cloud</code></td><td><strong>Cloud Storage</strong></td><td>A model of data storage where files and information are saved on remote servers accessed via the internet, rather than on a local device or hard drive.</td><td></td><td></td></tr></tbody></table>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Cookie</code></td><td><strong>Cookie</strong></td><td>A small piece of data stored in a browser by a website to remember user information, session state, preferences, or tracking identifiers across visits.</td><td></td><td></td></tr><tr><td><code>Cookie</code></td><td><strong>Cookie Collector</strong></td><td>A tool or process that automatically gathers cookies from websites, used to warm up browser profiles or simulate authentic browsing history before account operations.</td><td></td><td></td></tr><tr><td><code>Cookie</code></td><td><strong>Cookie Converter</strong></td><td>A tool that transforms cookies from one format to another, allowing them to be imported or exported across different browsers, tools, or automation frameworks.</td><td></td><td></td></tr></tbody></table>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Cookie</code></td><td><strong>Cookie Manager</strong></td><td>A browser feature or external tool that allows users to view, edit, import, export, and delete cookies stored within a browser session or profile.</td><td></td><td></td></tr><tr><td><code>Tracking</code></td><td><strong>Cross-Site Tracking</strong></td><td>A method used by advertisers and trackers to monitor a user's activity across multiple websites by sharing identifiers such as cookies, pixels, or fingerprints between domains.</td><td></td><td></td></tr><tr><td><code>Cookie</code></td><td><strong>Cookie Injection</strong></td><td>The process of manually or programmatically inserting cookies into a browser session to simulate a logged-in state or replicate a specific user session.</td><td></td><td></td></tr></tbody></table>

### D

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Network</code></td><td><strong>Datacenter Proxy</strong></td><td>A proxy server hosted in a datacenter rather than on a residential connection, offering fast speeds but more easily detected and blocked by websites due to its non-residential origin.</td><td></td><td></td></tr><tr><td><code>Browser</code></td><td><strong>Data Isolation</strong></td><td>The practice of keeping data from different browser sessions, profiles, or users completely separated so that no information leaks or overlaps between them.</td><td></td><td></td></tr><tr><td><code>Security</code></td><td><strong>Data Leakage</strong></td><td>The unintended exposure of sensitive data, such as real IP addresses, cookies, or identifiers, outside of a secured or isolated environment.</td><td></td><td></td></tr></tbody></table>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Network</code></td><td><strong>Dedicated Proxy</strong></td><td>A proxy server assigned exclusively to a single user, providing a consistent IP address that is not shared with others, reducing the risk of blocks or bans.</td><td></td><td></td></tr><tr><td><code>Security</code></td><td><strong>Detection System</strong></td><td>A platform's automated infrastructure that analyzes behavioral, technical, and network signals to identify bots, fake accounts, or policy-violating activity.</td><td></td><td></td></tr><tr><td><code>Browser</code></td><td><strong>Device Emulation</strong></td><td>The simulation of a specific device's hardware and software characteristics within a browser session, making it appear as though the user is operating from a different device.</td><td></td><td></td></tr></tbody></table>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Fingerprint</code></td><td><strong>Device Memory Spoofing</strong></td><td>A technique that falsifies the reported amount of RAM available on a device to prevent websites from using memory size as a fingerprinting signal.</td><td></td><td></td></tr><tr><td><code>Privacy</code></td><td><strong>Digital Anonymity</strong></td><td>The state of operating online without revealing one's true identity, achieved by masking identifiers such as IP address, browser fingerprint, and behavioral patterns.</td><td></td><td></td></tr><tr><td><code>Fingerprint</code></td><td><strong>Digital Fingerprint</strong></td><td>A unique combination of browser and device attributes collected by websites to identify and track a user without relying on cookies or login credentials.</td><td></td><td></td></tr></tbody></table>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Fingerprint</code></td><td><strong>Digital Fingerprint Spoofing</strong></td><td>The act of deliberately falsifying browser and device attributes to make a session appear as a different, unique identity and avoid fingerprint-based detection.</td><td></td><td></td></tr><tr><td><code>Privacy</code></td><td><strong>Digital Identity</strong></td><td>The complete set of digital attributes, including IP address, browser fingerprint, cookies, and behavior, that collectively represent a user's online presence.</td><td></td><td></td></tr><tr><td><code>Automation</code></td><td><strong>Distributed Automation</strong></td><td>The execution of automated browser tasks across multiple machines, proxies, or cloud instances simultaneously to scale operations and avoid detection from a single source.</td><td></td><td></td></tr></tbody></table>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Network</code></td><td><strong>DNS Leak Protection</strong></td><td>A security measure that prevents DNS queries from being sent outside an encrypted tunnel, ensuring a user's real DNS server and location are not exposed to third parties.</td><td></td><td></td></tr><tr><td><code>Account</code></td><td><strong>Duplicate Account Detection</strong></td><td>A platform's mechanism for identifying when multiple accounts are operated by the same person, typically by matching shared fingerprints, IPs, cookies, or behavioral patterns.</td><td></td><td></td></tr><tr><td><code>Fingerprint</code></td><td><strong>Dynamic Fingerprinting</strong></td><td>A fingerprinting approach where the collected attributes change or adapt over time, making it harder for users to consistently spoof or evade detection across sessions.</td><td></td><td></td></tr></tbody></table>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Network</code></td><td><strong>Dynamic IP Rotation</strong></td><td>The automatic switching of IP addresses at set intervals or per request, used to distribute traffic across multiple IPs and avoid rate limiting or IP-based bans.</td><td></td><td></td></tr></tbody></table>

### E

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Browser</code></td><td><strong>Emulated Device</strong></td><td>A virtual representation of a physical device — such as a phone or tablet — created by configuring a browser to mimic that device's screen size, user agent, and hardware properties.</td><td></td><td></td></tr><tr><td><code>Browser</code></td><td><strong>Environment Isolation</strong></td><td>The practice of keeping each browser session's data, including cookies, cache, and local storage, completely separate so activity in one session cannot affect or be detected by another.</td><td></td><td></td></tr><tr><td><code>Fingerprint</code></td><td><strong>Extension Fingerprinting</strong></td><td>A tracking technique that identifies a browser by detecting which extensions are installed, since the combination of installed extensions can be unique to a specific user.</td><td></td><td></td></tr></tbody></table>

### F

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Fingerprint</code></td><td><strong>Fingerprint Rotation</strong></td><td>The practice of periodically switching a browser's fingerprint attributes to prevent long-term tracking based on a consistent fingerprint signature.</td><td></td><td></td></tr><tr><td><code>Fingerprint</code></td><td><strong>Font Fingerprinting</strong></td><td>A tracking method that identifies a browser by measuring which fonts are available on a device, since the installed font set often varies between users and operating systems.</td><td></td><td></td></tr><tr><td><code>Tracking</code></td><td><strong>Fraud Detection</strong></td><td>A system used by websites and platforms to identify suspicious or rule-breaking behavior by analyzing patterns in user actions and browser signals.</td><td></td><td></td></tr></tbody></table>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Fingerprint</code></td><td><strong>Fingerprint Consistency</strong></td><td>The degree to which all browser fingerprint attributes such as timezone, language, and hardware specs match each other logically, making a profile appear as a real, coherent device.</td><td></td><td></td></tr><tr><td><code>Fingerprint</code></td><td><strong>Fingerprint Noise Injection</strong></td><td>A privacy technique that introduces small, randomized variations into fingerprint data to prevent tracking systems from consistently identifying the same browser across sessions.</td><td></td><td></td></tr><tr><td><code>Fingerprint</code></td><td><strong>Fingerprint Profile</strong></td><td>A saved collection of browser fingerprint attributes such as screen resolution, fonts, and hardware details that defines how a browser session presents itself to websites.</td><td></td><td></td></tr></tbody></table>

### G

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Network</code></td><td><strong>Geolocation Spoofing</strong></td><td>The act of falsifying a browser's reported geographic location to make websites believe the user is accessing them from a different country or region.</td><td></td><td></td></tr><tr><td><code>Browser</code></td><td><strong>Ghost Browsing</strong></td><td>A browsing mode that does not save any session data locally, ensuring no cookies, history, or cache persist after the session ends.</td><td></td><td></td></tr><tr><td><code>Account</code></td><td><strong>Ghost Account</strong></td><td>A dormant or inactive account kept alive to occupy a username or maintain platform presence without regular activity.</td><td></td><td></td></tr></tbody></table>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Cookie</code></td><td><strong>Global Cookie Management</strong></td><td>The centralized handling of cookies across multiple browser profiles or sessions, allowing users to import, export, and sync cookie data from a single interface.</td><td></td><td></td></tr><tr><td><code>Fingerprint</code></td><td><strong>GPU Fingerprinting</strong></td><td>A tracking technique that identifies a device by analyzing how its graphics processor renders specific visual elements, since GPU output varies across hardware and driver combinations.</td><td></td><td></td></tr><tr><td><code>Account</code></td><td><strong>Group Profile Management</strong></td><td>The ability to organize, configure, and control multiple browser profiles as a batch, allowing teams to apply settings, assign proxies, or share access across many profiles at once.</td><td></td><td></td></tr></tbody></table>

### H

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Fingerprint</code></td><td><strong>Hardware Concurrency</strong></td><td>The number of logical CPU cores reported by a device, often used as a signal in browser fingerprinting.</td><td></td><td></td></tr><tr><td><code>Fingerprint</code></td><td><strong>Hardware Fingerprinting</strong></td><td>The process of identifying a device based on its hardware-related attributes such as CPU, GPU, and memory characteristics.</td><td></td><td></td></tr><tr><td><code>Browser</code></td><td><strong>Headless Browser</strong></td><td>A browser that operates without a graphical user interface and is typically used for automation or testing tasks.</td><td></td><td></td></tr></tbody></table>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Fingerprint</code></td><td><strong>Headless Detection</strong></td><td>The technique of identifying whether a browser is running in headless mode using behavioral or technical signals.</td><td></td><td></td></tr><tr><td><code>Network</code></td><td><strong>HTTP Header</strong></td><td>Metadata sent with HTTP requests and responses that can reveal information about the client, environment, and request context.</td><td></td><td></td></tr><tr><td><code>Network</code></td><td><strong>HTTP Proxy</strong></td><td>An intermediary server that routes HTTP requests between a client and destination, masking the original IP address.</td><td></td><td></td></tr></tbody></table>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Automation</code></td><td><strong>Human Behavior Simulation</strong></td><td>The practice of mimicking realistic user actions such as mouse movement, typing, and timing patterns to reduce detection.</td><td></td><td></td></tr></tbody></table>

### I

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Network</code></td><td><strong>IP Address</strong></td><td>A unique numerical identifier assigned to a device on a network, used to route traffic and identify its origin.</td><td></td><td></td></tr><tr><td><code>Network</code></td><td><strong>IP Rotation</strong></td><td>The process of periodically changing a device’s IP address to reduce tracking and distribute network activity.</td><td></td><td></td></tr><tr><td><code>Network</code></td><td><strong>IP Reputation</strong></td><td>A score or classification assigned to an IP address based on its historical behavior and trustworthiness.</td><td></td><td></td></tr></tbody></table>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Network</code></td><td><strong>IP Leak</strong></td><td>An unintended exposure of a device’s real IP address despite the use of a proxy or masking layer.</td><td></td><td></td></tr><tr><td><code>Network</code></td><td><strong>ISP Proxy</strong></td><td>A proxy that uses IP addresses assigned by Internet Service Providers, combining residential trust with datacenter performance.</td><td></td><td></td></tr><tr><td><code>Tracking</code></td><td><strong>Identity Linking</strong></td><td>The process of connecting multiple accounts or sessions to the same user based on shared signals or behaviors.</td><td></td><td></td></tr></tbody></table>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Browser</code></td><td><strong>IndexedDB</strong></td><td>A browser-based storage system that allows websites to store large amounts of structured data on the client side.</td><td></td><td></td></tr></tbody></table>

### J

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Fingerprint</code></td><td><strong>JavaScript Fingerprinting</strong></td><td>The use of JavaScript to collect device and browser attributes for the purpose of uniquely identifying users.</td><td></td><td></td></tr><tr><td><code>Automation</code></td><td><strong>JavaScript Injection</strong></td><td>The act of inserting and executing custom JavaScript code within a webpage to modify behavior or automate interactions.</td><td></td><td></td></tr></tbody></table>

### K

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Fingerprint</code></td><td><strong>Keystroke Dynamics</strong></td><td>A behavioral biometric technique that analyzes typing patterns such as speed and rhythm to identify users.</td><td></td><td></td></tr></tbody></table>

### L

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Browser</code></td><td><strong>Local Storage</strong></td><td>A browser-based storage mechanism that allows websites to store data persistently on a user's device.</td><td></td><td></td></tr><tr><td><code>Fingerprint</code></td><td><strong>Location Spoofing</strong></td><td>The practice of altering a device’s reported geographic location to match a desired region or IP address.</td><td></td><td></td></tr><tr><td><code>Account</code></td><td><strong>Login Session</strong></td><td>A temporary authenticated state that allows a user to interact with an account without re-entering credentials.</td><td></td><td></td></tr></tbody></table>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Fingerprint</code></td><td><strong>Login Fingerprinting</strong></td><td>The process of analyzing device and behavioral signals during login to identify or verify a user.</td><td></td><td></td></tr><tr><td><code>Network</code></td><td><strong>Latency Simulation</strong></td><td>The intentional adjustment of network response timing to mimic realistic connection conditions.</td><td></td><td></td></tr><tr><td><code>Marketing</code></td><td><strong>Lookalike Audience</strong></td><td>A targeting method that uses existing user data to find new users with similar characteristics and behaviors.</td><td></td><td></td></tr></tbody></table>

### M

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Tracking</code></td><td><strong>Machine Learning Detection</strong></td><td>The use of trained models to identify patterns and anomalies in user behavior or device signals for detection purposes.</td><td></td><td></td></tr><tr><td><code>Fingerprint</code></td><td><strong>Mobile Fingerprinting</strong></td><td>The process of identifying mobile devices based on their unique hardware, software, and behavioral attributes.</td><td></td><td></td></tr><tr><td><code>Account</code></td><td><strong>Multi-Account Management</strong></td><td>The practice of operating and maintaining multiple user accounts in a structured and organized manner.</td><td></td><td></td></tr></tbody></table>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Browser</code></td><td><strong>Multi-Session Isolation</strong></td><td>The separation of multiple browsing sessions to prevent shared data, fingerprints, or tracking between them.</td><td></td><td></td></tr><tr><td><code>Account</code></td><td><strong>Minting Wallet</strong></td><td>A cryptocurrency wallet specifically used to create or participate in the minting of digital assets such as NFTs.</td><td></td><td></td></tr></tbody></table>

### N

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Fingerprint</code></td><td><strong>Navigator Object</strong></td><td>A JavaScript object that provides information about the browser and device, often used in fingerprinting.</td><td></td><td></td></tr><tr><td><code>Fingerprint</code></td><td><strong>Network Fingerprinting</strong></td><td>The identification of a user based on network-level characteristics such as IP behavior and connection patterns.</td><td></td><td></td></tr><tr><td><code>Network</code></td><td><strong>Network Latency</strong></td><td>The time delay between a request and response over a network, often used as a behavioral signal.</td><td></td><td></td></tr></tbody></table>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Browser</code></td><td><strong>Non-Persistent Storage</strong></td><td>A type of browser storage that is cleared after a session ends and does not retain data permanently.</td><td></td><td></td></tr><tr><td><code>Account</code></td><td><strong>NFT Minting</strong></td><td>The process of creating a new non-fungible token on a blockchain by recording its data on-chain.</td><td></td><td></td></tr></tbody></table>

### O

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Fingerprint</code></td><td><strong>Operating System Fingerprinting</strong></td><td>The identification of a device’s operating system based on system-level attributes and signals.</td><td></td><td></td></tr><tr><td><code>Tracking</code></td><td><strong>Online Tracking</strong></td><td>The practice of monitoring user activity across websites using various tracking technologies and identifiers.</td><td></td><td></td></tr><tr><td><code>Marketing</code></td><td><strong>Organic Traffic</strong></td><td>Website visitors acquired through unpaid sources such as search engines or direct discovery.</td><td></td><td></td></tr></tbody></table>

### P

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Browser</code></td><td><strong>Page Visibility API</strong></td><td>A browser API that detects whether a webpage is active or hidden, often used to monitor user engagement and behavior.</td><td></td><td></td></tr><tr><td><code>Marketing</code></td><td><strong>PPC</strong></td><td>A digital advertising model where advertisers pay a fee each time their ad is clicked.</td><td></td><td></td></tr><tr><td><code>Cookie</code></td><td><strong>Pre-Made Cookies</strong></td><td>Previously collected and stored cookies that can be reused to replicate an existing session or user state.</td><td></td><td></td></tr></tbody></table>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Browser</code></td><td><strong>Privacy Browser</strong></td><td>A web browser designed to limit tracking and enhance user privacy by blocking or minimizing data collection.</td><td></td><td></td></tr><tr><td><code>Tracking</code></td><td><strong>Privacy Sandbox</strong></td><td>A set of technologies aimed at replacing traditional tracking methods with privacy-focused alternatives in web browsers.</td><td></td><td></td></tr><tr><td><code>Network</code></td><td><strong>Private Proxy</strong></td><td>A proxy server exclusively assigned to a single user, offering consistent identity and reduced risk of shared reputation issues.</td><td></td><td></td></tr></tbody></table>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Network</code></td><td><strong>Proxy Pool</strong></td><td>A collection of multiple proxy servers used to distribute requests and reduce detection risk.</td><td></td><td></td></tr><tr><td><code>Network</code></td><td><strong>Proxy Rotation Strategy</strong></td><td>A defined method for changing proxies over time or per request to maintain anonymity and avoid detection.</td><td></td><td></td></tr></tbody></table>

### R

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Network</code></td><td><strong>Rate Limiting</strong></td><td>A technique used to restrict the number of requests a client can make within a given time period.</td><td></td><td></td></tr><tr><td><code>Tracking</code></td><td><strong>Redirect Tracking</strong></td><td>The use of intermediate redirects to monitor user activity and capture tracking data during navigation.</td><td></td><td></td></tr><tr><td><code>Network</code></td><td><strong>Residential Proxy</strong></td><td>A proxy that routes traffic through real residential IP addresses assigned by Internet Service Providers.</td><td></td><td></td></tr></tbody></table>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Automation</code></td><td><strong>Retry Logic</strong></td><td>A mechanism that automatically repeats failed requests or actions to improve reliability in automation workflows.</td><td></td><td></td></tr><tr><td><code>Tracking</code></td><td><strong>Risk Scoring</strong></td><td>The process of assigning a risk level to a user or session based on behavioral, device, and network signals.</td><td></td><td></td></tr></tbody></table>

### S

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Cookie</code></td><td><strong>Session Cookie</strong></td><td>A temporary cookie that stores session data and is deleted when the browser is closed.</td><td></td><td></td></tr><tr><td><code>Tracking</code></td><td><strong>Session Replay</strong></td><td>A technique that records and replays user interactions on a website for analysis and monitoring.</td><td></td><td></td></tr><tr><td><code>Tracking</code></td><td><strong>Session Hijacking</strong></td><td>The unauthorized takeover of a user session by exploiting session identifiers or vulnerabilities.</td><td></td><td></td></tr></tbody></table>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Fingerprint</code></td><td><strong>Signal Correlation</strong></td><td>The process of combining multiple device and behavioral signals to identify or link users across sessions.</td><td></td><td></td></tr><tr><td><code>Network</code></td><td><strong>SOCKS5 Proxy</strong></td><td>A proxy protocol that routes traffic at a lower level without modifying request headers or content.</td><td></td><td></td></tr></tbody></table>

### T

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Fingerprint</code></td><td><strong>TLS Fingerprinting</strong></td><td>The identification of clients based on characteristics of their TLS handshake and encryption behavior.</td><td></td><td></td></tr><tr><td><code>Fingerprint</code></td><td><strong>Timezone Spoofing</strong></td><td>The manipulation of a browser’s reported timezone to match a specific geographic or network profile.</td><td></td><td></td></tr><tr><td><code>Account</code></td><td><strong>Two-Factor Authentication (2FA)</strong></td><td>A security method that requires a second verification step in addition to a password to access an account.</td><td></td><td></td></tr></tbody></table>

### U

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Fingerprint</code></td><td><strong>User Agent</strong></td><td>A string sent by a browser that identifies the browser type, version, and operating system.</td><td></td><td></td></tr><tr><td><code>Tracking</code></td><td><strong>User Behavior Tracking</strong></td><td>The collection and analysis of user actions such as clicks, scrolling, and navigation patterns.</td><td></td><td></td></tr><tr><td><code>Tracking</code></td><td><strong>Unique Identifier</strong></td><td>A distinct value assigned to a user or device to enable consistent recognition across sessions.</td><td></td><td></td></tr></tbody></table>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Account</code></td><td><strong>User Session</strong></td><td>A period of interaction between a user and a system that is maintained across multiple requests.</td><td></td><td></td></tr><tr><td><code>Tracking</code></td><td><strong>User Profiling</strong></td><td>The process of analyzing user data to build a detailed representation of behavior, preferences, or identity.</td><td></td><td></td></tr><tr><td><code>Marketing</code></td><td><strong>UTM Parameters</strong></td><td>Tags added to URLs that allow marketers to track the source, medium, and performance of campaigns.</td><td></td><td></td></tr></tbody></table>

### V

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Browser</code></td><td><strong>Virtual Browser</strong></td><td>A browser environment that runs in an isolated or remote system rather than directly on a local device.</td><td></td><td></td></tr><tr><td><code>Cloud</code></td><td><strong>Virtual Machine (VM)</strong></td><td>A software-based system that emulates a physical computer and runs its own operating system.</td><td></td><td></td></tr><tr><td><code>Cloud</code></td><td><strong>VPS (Virtual Private Server)</strong></td><td>A virtualized server that provides dedicated resources within a shared hosting environment.</td><td></td><td></td></tr></tbody></table>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Network</code></td><td><strong>VPN (Virtual Private Network)</strong></td><td>A service that routes internet traffic through an encrypted tunnel to mask the user’s IP address and location.</td><td></td><td></td></tr><tr><td><code>Tracking</code></td><td><strong>Visitor ID</strong></td><td>A unique identifier assigned to a visitor to track interactions and behavior across sessions.</td><td></td><td></td></tr></tbody></table>

### W

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Network</code></td><td><strong>WebRTC Leak</strong></td><td>An exposure of a user’s real IP address through WebRTC despite the use of proxies or VPNs.</td><td></td><td></td></tr><tr><td><code>Fingerprint</code></td><td><strong>WebRTC Spoofing</strong></td><td>The manipulation of WebRTC data to prevent the exposure of real network information.</td><td></td><td></td></tr><tr><td><code>Fingerprint</code></td><td><strong>WebGL Fingerprinting</strong></td><td>The use of WebGL rendering behavior to identify devices based on graphical output differences.</td><td></td><td></td></tr></tbody></table>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Automation</code></td><td><strong>Web Scraping</strong></td><td>The automated extraction of data from websites using scripts or software tools.</td><td></td><td></td></tr><tr><td><code>Automation</code></td><td><strong>Webhook Automation</strong></td><td>A method of triggering automated actions based on real-time events sent from external systems.</td><td></td><td></td></tr><tr><td><code>Marketing</code></td><td><strong>White Hat SEO</strong></td><td>The practice of optimizing websites using ethical techniques that comply with search engine guidelines.</td><td></td><td></td></tr></tbody></table>

### X

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Network</code></td><td><strong>XMLHttpRequest (XHR)</strong></td><td>A browser API used to send and receive data asynchronously without reloading the page.</td><td></td><td></td></tr><tr><td><code>Security</code></td><td><strong>XSS (Cross-Site Scripting)</strong></td><td>A vulnerability that allows attackers to inject malicious scripts into web pages viewed by other users.</td><td></td><td></td></tr></tbody></table>

### Z

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>Tracking</code></td><td><strong>Zero-Day Detection</strong></td><td>The identification of previously unknown threats or behaviors using advanced analysis techniques without relying on known signatures.</td><td></td><td></td></tr><tr><td><code>Network</code></td><td><strong>Zero-Trust Security</strong></td><td>A security model that requires continuous verification of users and devices rather than assuming trust based on network location.</td><td></td><td></td></tr></tbody></table>


# Changelog

Track new features, improvements, and bug fixes across Incogniton releases.

### July 29, 2026

{% columns %}
{% column width="33.33333333333333%" %}

<div data-with-frame="true"><figure><picture><source srcset="/files/7Zhcpgtmq4TnIVpmYuVS" media="(prefers-color-scheme: dark)"><img src="/files/z2PMh9rEK8WX54U86znW" alt=""></picture><figcaption></figcaption></figure></div>
{% endcolumn %}

{% column width="66.66666666666667%" %}
**`V.5.0.0.7` Crypto payments are back, plus a macOS Tahoe crash fix**

This update restores crypto payments in the Proxy Shop, fixes a crash on macOS 26 (Tahoe), and adds new team management and theme controls.
{% endcolumn %}
{% endcolumns %}

{% hint style="success" icon="rocket-launch" %}
**New Features**

* **Crypto payments in the Proxy Shop:** Pay by direct wallet transfer in BTC, USDT (TRC-20/ERC-20), USDC, or ETH when buying or renewing proxies.
* **Disable 2FA for a team member:** Team admins can now turn off two-factor authentication for individual team members.
* **System / Light / Dark theme toggle:** Choose your preferred theme directly from the account menu.
  {% endhint %}

{% hint style="info" icon="screwdriver-wrench" %}
**Improvements**

* More reliable cookie import.
* Going over your profile limit no longer blocks launching.
* Dark-mode polish across the sidebar, menus, and popups.
* Press Enter in the profile name field to save and close.
* Smarter background syncing.
  {% endhint %}

{% hint style="warning" icon="bug-slash" %}
**Bug Fixes**

* Fixed a crash on macOS 26 (Tahoe) where profile browsers quit a few seconds after launch on sites using Bluetooth.
* The local Automation API now stays responsive during long automation runs.
* Fixed broken help links.
  {% endhint %}

***

### July 16, 2026

{% columns %}
{% column width="33.33333333333333%" %}

<div data-with-frame="true"><figure><picture><source srcset="/files/zI0auT6MPhUJLZgQpI2P" media="(prefers-color-scheme: dark)"><img src="/files/BZENzLRrhTMQqIoJTemf" alt=""></picture><figcaption></figcaption></figure></div>
{% endcolumn %}

{% column width="66.66666666666667%" %}
**`V.5.0.0.6` Control your browser with Cas AI**

Cas can now drive profiles, manage tabs, and run real proxy checks, by your command. This update also adds profile-list shortcuts and everyday improvements.
{% endcolumn %}
{% endcolumns %}

{% hint style="success" icon="rocket-launch" %}
**New Features**

* **You can control your browser:** Ask Cas to open pages, click through steps, or run multi-step tasks. It drives a real profile and reports progress at each step.
* **Manage tabs by chat:** Open, switch, and close tabs, including “close all other tabs,” by asking Cas.
* **Start, stop, and delete profiles from chat:** Cas performs these actions as the app does. It always stops a running profile before deletion.
* **Real proxy checks in chat:** Cas runs a genuine connection test with the real exit IP and location. This provides accurate results for gateway, rotating, and residential proxies.
* **A quick tour of Cas:** An optional walkthrough introduces Cas when you first open chat. Replay it anytime from the tour button.
* **Tool Library in your language:** Cas tools and descriptions now use the app's selected language.
* **Update browsers in bulk:** The bulk menu shows **Update to latest browser version** when selected profiles are outdated.
* **One-click plan-limit fix:** When active profiles exceed your plan limit, **Start** becomes a red **Disable** button. Use it to free a slot quickly.
  {% endhint %}

{% hint style="info" icon="screwdriver-wrench" %}
**Improvements**

* Mouse back and forward buttons now navigate between screens and groups.
* Slower actions now show a loading message.
* Click anywhere on a notification toast to dismiss it.
* The proxy provider field is now named **Proxy information provider**. A tooltip explains its purpose.
* Submenus no longer close while you move between menu items.
* In-app tutorial cards now support dark mode.
* The app starts faster.
* Improved reliability for Incogniton passkey sign-in flows.
* Improved overall crash stability.
  {% endhint %}

{% hint style="warning" icon="bug-slash" %}
**Bug Fixes**

* Fixed the profile list’s **Filtered** tab occasionally showing incorrect results.
* Fixed Global ISP proxy orders appearing in the wrong category.
* The app now always closes fully on exit, even when a process stalls.
* macOS: added privacy usage descriptions to prevent TCC-related crashes.
  {% endhint %}

***

### June 26, 2026

{% columns %}
{% column width="33.33333333333333%" %}

<div data-with-frame="true"><figure><picture><source srcset="/files/ITvxGVPoungLKiHfZ2dE" media="(prefers-color-scheme: dark)"><img src="/files/VB2IgQ6n4RujZdoqXRJw" alt=""></picture><figcaption></figcaption></figure></div>
{% endcolumn %}

{% column width="66.66666666666667%" %}
**`V.5.0.0.5` Fingerprint rotation shortcut, creation date addition, and bug fixes**

This update adds a quick fingerprint rotation option from the profile Details tab, improvements to the profile list display options, and several targeted bug fixes.
{% endcolumn %}
{% endcolumns %}

{% hint style="success" icon="rocket-launch" %}
**New Features**

* **Rotate fingerprint from the Details tab:** Re-roll a profile's fingerprint directly from the profile list without opening the full editor.
  {% endhint %}

{% hint style="info" icon="screwdriver-wrench" %}
**Improvements**

* Profiles now display a creation date.
* The Disable option is now hidden when free profile slots are still available — it only appears when relevant.
  {% endhint %}

{% hint style="warning" icon="bug-slash" %}
**Bug Fixes**

* Fixed groups referenced by profiles not appearing in the sidebar.
* Deleting a group now reliably moves its profiles to Unassigned, including after reordering groups.
* Fixed an app freeze on macOS when pasting a multi-line proxy list into the single proxy field — it now routes correctly into bulk mode.
* Fixed active proxies incorrectly showing as Expired in the Proxy Shop.
* Fixed bookmark date display and dark-mode rendering issues.
  {% endhint %}

***

### June 23, 2026

{% columns %}
{% column width="33.33333333333333%" %}

<div data-with-frame="true"><figure><picture><source srcset="/files/5KWje2pTS8h2bO9drWFz" media="(prefers-color-scheme: dark)"><img src="/files/zAUT1v4CNtDzWdQSPVrI" alt=""></picture><figcaption></figcaption></figure></div>
{% endcolumn %}

{% column width="66.66666666666667%" %}
**`V.5.0.0.4` Browser core 149, automatic theme, and better regional access**

This update upgrades the browser core to Chrome 149, adds automatic light/dark theming, improves reliability in restricted regions, and expands team update controls.
{% endcolumn %}
{% endcolumns %}

{% hint style="success" icon="rocket-launch" %}
**New Features**

* **Browser core 149:** New profiles and the "latest user-agent" option now use Chrome 149.
* **Automatic theme:** Incogniton now matches your system's light or dark mode out of the box.
* **Better access in restricted regions:** Login and profile launching now automatically fall back to a backup connection in regions where the main servers are hard to reach. No VPN required.
* **Team update controls:** Admins can now grant a team role permission to hide startup update prompts, ideal for always-on and call-center setups.
  {% endhint %}

{% hint style="info" icon="screwdriver-wrench" %}
**Improvements**

* Broader translation coverage. The splash screen, chat assistant, sign-up flow, and proxy and country menus are now fully translated and update instantly on language change.
* Faster startup with a refreshed, localized loading screen.
* Clearer error messages when a profile fails to launch.
* Smoother sign-up flow: details are preserved if something goes wrong, and "username/email already in use" now appears at the right moment.
* Global ISP proxy purchase flow improved; country, purpose, and target can now be selected in any order.
* Dark-mode and display refinements for a cleaner, more consistent look across the app.
  {% endhint %}

{% hint style="warning" icon="bug-slash" %}
**Bug Fixes**

* Proxies added via the API or imported from a file now apply correctly every time.
* Browser language now correctly follows proxy location when "set language based on IP" is enabled.
* Saved passwords and cloud sync no longer turn off unexpectedly.
* Profile launching stability improved.
  {% endhint %}

***

### June 15, 2026

{% columns %}
{% column width="33.33333333333333%" %}

<div data-with-frame="true"><figure><picture><source srcset="/files/iF03WmNLr2yqPFWYOqzc" media="(prefers-color-scheme: dark)"><img src="/files/Dazg7HAaeyrQexWJfPXX" alt=""></picture><figcaption></figcaption></figure></div>
{% endcolumn %}

{% column width="66.66666666666667%" %}
**`V.5.0.0.3` Fixes and additions**

This update builds on V.5.0.0.0 with new profile and proxy management tools, cookie collection improvements, and a wide range of stability and bug fixes.
{% endcolumn %}
{% endcolumns %}

{% hint style="success" icon="rocket-launch" %}
**New Features**

* **Per-profile IP rotation button:** Rotate proxies directly from the profile list.
* **Pin profiles to top:** Pin any profile to the top of the list, synced across devices.
* **Clean cookies action:** Clears cookies after syncing cloud data first, so nothing gets resurrected.
* **Local data management:** Delete local backups, move profile data to another folder or drive, and trigger a full in-app reload from Settings.
  {% endhint %}

{% hint style="info" icon="screwdriver-wrench" %}
**Improvements**

* Proxy library expanded with bulk rotate, bulk edit, assign-to-profiles, linked-profiles viewer, CSV export, group pinning, and quick group creation.
* Password changes now work for all account types, with a stronger policy and live requirements checklist.
* Live progress bar and countdown on running profiles during cookie collection.
* Profile list rendering faster and smoother with no freeze when switching groups.
* Inline save bar in Settings slides up on changes, with Save and Discard options.
* Free-proxy support added to proxy management.
  {% endhint %}

{% hint style="warning" icon="bug-slash" %}
**Bug Fixes**

* Fixed login captcha freezing after a network or auth error.
* Fixed language dropdown not switching locale on login and register screens.
* Resolved stale "running on another device" lock blocking profile launches.
* Profile launching now recovers from network errors, fails over to backup servers, and falls back to local data when the sync server is unreachable.
* Restored double-click launch protection.
* Fixed profile editor getting stuck with greyed-out Save/Cancel buttons and OS-radio/platform sync bugs.
* Fixed proxy wire-format issues breaking proxies server-side.
* Fixed app-update progress bar glitching.
* Fixed the --lang launch argument so browser language applies correctly.
* macOS: corrected OS-version detection and added a warning for profiles with browser versions too old for the current macOS.
* V4→V5 parity fixes: proxy/timezone/geolocation defaults, fingerprint handling, permissions, device sync, and more.
  {% endhint %}

***

### June 8, 2026

{% columns %}
{% column width="41.66666666666667%" %}

<div data-with-frame="true"><figure><picture><source srcset="/files/l0sGcsGly8S2l3SJqXIk" media="(prefers-color-scheme: dark)"><img src="/files/aZBFyzIMte5eUEf2bISS" alt=""></picture><figcaption></figcaption></figure></div>
{% endcolumn %}

{% column width="58.33333333333333%" %}

#### **`V5` A completely new Incogniton**

The biggest update to Incogniton yet. From an entirely redesigned interface and guided onboarding to a built-in Proxy Shop, automation API with MCP support, expanded team management, and two new languages, there's a lot to explore in this release.
{% endcolumn %}
{% endcolumns %}

{% hint style="success" icon="rocket-launch" %}
**New Features**

* **Proxy Shop:** Buy Residential, ISP, Premium ISP, Datacenter, Mobile, and Global ISP proxies directly in-app with a guided purchase flow, live pricing, VAT handling, and payment summary.
* **Order History:** Active and Expired tabs with per-order actions, including invoice download, IP whitelist updates, static IP editing, and auto-renewal management.
* **First-run Onboarding Tutorial:** Guided setup walkthrough with a language selector, silent background browser download, and replayable from Settings anytime.
* **Profile CSV import & export:** Export profiles and import via a two-stage review table with drag-and-drop support.
* **Clone Profile:** Duplicate any profile directly from the profile list.
* **Enable/Disable cloud profiles:** Disable from the list; restore from the new Disabled tab in the Archived screen.
* **Per-profile Extensions tab:** Add web-store or custom extensions by URL or file upload; bulk-add across profiles from the list.
* **Cookie Collector saved URL sets:** Save and reuse warm-up URL lists.
* **Public REST automation API:** Profile CRUD, launch/stop, cookies, and Puppeteer & Selenium grid endpoints on localhost.
* **MCP token system:** In-app helper generates copy-ready config for Claude Desktop, Claude Code, Cursor, Windsurf, VS Code, and Codex CLI.
* **Team management:** Full member lifecycle, role create/edit/delete, permission matrix, set password, and bulk role changes.
* **Help & Support dialog:** Open the knowledge center or submit a support ticket without leaving the app.
* **Spanish and Vietnamese:** The app now ships in 7 languages with live switching, including on login and register screens.
  {% endhint %}

{% hint style="info" icon="screwdriver-wrench" %}
**Improvements**

* Dark mode now covers the entire application, including tables, drawers, context menus, modals, the sidebar, and the title bar.
* Updated visual styling with brand-tokenised colours, the Geist font, and remembered theme preferences.
* The account and avatar menu has moved into the sidebar, with **Check for updates**, **Reinstall browser**, and account information grouped together.
* Fingerprint defaults, including screen resolution, the latest user agent, and webcam settings, are now applied automatically when creating a profile.
  {% endhint %}

***

### May 7, 2026

{% columns %}
{% column width="33.33333333333333%" %}

<div data-with-frame="true"><figure><picture><source srcset="/files/eJixYZFIURvwha3k7l0L" media="(prefers-color-scheme: dark)"><img src="/files/Pmha4iejJ9KO0Mz1Wfzd" alt=""></picture><figcaption></figcaption></figure></div>
{% endcolumn %}

{% column width="66.66666666666667%" %}
**`V.4.9.4.0` Real-time sync, 2FA, and Global ISP proxies**

This update adds real-time syncing across devices, in-app Global ISP proxy plans, stronger account security with 2FA, and better recovery for damaged browser installs on macOS.
{% endcolumn %}
{% endcolumns %}

{% hint style="success" icon="rocket-launch" %}
**New Features**

* **Real-time sync:** Profiles and proxies now sync instantly across devices instead of waiting for the next refresh.
* **Global ISP proxies:** Buy and extend Global ISP proxy plans directly from the in-app Webshop.
* **Two-factor authentication (2FA):** Secure your account with TOTP and copy the setup secret with one click.
* **macOS damaged-app detection:** Detect corrupted browser installs on macOS and re-download them quickly.
  {% endhint %}

{% hint style="info" icon="screwdriver-wrench" %}
**Improvements**

* **Cleaner group management dialog:** Removed scrollbars and reduced visual jitter in lists.
* **Better table column selector:** Added the correct title per table and improved translations.
* **Clearer profile selection message:** The app now shows a clearer message when no profiles are selected.
  {% endhint %}

***

### April 3, 2026

{% columns %}
{% column width="33.33333333333333%" %}

<div data-with-frame="true"><figure><picture><source srcset="/files/EldLV8b685Bjsjz4bxAh" media="(prefers-color-scheme: dark)"><img src="/files/JL9dyNEHpoXs7wHq6P4i" alt=""></picture><figcaption></figcaption></figure></div>
{% endcolumn %}

{% column width="66.66666666666667%" %}
**`V.4.9.3.0` In-browser translation**

This update introduces built-in translation functionality directly within the Incogniton browser.
{% endcolumn %}
{% endcolumns %}

{% hint style="success" icon="rocket-launch" %}
**New Features**

* **Browser Translation:** Pages can now be translated directly within the Incogniton browser without relying on external extensions.
  {% endhint %}

{% hint style="warning" %}
**Bug Fixes**

* General bug fixes.
  {% endhint %}

***

### March 19, 2026

{% columns %}
{% column width="33.33333333333333%" %}

<div data-with-frame="true"><figure><picture><source srcset="/files/v8NRsoZC6Qu0WraMRxLm" media="(prefers-color-scheme: dark)"><img src="/files/rpe8WY517mWNjGBD8DPd" alt=""></picture><figcaption></figcaption></figure></div>
{% endcolumn %}

{% column width="66.66666666666667%" %}
**`V.4.9.2.0` AI Assistant and UI improvements**

This update introduces a built-in AI assistant powered by the Incogniton MCP server, along with several user interface improvements.
{% endcolumn %}
{% endcolumns %}

{% hint style="success" icon="rocket-launch" %}
**New Features**

* **AI Assistant:** A built-in AI assistant is now available directly in the app and communicates via the Incogniton MCP server.
  {% endhint %}

{% hint style="info" icon="screwdriver-wrench" %}
**Improvements**

* UI fixes and interface improvements.
  {% endhint %}

***

### March 12, 2026

{% columns %}
{% column width="33.33333333333333%" %}

<div data-with-frame="true"><figure><picture><source srcset="/files/N44q0Y7rJZcZ67ulDuKU" media="(prefers-color-scheme: dark)"><img src="/files/pRP8bV5tdFAmau1vLElG" alt=""></picture><figcaption></figcaption></figure></div>
{% endcolumn %}

{% column width="66.66666666666667%" %}
**`V.4.9.1.0` Browser core update to V146**

The built-in Incogniton browser has been updated to Chromium version 146.
{% endcolumn %}
{% endcolumns %}

{% hint style="info" icon="screwdriver-wrench" %}
**Improvements**

* Browser core updated to 146
  {% endhint %}

{% hint style="warning" icon="bug-slash" %}
**Bug Fixes**

* General bug fixes.
  {% endhint %}

***

### December 17, 2025

{% columns %}
{% column width="33.33333333333333%" %}

<div data-with-frame="true"><figure><picture><source srcset="/files/HOO6sw25HKs99AFe7J11" media="(prefers-color-scheme: dark)"><img src="/files/9OeQY9mVnK1aaY46GmP2" alt=""></picture><figcaption></figcaption></figure></div>
{% endcolumn %}

{% column width="66.66666666666667%" %}
**`V.4.9.0.4` Registration improvement and browser update**

The registration process has been improved and the browser version has been updated to 143.
{% endcolumn %}
{% endcolumns %}

{% hint style="info" icon="screwdriver-wrench" %}
**Improvements**

* Improved registration process
* Browser version updated to 143
  {% endhint %}

***

### October 16, 2025

{% columns %}
{% column width="33.33333333333333%" %}

<div data-with-frame="true"><figure><picture><source srcset="/files/MaJRhxoLhplWXqrGSCYG" media="(prefers-color-scheme: dark)"><img src="/files/dHAzSbaOELyJ2pQiDmMp" alt=""></picture><figcaption></figcaption></figure></div>
{% endcolumn %}

{% column width="66.66666666666667%" %}
**`V.4.8.9.0` Browser core update V141 and account sharing**

The browser core has been updated to version 141 and a new account sharing feature has been implemented.
{% endcolumn %}
{% endcolumns %}

{% hint style="success" icon="rocket-launch" %}
**New Features**

* **Account sharing:** Account sharing feature implemented
  {% endhint %}

{% hint style="info" icon="screwdriver-wrench" %}
**Improvements**

* Browser core updated to 141
  {% endhint %}

***

### July 10, 2025

{% columns %}
{% column width="33.33333333333333%" %}

<div data-with-frame="true"><figure><picture><source srcset="/files/qGQVfDosLqnRcckGLTzn" media="(prefers-color-scheme: dark)"><img src="/files/UOhb7dQAghB3h8jxpscL" alt=""></picture><figcaption></figcaption></figure></div>
{% endcolumn %}

{% column width="66.66666666666667%" %}
**`V.4.8.7.0` More Control, More Convenience**

This update brings greater flexibility and peace of mind. You can now hide the proxy speed icon for a cleaner interface, and accidentally deleted profiles can be easily restored from cloud backups with just a few clicks.
{% endcolumn %}
{% endcolumns %}

{% hint style="success" icon="rocket-launch" %}
**New Features**

* **Proxy Speed Toggle:** Don't need to see proxy speeds? You can now hide the proxy speed icon via My Account > Other Settings for a cleaner interface.
* **Cloud Profile Restore:** Accidentally deleted a profile or switching devices? Easily restore your profiles from cloud backups with just a few clicks.
  {% endhint %}

***

### July 4, 2025

#### `V.4.8.6.0` **Proxy Speed, Edit Options and Auto-Detect Cookie Format**

This update introduces proxy speed indicators, a new edit icon for the group column, and automatic cookie format detection when pasting cookies in the cookie importer.

{% hint style="success" icon="rocket-launch" %}
**New Features**

* **Proxy speed:** Proxies show a new icon indicating proxy speed, including a new column showing this speed.
* **Edit icon for group column:** You can now easily edit the Group column in Profile Management, using the new edit icon.
* **Auto-detect cookie format:** If you paste a cookie in the cookie importer it will try to auto-detect the format.
  {% endhint %}

***

### June 30, 2025

#### `V.4.8.5.0` **Faster, Cleaner, Smarter**

This update brings a refreshed experience to Incogniton with a browser core upgrade to 137, an updated login UI, a new proxy shop UI, better access to support, and improved WebRTC masking.

{% hint style="info" icon="screwdriver-wrench" %}
**Improvements**

* **Browser Core 137:** Improved speed, stability, and compatibility.
* **Updated Login UI:** Smoother and more intuitive.
* **New Proxy Shop UI:** Easier to navigate and manage proxies.
* **Better Access to Support:** Get help faster with improved assistance.
* **Better WebRTC masking:** We improved the WebRTC masking even more.
  {% endhint %}

***

### June 16, 2025

#### `V.4.8.1.0` **Auto Renewal Proxies, Smoother Interface and Better Team Control**

This update brings powerful improvements across proxies, team management, and the user interface, including proxy auto-renewal, better UI validation, and faster team member onboarding.

{% hint style="info" icon="screwdriver-wrench" %}
**Improvements**

* **Proxy Auto-Renewal:** The proxies bought in the proxy shop can now auto-renew seamlessly.
* **Sharper UI Experience:** Custom screen resolution input now includes better validation and clearer error messages.
* **Enhanced Team Management:** You can now send password setup links directly to team members, making onboarding faster and easier.
  {% endhint %}

***

### May 19, 2025

#### `V.4.8.0.0` **Quick Edits, Pinned Profiles & More**

This update introduces quality-of-life improvements including a first-launch tutorial for new users, a cleaner interface with a more visible New Profile button, and a search shortcut for faster navigation.

{% hint style="success" icon="rocket-launch" %}
**New Features**

* **First-Launch Tutorial:** New to Incogniton? A helpful tutorial will now guide you through setup the first time you open the app.
* **Cleaner Interface:** The "New Profile" button is now more clearly displayed for better usability.
* **Search Shortcut:** Press `/` to instantly focus on the search bar in the profile manager -- faster navigation at your fingertips.
  {% endhint %}

***

### May 9, 2025

#### `V.4.7.2.0` **Added color badges for browser profiles**

Color badges have been added to browser profiles, enabling users to differentiate between open profiles at a glance.

{% hint style="info" icon="screwdriver-wrench" %}
**Improvements**

* Added color badges to browser profiles, enabling users to differentiate between open profiles at a glance.
  {% endhint %}

***

### April 24, 2025

#### `V.4.7.1.0` **Adjustable column widths**

Support for adjustable column widths has been added to the user interface, allowing users to resize table columns for optimal visibility.

{% hint style="info" icon="screwdriver-wrench" %}
**Improvements**

* Added support for adjustable column widths in the user interface, allowing users to resize table columns for optimal visibility.
  {% endhint %}

***

### April 9, 2025

#### `V.1.1.0.0` **Browser version 134 — Browser improvements**

The Mac app icon has been updated to a square shape, and a proxy login bug has been fixed.

{% hint style="info" icon="screwdriver-wrench" %}
**Improvements**

* Mac logo now square icon instead of a circle.
  {% endhint %}

{% hint style="warning" icon="bug-slash" %}
**Bug Fixes**

* Proxy login issues fixed.
  {% endhint %}

***

### March 31, 2025

#### `V.4.7.0.3` **Improvements, new proxy features, and even more convenience**

This update introduces custom extension uploads, a core browser upgrade to 134, the ability to register directly from the app, and simplified proxy editing from the profile list.

{% hint style="success" icon="rocket-launch" %}
**New Features**

* **Custom extensions:** You can now upload and use your own extensions. Customize your browser to fit your needs!
  {% endhint %}

{% hint style="info" icon="screwdriver-wrench" %}
**Improvements**

* **Core browser 134:** Now your profiles will support the latest web technologies and work even faster.
* **App registration:** You can now register an account directly from the Incogniton app. Quick, convenient, and no extra steps.
* **Simplified proxy editing:** Instantly edit proxies directly from the profile list.
  {% endhint %}

***

### February 13, 2025

#### `V.4.6.0.0` Free **proxies added to bypass geo-restrictions**

Free proxies are now available in Incogniton for bypassing restrictions and quick anonymous browsing. Note that these are not suitable for account management.

{% hint style="success" icon="rocket-launch" %}
**New Features**

* **Free proxies:** Use free proxies in Incogniton for bypassing restrictions and quick anonymous browsing. **Important!** Not suitable for account management.
  {% endhint %}

***

### January 22, 2025

#### `V.4.5.0.3` **Browser update to fix crashing browser for certain users**

Browser improvements have been made to fix crashing issues experienced by some users.

{% hint style="warning" icon="bug-slash" %}
**Bug Fixes**

* Browser improvements to fix crashing for some users.
  {% endhint %}

***

### December 18, 2024

#### `V.4.5.0.0` **Browser update to V131**

The browser core has been updated to the most recent and stable version 131 of Chromium.

{% hint style="info" icon="screwdriver-wrench" %}
**Improvements**

* Browser core update to the most recent and stable version 131 of Chromium.
  {% endhint %}

***

### December 3, 2024

#### `V.4.4.0.0` **Mobile proxies and new team management interface**

This update introduces mobile proxies in the proxy shop, an enhanced team management interface, integrated invoices, a compatibility warning for browser version on macOS, and a proxy assignment search feature.

{% hint style="success" icon="rocket-launch" %}
**New Features**

* **Mobile proxies:** Now available in the proxy shop.
  {% endhint %}

{% hint style="info" icon="screwdriver-wrench" %}
**Improvements**

* **Updated team management interface:** Enhanced interface to add new team members more efficiently and smoother team collaboration.
* **Integrated Invoices:** Easily find your invoices directly within the proxy shop.
* **Compatibility warning for browser version:** A warning is now displayed if the browser is not compatible with the macOS version.
* **Proxy assignment search:** Added a search feature for assigning proxies to profiles.
  {% endhint %}

***

### October 28, 2024

#### `V.4.3.0.0` **Improved cookie collector and new syncing method**

The cookie collector has been reworked for greater reliability, and a new syncing method called Dynamic Sync has been introduced for more efficient profile data transfers.

{% hint style="info" icon="screwdriver-wrench" %}
**Improvements**

* Cookie collector now works in a different and even more reliable way.
* A new syncing method is introduced called 'Dynamic Sync'. Profile data such as extensions is downloaded or uploaded in a more efficient way.
  {% endhint %}

***

### September 14, 2024

#### `V.4.2.0.0` **Browser update to V129**

The browser core has been updated to the most recent and stable version 129 of Chromium. Windows users will need at least Windows 10.

{% hint style="info" icon="screwdriver-wrench" %}
**Improvements**

* Browser core update to the most recent and stable version 129 of Chromium. Note: For Windows users you will need at least Windows 10 as a minimum.
  {% endhint %}

***

### July 17, 2024

#### `V.4.1.2.0` **Widevine support to view DRM protected content**

Widevine support has been added, allowing users to watch DRM-protected content in Incogniton including popular streaming platforms such as Netflix, Disney+, and Spotify. Requires browser version 125 or higher.

{% hint style="success" icon="rocket-launch" %}
**New Features**

* **Widevine support:** Watch DRM (digital rights management) protected content in Incogniton. Access popular streaming platforms such as Netflix, Disney+, Spotify, and more. Requires browser version 125 or higher.
  {% endhint %}

***

### July 8, 2024

#### `V.4.1.1.0` **Proxy shop added**

A built-in proxy shop is now available directly in the application, allowing you to buy proxies with more efficiency, reliable quality, and no copying and pasting of proxy details.

{% hint style="success" icon="rocket-launch" %}
**New Features**

* **Proxy shop:** With our very own Proxy Shop you can now buy proxies directly in the application. More efficiency, reliable proxies, a faster process and no copying and pasting the proxy details anymore.
  {% endhint %}

***

### June 10, 2024

#### `V.4.1.0.0` **Browser update to V125 and browser window name option**

The browser core has been updated to version 125 of Chromium, and a new option to change the browser window name has been added for easier profile tracing. Windows users will need at least Windows 10.

{% hint style="info" icon="screwdriver-wrench" %}
**Improvements**

* Browser core update to the most recent and stable version 125 of Chromium. Note: For Windows users you will need at least Windows 10 as a minimum.
* Added option to change the browser window name. Now you can easily trace a certain browser profile based on the name.
  {% endhint %}

***

### April 29, 2024

#### `V.4.0.0.1` **Faster Speeds, Enhanced IP Validation, and Improved Automation**

V4 introduces a completely rebuilt backend with faster UI, improved data synchronization, an updated Java version, better IP validation, and a fully rebuilt automation system that is faster and more stable.

{% hint style="info" icon="screwdriver-wrench" %}
**Improvements**

* **V4 Back End:** Optimization of the speed of the user interface, improved synchronization of data between devices, and updated to the most recent version of Java.
* **New IP information provider:** Improved quality of IP validation with additional checks to validate if a proxy works.
* **Improved automation:** Completely rebuilt and improved automation that works much faster and more stable.
* Added option to export proxies from proxy management.
  {% endhint %}

{% hint style="warning" icon="bug-slash" %}
**Bug Fixes**

* Small bug fixes.
  {% endhint %}

***

### February 20, 2024

#### `V.3.5.1.0` **Security update: Captcha & improved proxy validation**

A Captcha has been added to the sign-in flow for improved security, and the back-up proxy validation database has been further improved for more reliable verification.

{% hint style="info" icon="screwdriver-wrench" %}
**Improvements**

* Added a Captcha when signing in into the application. Note: Once you fill the Captcha correctly on your device you don't need to fill it in again for 7 days.
* Improvement of the back-up proxy validation database for even more reliable verification of your proxy details.
  {% endhint %}

***

### January 17, 2024

#### `V.3.5.0.0` **Browser update to V121 and local back up option**

The browser core has been updated to version 121 of Chromium, and an option to restore a local backup of a browser profile has been added. Windows users will need at least Windows 10.

{% hint style="info" icon="screwdriver-wrench" %}
**Improvements**

* Browser core update to the most recent and stable version 121 of Chromium. Note: For Windows users you will need at least Windows 10 as a minimum.
* Added option to restore a local back up version from a browser profile.
  {% endhint %}

***

### December 15, 2023

#### `V.3.4.0.0` **Synchronizer automation, tagging system and improvements**

This update introduces the Synchronizer for mirroring browser actions across profiles, a tagging system for labelling profiles, preferred language selection, a last edited timestamp column, and several other interface and proxy improvements.

{% hint style="success" icon="rocket-launch" %}
**New Features**

* **Synchronizer:** Automate browser actions easily and reduce manual work. Mirror browser clicks and actions from one browser profile to another. Note: For now only available on Windows!
* **Tagging system:** Mark your browser profiles with tags so you and your team know the browser profile's label at a glance.
  {% endhint %}

{% hint style="info" icon="screwdriver-wrench" %}
**Improvements**

* You can now choose to set a preferred language in the overview tab of the browser profile configuration.
* Added a 'last edited' column in the profile list which includes a timestamp.
* User interface improvements in the browser profile overview for more efficient working.
* When using rotating proxies: added the option to auto-rotate IP when you start the profile.
* Cookie import in bulk: added the ability to add Base64 encoded JSON cookies in the CSV bulk import.
  {% endhint %}

***

### November 13, 2023

#### `V.3.3.2.0` **Small improvements and new extension format support**

This update adds support for Google's new extension format, a setting to disable the close confirmation dialog, a setting to always enable webcam for new profiles, and several other interface improvements.

{% hint style="success" icon="rocket-launch" %}
**New Features**

* Setting to disable close confirmation dialog. Adjustable under My Account > Other.
* Setting to always enable webcam for newly created browser profiles. Adjustable under My Account > Fingerprint.
  {% endhint %}

{% hint style="info" icon="screwdriver-wrench" %}
**Improvements**

* Added support for the new extension format launched by Google.
* Added option to show password when logging in.
* Added recycle icon to access the trash bin functionality.
  {% endhint %}

{% hint style="warning" icon="bug-slash" %}
**Bug Fixes**

* Small browser bug fixes.
  {% endhint %}

***

### September 18, 2023

#### `V.3.3.1.1` **Proxy management tool and French translation**

This update introduces a full proxy management feature for adding, grouping, and assigning proxies in bulk, along with a French translation of the user interface.

{% hint style="success" icon="rocket-launch" %}
**New Features**

* **Proxy management feature:** Add your proxies to Incogniton for easier management. Add proxies in bulk (via Standard Proxy Format, CSV or Excel file), save proxies in groups, and easily add them to browser profiles.
* **French translation:** Added French translation to the user interface.
  {% endhint %}

***

### March 14, 2023

#### `V.3.2.7.2` **Browser core upgrade to V110, pre-saved extensions and bookmarks**

This update brings a major browser upgrade to Chromium 110, pre-saved bookmarks and extensions, shift-select for multiple profiles, CSV and Excel support for bulk profile creation, and several bug fixes.

{% hint style="success" icon="rocket-launch" %}
**New Features**

* **Pre-saved bookmarks:** No need to add your bookmarks every time.
* **Pre-saved extensions:** Add extensions to your browser profiles from your favorite extension list.
  {% endhint %}

{% hint style="info" icon="screwdriver-wrench" %}
**Improvements**

* Major browser update to version 110 of Chromium. Note: For Windows users you will need at least Windows 10 as a minimum.
* Shift select multiple profiles at once in the profile overview.
* Bulk create profiles now has support via CSV and Excel files.
* Webcam feature moved to the overview tab of a browser profile.
* Added Telegram channel button in header.
* Support for multiple windows in Selenium automation.
  {% endhint %}

{% hint style="warning" icon="bug-slash" %}
**Bug Fixes**

* Several small browser bug fixes.
* Several small application bug fixes.
* Cookie import and export functionality fixed.
* Fixed proxy integration table with duplicating columns.
  {% endhint %}

***

### January 17, 2023

#### `V.3.2.6.0` **Trash bin, profile transferring, and column management**

This update introduces profile transferring between users, a trash bin for restoring recently deleted profiles, column management for the main menu, and an updated dark/light theme.

{% hint style="success" icon="rocket-launch" %}
**New Features**

* **Profile transferring:** Transfer your browser profiles to other Incogniton users.
* **Trash bin:** Restore profiles accidentally deleted 7 days ago or earlier.
* **Column management:** Manage and order the shown columns in the main menu.
  {% endhint %}

{% hint style="info" icon="screwdriver-wrench" %}
**Improvements**

* Updated the dark/light theme.
* Fixed the slow proxy validation when wrong proxy details were entered.
  {% endhint %}

{% hint style="warning" icon="bug-slash" %}
**Bug Fixes**

* Fixed some small bugs in the browser version.
  {% endhint %}

***

### November 23, 2022

#### `V.3.2.0.0` **Browser core upgrade to V107 and bookmark management**

This update brings a major browser upgrade to Chromium 107 with better extensions support, webcam support, drag and drop cookie importing, a bookmark management tool, and several interface improvements.

{% hint style="success" icon="rocket-launch" %}
**New Features**

* **Webcam support:** Easily enable webcam in a browser profile (Advanced > Other Settings).
* **Drag and drop cookies:** Drag and drop files in the cookie import dialog.
* **Bookmark management tool:** Add bookmarks to profiles and clear them.
* Log out confirmation dialog added.
* Force install browser update button on home screen.
  {% endhint %}

{% hint style="info" icon="screwdriver-wrench" %}
**Improvements**

* Major browser update to version 107 of Chromium with better extensions support.
* Netscape cookies no longer need to have exactly 7 columns.
* Dark mode improved.
* Translations improved/added.
  {% endhint %}

{% hint style="warning" icon="bug-slash" %}
**Bug Fixes**

* Fixed browser extensions duplicating when editing a browser profile.
  {% endhint %}

***

### November 1, 2022

#### `V3.1.6.0` **Dark mode and improvements**

Dark mode is now available in Incogniton, along with a new option to disable auto-fit to screen size, a crypto payment provider, and an updated My Account settings interface.

{% hint style="success" icon="rocket-launch" %}
**New Features**

* **Dark mode available.**
* Option to not auto fit Incogniton to screen size (useful for widescreen users).
* Crypto payment provider for easier cryptocurrency payments.
  {% endhint %}

{% hint style="info" icon="screwdriver-wrench" %}
**Improvements**

* New 'My Account' settings user interface.
  {% endhint %}

{% hint style="warning" icon="bug-slash" %}
**Bug Fixes**

* Cookie importer handled expirationDate: -1 and expirationDate: 123+e23.
* Cookie collector now works if URL is stated without https\:// or http\://.
* Proxy validation now shows correct longitude.
* Bulk creator: fixed some delimiters which weren't working properly.
  {% endhint %}

***

### September 19, 2022

#### `V3.1.0.0` **Browser core upgrade and legitimacy tests**

The browser has been updated to Chromium 104 and Incogniton can now pass some legitimacy tests. An option to automatically match the user agent version with the browser core version has also been added.

{% hint style="success" icon="rocket-launch" %}
**New Features**

* **Pass legitimacy tests toggle:** Incogniton is now able to pass some legitimacy tests.
* Option to automatically match the user agent version with the browser core version.
  {% endhint %}

{% hint style="info" icon="screwdriver-wrench" %}
**Improvements**

* Browser updated to version 104 of Chromium.
  {% endhint %}

***

### July 26, 2022

#### `V3` **New backend for faster and more stable user interface**

The backend of Incogniton has been completely rewritten for a faster and more stable user interface, with added support for rotating proxy via API, auto accept cookies, more bulk editing options, and a faster proxy checker.

{% hint style="info" icon="screwdriver-wrench" %}
**Improvements**

* **V3:** The backend of Incogniton has been completely rewritten, resulting in a faster and more stable user interface.
* Added the option for rotating proxy via API.
* Added option to auto accept cookies in the Cookie Collector.
* More options for bulk editing of profiles such as bulk stop and start, browser version, useragent, chrome command line options and proxy settings.
* Additional closing dialog to prevent accidental closing of Incogniton.
* Adjustments to the bulk import interface for a more user friendly experience.
* The proxy checker is now more efficient and faster.
  {% endhint %}

***

### May 16, 2022

#### `V2.8.1.0` **Bug fixes**

Several bugs have been fixed including cookie import/export on Mac OS, a custom group issue via the REST API, and login issues for some users.

{% hint style="warning" icon="bug-slash" %}
**Bug Fixes**

* Fixed the cookie import and export functionality on Mac OS.
* Solved issue related to custom group when adding a profile via the REST API.
* Issue related to some users that were unable to login due to server connection issues.
  {% endhint %}

***

### April 8, 2022

#### `V2.8.0.3` **Browser update to V99 of Chromium**

The browser has been upgraded to version 99 of Chromium.

{% hint style="info" icon="screwdriver-wrench" %}
**Improvements**

* Browser upgraded to version 99 of Chromium.
  {% endhint %}

***

### February 21, 2022

#### `V2.7.6.0` **Extension management tool, faster syncing and improvements**

This update introduces an extension management tool for adding Chrome extensions in a few clicks, faster browser profile synchronization, a session restore toggle, a proxy provider option via REST API, and an always-use-latest user agent option.

{% hint style="success" icon="rocket-launch" %}
**New Features**

* **Extension management tool:** Add extensions from the Google Chrome store in just a few clicks.
* **Disable/Enable session restore:** Button added in My Account settings.
* **Proxy provider option via REST API:** Select if you want to validate your proxy with the main or back-up provider.
* **Always use latest user agent:** Option added to navigator (default disabled).
  {% endhint %}

{% hint style="info" icon="screwdriver-wrench" %}
**Improvements**

* Faster browser profile synchronization method.
* Better account synchronization method.
* User interface improvements on sub menus.
  {% endhint %}

***

### January 4, 2022

#### `V2.7.0.1` **Two factor authentication and proxy checker improvements**

This update introduces two factor authentication for added security, improved proxy checker with visual indicators, a Chinese translation, and profile name inclusion in exported cookie filenames.

{% hint style="success" icon="rocket-launch" %}
**New Features**

* **Two factor authentication (2FA):** Secure your browser profiles even more with 2FA.
* **Proxy checker improvements:** Added additional option for proxy auto-check with green checkmark or red cross indicators.
* **Chinese translation** of Incogniton now available.
* Exported cookies now contain the profile name in the filename.
  {% endhint %}

{% hint style="info" icon="screwdriver-wrench" %}
**Improvements**

* User interface improvements when logging into the application.
  {% endhint %}

{% hint style="warning" icon="bug-slash" %}
**Bug Fixes**

* Disabling/enabling browser profiles works again.
  {% endhint %}

***

### December 3, 2021

#### `V2.6.0.0` **Cookie Collector and improvements**

This update introduces the Cookie Collector for automatically generating cookies to increase profile trust, an option to hide the profile name in the URL bar, and double verification on proxy details.

{% hint style="success" icon="rocket-launch" %}
**New Features**

* **Cookie Collector (generator):** Automatically generate cookies for your browser profiles to increase trust.
* Option to hide profile name in URL bar (Advanced settings, requires browser V.93+).
* **Double verification on proxy details:** If the first validation didn't succeed, another database can be used.
  {% endhint %}

{% hint style="warning" icon="bug-slash" %}
**Bug Fixes**

* Bulk Cookie exporter fixed.
* Removed upgrade browser profiles button.
* Updated last launched data correction.
* Reduced synchronization size for faster launching of browser profiles.
  {% endhint %}

***

### October 19, 2021

#### `V2.5.0.0` **Better cookie importing and cloning feature**

This update adds cookie support via REST API, Netscape and Base64 encoded cookie formats, a clone profile option, a default device language option for Chrome, and an upgrade to OpenJDK 16.

{% hint style="success" icon="rocket-launch" %}
**New Features**

* Option to add cookies via REST API.
* Option to always use the default language from the device for the Chrome user interface.
* Added option to add Netscape cookies and Base64 encoded Netscape/JSON cookies.
* Clone profile option (paid subscription).
  {% endhint %}

{% hint style="info" icon="screwdriver-wrench" %}
**Improvements**

* Upgraded to OpenJDK 16 from Java 8.
  {% endhint %}

{% hint style="warning" icon="bug-slash" %}
**Bug Fixes**

* Fixed some bugs with adding cookies.
  {% endhint %}

***

### August 31, 2021

#### `V2.3.0.3` **General improvements and BlazingSEO integration**

This update adds support for custom arguments via the REST API, integration with Proxy6 and BlazingSEO, and fixes an invalid IP error affecting some users.

{% hint style="success" icon="rocket-launch" %}
**New Features**

* Support for custom arguments via the REST API.
* Integration with Proxy6 and BlazingSEO.
  {% endhint %}

{% hint style="warning" icon="bug-slash" %}
**Bug Fixes**

* Bug fixed where some users got an "INVALID IP" error.
  {% endhint %}

***

### May 24, 2021

#### `V2.3.0.1` **Chrome browser update to V89 with custom arguments support**

This update brings a new browser based on Chromium 89, custom arguments support, team permissions for hiding groups, user interface improvements, and faster scrolling.

{% hint style="success" icon="rocket-launch" %}
**New Features**

* User agent v90 available in the UI.
* Select all button in clean up dialog.
  {% endhint %}

{% hint style="info" icon="screwdriver-wrench" %}
**Improvements**

* New browser based on Chromium version 89.
* Team functionality: new permissions to hide complete groups.
* User interface improvements and faster scrolling.
* Custom arguments support (also via Selenium).
* Easy auto fill proxy fields via copy-paste.
* Synchronization block till other data synchronizations are complete.
  {% endhint %}

{% hint style="warning" icon="bug-slash" %}
**Bug Fixes**

* Browser syncing error fixed by force restart button.
  {% endhint %}

***

### April 10, 2021

#### `V2.2.1.0` **Team feature and UI speed improvements**

This update introduces team member functionality with role assignment, a cleanup button for old Incogniton files, a backup connection method, and a faster web backend and user interface.

{% hint style="success" icon="rocket-launch" %}
**New Features**

* **Team member functionality:** Create team members and assign them roles (available from Professional package and above).
* Cleanup old Incogniton files button on the home screen.
* Backup connection method for fixing connection issues.
  {% endhint %}

{% hint style="info" icon="screwdriver-wrench" %}
**Improvements**

* Faster web backend.
* Speed-up of the user interface.
* More and improved Russian translations.
* Last edited and last launched timestamps added.
  {% endhint %}

{% hint style="warning" icon="bug-slash" %}
**Bug Fixes**

* Screen size issues resolved.
* Timezone selector fixed.
  {% endhint %}

***

### March 5, 2021

#### `V2.1.0.0` **Cookie export, Mac M1 support, and improvements**

This update adds cookie exporting, cookie cleaning, custom browser language, a new REST API stop endpoint, Mac M1 support, and several fingerprinting improvements including audiocontext, device memory, and font masking.

{% hint style="success" icon="rocket-launch" %}
**New Features**

* Cookie exporting function for browser profiles (paid subscription only).
* Cookie cleaning -- clear cookies for existing browser profiles in just a few clicks.
* Custom browser language in Profile > Advanced > Other settings.
* `/profile/stop/` REST API endpoint (paid subscription only).
  {% endhint %}

{% hint style="info" icon="screwdriver-wrench" %}
**Improvements**

* Improved proxy validation.
* Edit when launched enabled.
* User Agent Switcher and information in summary sidebar.
* Paste as human typing for Cyrillic charset.
* Russian translation improved.
* Improved fingerprinting: Audiocontext spoofing, Device memory spoofing, Font masking.
* **Incogniton now works on Mac M1.**
* Browser version shown in main screen.
  {% endhint %}

{% hint style="warning" icon="bug-slash" %}
**Bug Fixes**

* Russian characters pasting with "paste as human typing" fixed.
* WebRTC improvements.
* Proxies with odd HTTPS interactions now validated properly.
* Browser profile group assignment issues fixed.
  {% endhint %}

***

### January 23, 2021

#### `V2.0.0.0` **Complete new user interface and MAC version**

A completely new version of Incogniton with a brand new user interface, Mac OS support, and improved browser fingerprints.

{% hint style="success" icon="rocket-launch" %}
**New Features**

* **MAC Version:** Mac OS users can now use Incogniton.
* **Completely new user interface:** Much faster and more user-friendly.
* Improved browser fingerprints.
  {% endhint %}

***

### November 13, 2020

#### `V1.40.0` **Bug fixes and REST endpoint**

An experimental Add Profile REST endpoint has been added for paid subscriptions, along with several bug fixes including fingerprint resolution checks and font-related issues.

{% hint style="success" icon="rocket-launch" %}
**New Features**

* Experimental Add Profile endpoint (paid subscriptions only).
  {% endhint %}

{% hint style="warning" icon="bug-slash" %}
**Bug Fixes**

* Configured max/min resolution is now properly checked when a random fingerprint is applied.
* Bug fixed with fingerprints containing too many fonts.
* General user interface fixes.
  {% endhint %}

***

### October 20, 2020

#### `V1.35.0` **Feature fixes**

This update adds a small delay for Puppeteer automation, a different delimiter option for bulk profile adding, and automatic deletion of config files when profiles are removed.

{% hint style="info" icon="screwdriver-wrench" %}
**Improvements**

* Small delay added for Puppeteer automation to give the browser time to launch.
* Option added for a different delimiter when bulk adding profiles.
* Config files are now deleted when profiles are removed.
  {% endhint %}

***

### September 28, 2020

#### `V1.31.0` **Custom DNS server, Russian translation and improvements**

This update adds a custom DNS server option, a partial Russian translation, better proxy integration, saved password and bookmark syncing, improved browser encryption, and several bug fixes.

{% hint style="success" icon="rocket-launch" %}
**New Features**

* Custom DNS server option added.
  {% endhint %}

{% hint style="info" icon="screwdriver-wrench" %}
**Improvements**

* Interface partially translated to Russian.
* Better proxy integration in the browser.
* Saved passwords and bookmarks syncing between devices.
* Browser encryption changed (chrome password stealing viruses can no longer decrypt saved passwords).
* User interface speed and syncing improvements.
  {% endhint %}

{% hint style="warning" icon="bug-slash" %}
**Bug Fixes**

* Selenium automation bug fixed.
* Cookie importing now shows error messages and can import cookies on fresh profiles.
  {% endhint %}

***

### August 17, 2020

#### `V1.30.0` **Cookie import improved and paste as human typing**

This update introduces a paste as human typing feature, a new API endpoint for browser profile details, and several cookie and installer improvements.

{% hint style="success" icon="rocket-launch" %}
**New Features**

* **Paste as human typing:** Feature in the browser (BETA).
* API endpoint to get browser profile details (BETA).
  {% endhint %}

{% hint style="info" icon="screwdriver-wrench" %}
**Improvements**

* Cookie format hardened against incomplete cookies.
* Cookie syncing between devices now works.
* Installer to properly install and uninstall Incogniton.
* Alphabetical sorting now works as intended.
  {% endhint %}

***

### July 19, 2020

#### `V1.20.7` **WebRTC, browser language, and fingerprint improvements**

This update improves WebRTC to show the proxy IP, sets browser language based on proxy IP, adds unmasked vendor/renderer fingerprint controls, adds MP4 support, and improves canvas font masking and screen size spoofing.

{% hint style="info" icon="screwdriver-wrench" %}
**Improvements**

* WebRTC now shows your proxy IP instead of no IP (needs manual activation for existing profiles).
* Browser language is now set based on proxy IP (needs manual activation for existing profiles).
* Unmasked vendor and unmasked renderer can be changed and are part of the browser fingerprint.
* MP4 support added for websites such as Twitch.
* The growth of the Incogniton log file is limited.
* Screen size spoofing improved.
* Canvas font masking improved, disabling canvas protection now shows the correct canvas.
* Added option to select if you are using rotating proxy.
  {% endhint %}

{% hint style="warning" icon="bug-slash" %}
**Bug Fixes**

* Selenium bug fixes.
  {% endhint %}


# Developer Platform

Welcome to your team’s developer platform

{% hint style="warning" %}
**This page is under active development. Some information may be incomplete or subject to change.**
{% endhint %}


# Help Center

<h2 align="center">How can we help you?</h2>

<p align="center">For direct assistance, contact support. You can also browse the resources below for guidance.</p>

<p align="center"><a href="https://incogniton.com/contact/" class="button primary" data-icon="headset">Contact Support</a></p>

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-newspaper">:newspaper:</i></h4></td><td><strong>Read Blog guides</strong></td><td>Access guides, tutorials, and articles covering vast topics around multiple account management.</td><td><a href="https://incogniton.com/blog/?e-filter-53d1ddc-category=guides-tutorials">https://incogniton.com/blog/?e-filter-53d1ddc-category=guides-tutorials</a></td></tr><tr><td><h4><i class="fa-video">:video:</i></h4></td><td><strong>Watch Video tutorials</strong></td><td>Learn how to use Incogniton through step-by-step video walkthroughs and demonstrations.</td><td><a href="https://www.youtube.com/channel/UCPOop6SGNM4D9fo68X7oq3w">https://www.youtube.com/channel/UCPOop6SGNM4D9fo68X7oq3w</a></td></tr><tr><td><h4><i class="fa-circle-dollar">:circle-dollar:</i></h4></td><td><strong>Plans and pricing</strong></td><td>View different subscription plans and billing details</td><td><a href="https://incogniton.com/pricing">https://incogniton.com/pricing</a></td></tr><tr><td><h4><i class="fa-bullhorn">:bullhorn:</i></h4></td><td><strong>Follow up on Telegram</strong> </td><td>Follow updates, announcements, and discussions from the Incogniton team and community.</td><td><a href="https://t.me/incognitonOfficial">https://t.me/incognitonOfficial</a></td></tr></tbody></table>


