# Bulk browser profiles creation

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

Incogniton allows you to create multiple accounts at the same time in bulk. The tool is pretty advanced and allows for a lot of customization. In just a few steps you can create multiple profiles at once.

{% stepper %}
{% step %}

### Create Bulk

Click on **Create Bulk** in the left-side menu in your Incogniton account and a pop-up window will show up.

![](https://content.gitbook.com/content/H8yXxFJjKNEduZ4cdtjg/blobs/UZoeCoc2LLq6JccO0OGk/Screenshot%202025%2005%2015%20160613%201024x517.png)
{% endstep %}

{% step %}

### Prepare CSV input

Fill in the details of the browser profiles. We made an example file, which you can find [here](https://incogniton.com/wp-content/uploads/2026/01/Examplefileforbulkimporter-5.xlsx). Fill in all the information in the different columns. In the last column the information will be combined to make it readable for Incogniton. Copy the information from the last column in the file and paste it in the CSV Format tab in Incogniton.

{% hint style="warning" %}
The headers need to be included in the copy and paste of the last column, otherwise the bulk creator won’t work.
{% endhint %}
{% endstep %}

{% step %}

### Check and Import

Click on **Check** and then on **Import** and the profiles will be created. Check out the video on this page for a visual explanation.
{% endstep %}
{% endstepper %}

**Options table:**

| Option Name                                   | Possible values                                           |
| --------------------------------------------- | --------------------------------------------------------- |
| profile\_name                                 | Any text (REQUIRED)                                       |
| profile\_notes                                | Any text                                                  |
| simulated\_operating\_system                  | Windows/Mac OS/Linux                                      |
| Proxy\_connection\_type                       | http/socks4/socks5/none                                   |
| Proxy\_proxy\_url                             | Any text                                                  |
| Proxy\_proxy\_username                        | Any text                                                  |
| Proxy\_proxy\_password                        | Any text                                                  |
| Timezone\_fill\_timezone\_based\_on\_ip       | true/false                                                |
| Timezone\_timezone\_name                      | Any valid timezone name                                   |
| WebRTC\_set\_external\_ip                     | true/false                                                |
| WebRTC\_behavior                              | altered/disabled/real                                     |
| WebRTC\_public\_ip                            | Any IP                                                    |
| WebRTC\_local\_ip                             | Any IP                                                    |
| 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\_user\_agent                        | Any text                                                  |
| Navigator\_screen\_resolution                 | Example: 1920″x”1080, Please replace the x with a real x. |
| 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\_enable\_font\_list\_masking            | true/false                                                |
| Fonts\_browser\_font\_list                    | font list splitted by comma                               |
| Media\_devices\_enable\_media\_masking        | true/false                                                |
| Media\_devices\_video\_outputs                | Any positive int                                          |
| Media\_devices\_audio\_inputs                 | Any positive int                                          |
| Media\_devices\_audio\_outputs                | Any positive int                                          |
| 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\_active\_session\_lock                  | true/false                                                |
| Other\_custom\_args\_enabled                  | true/false                                                |
| Other\_custom\_args                           | Any text                                                  |
| cookie                                        | Base64 encoded json cookies                               |

{% hint style="info" %}
If you still have any questions about performing bulk actions in Incogniton please read [this article](https://docs.incogniton.com/browser-and-browser-profiles/bulk-browser-profiles-creation/perform-bulk-actions-on-profiles) or if you have any other questions please don’t hesitate to contact our [support department](https://incogniton.com/contact/).
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.incogniton.com/browser-and-browser-profiles/bulk-browser-profiles-creation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
