> For the complete documentation index, see [llms.txt](https://docs.incogniton.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incogniton.com/documentation/french-documentation/navigateur-et-profils-de-navigateur/bulk-browser-profiles-creation.md).

# Créer des profils en masse

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

Incogniton vous permet de créer plusieurs comptes en même temps en masse. L'outil est assez avancé et permet beaucoup de personnalisation. En quelques étapes, vous pouvez créer plusieurs profils à la fois.

{% stepper %}
{% step %}

#### Créer en masse

Cliquez sur **Create Bulk** dans le menu de gauche de votre compte Incogniton et une fenêtre pop-up apparaîtra.

![](/files/12048bdc4d05b298879d051ff11b78b920c6fed6)
{% endstep %}

{% step %}

#### Préparer l'entrée CSV

Remplissez les détails des profils de navigateur. Nous avons créé un fichier exemple, que vous pouvez trouver [ici](https://incogniton.com/wp-content/uploads/2026/01/Examplefileforbulkimporter-5.xlsx). Remplissez toutes les informations dans les différentes colonnes. Dans la dernière colonne, les informations seront combinées pour les rendre lisibles par Incogniton. Copiez les informations de la dernière colonne du fichier et collez-les dans l'onglet Format CSV dans Incogniton.

{% hint style="warning" %}
Les en-têtes doivent être inclus dans le copier-coller de la dernière colonne, sinon le créateur en masse ne fonctionnera pas.
{% endhint %}
{% endstep %}

{% step %}

#### Vérifier et importer

Cliquez sur **Check** puis sur **Import** et les profils seront créés. Regardez la vidéo sur cette page pour une explication visuelle.
{% endstep %}
{% endstepper %}

**Tableau des options :**

| Nom de l'option                               | Valeurs possibles                                             |
| --------------------------------------------- | ------------------------------------------------------------- |
| profile\_name                                 | Tout texte (OBLIGATOIRE)                                      |
| profile\_notes                                | Tout texte                                                    |
| simulated\_operating\_system                  | Windows/Mac OS/Linux                                          |
| Proxy\_connection\_type                       | http/socks4/socks5/none                                       |
| Proxy\_proxy\_url                             | Tout texte                                                    |
| Proxy\_proxy\_username                        | Tout texte                                                    |
| Proxy\_proxy\_password                        | Tout texte                                                    |
| Timezone\_fill\_timezone\_based\_on\_ip       | true/false                                                    |
| Timezone\_timezone\_name                      | Tout nom de fuseau horaire valide                             |
| WebRTC\_set\_external\_ip                     | true/false                                                    |
| WebRTC\_behavior                              | altered/disabled/real                                         |
| WebRTC\_public\_ip                            | Toute IP                                                      |
| WebRTC\_local\_ip                             | Toute IP                                                      |
| Geolocation\_behavior                         | Block/Allow/Prompt                                            |
| Geolocation\_fill\_geolocation\_based\_on\_ip | true/false                                                    |
| Geolocation\_location\_information\_longitude | Tout double entre -180 et 180                                 |
| Geolocation\_location\_information\_latitude  | Tout double entre -90 et 90                                   |
| Geolocation\_location\_information\_accuracy  | Tout entier positif                                           |
| Navigator\_user\_agent                        | Tout texte                                                    |
| Navigator\_screen\_resolution                 | Exemple : 1920″x”1080, veuillez remplacer le x par un vrai x. |
| Navigator\_languages                          | Tout texte                                                    |
| Navigator\_platform                           | Tout texte                                                    |
| 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                    | liste de polices séparées par des virgules                    |
| Media\_devices\_enable\_media\_masking        | true/false                                                    |
| Media\_devices\_video\_outputs                | Tout entier positif                                           |
| Media\_devices\_audio\_inputs                 | Tout entier positif                                           |
| Media\_devices\_audio\_outputs                | Tout entier positif                                           |
| 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                 | Tout texte                                                    |
| Hardware\_WebGL\_meta\_renderer               | Tout texte                                                    |
| Other\_active\_session\_lock                  | true/false                                                    |
| Other\_custom\_args\_enabled                  | true/false                                                    |
| Other\_custom\_args                           | Tout texte                                                    |
| cookie                                        | Cookies json encodés en Base64                                |

{% hint style="info" %}
Si vous avez encore des questions sur la réalisation d'actions en masse dans Incogniton, veuillez lire [cet article](/documentation/french-documentation/navigateur-et-profils-de-navigateur/bulk-browser-profiles-creation/perform-bulk-actions-on-profiles.md) ou si vous avez d'autres questions, n'hésitez pas à contacter notre [service d'assistance](https://incogniton.com/contact/).
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

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

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

```
GET https://docs.incogniton.com/documentation/french-documentation/navigateur-et-profils-de-navigateur/bulk-browser-profiles-creation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

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