> 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/dutch-documentation/proxybeheer/integrating-proxies.md).

# Proxies integreren

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

In dit artikel leggen we uit hoe de proxybeheerfunctie werkt. Met deze functionaliteit kunt u proxies in bulk toevoegen en opslaan, en uw proxies in groepen opslaan zodat u altijd een overzicht heeft.

### Waar vind je de Proxy Management functie?

U vindt deze functie in het browserprofieloverzicht door op Proxy Management te klikken. Eenmaal binnen het proxybeheerportaal kunt u:

* Uw reeds geïmporteerde proxies beheren
* Nieuwe proxies zowel in bulk als individueel toevoegen
* Proxies verwijderen
* Verbinding controleren
* De proxies roteren (werkt alleen voor roterende proxies)

![](/files/0d9c6be719d1afe8b31d37f353074edbb12e94a6)

### Een enkele proxy aan de database toevoegen

{% stepper %}
{% step %}
**Maak een enkele proxy**

Ga naar **Create Single Proxy** in het menu aan de linkerkant.
{% endstep %}

{% step %}
**Voer proxygegevens in**

Voeg de proxygegevens toe: Naam, Proxy:PORT, Proxy gebruikersnaam, Proxy wachtwoord. Voor roterende proxies, vink de optie **Rotating proxy** aan. Voeg optioneel de proxy toe aan een bestaande groep.
{% endstep %}

{% step %}
**Controleren en opslaan**

Klik op **Check proxy** en klik vervolgens op de pijlen in het midden om de proxy aan de database toe te voegen.
{% endstep %}
{% endstepper %}

![](/files/1b1b879fa278f38e51abc939484f61230734088f)

### Proxies in bulk toevoegen

U kunt proxies in bulk toevoegen om veel proxies in een paar klikken te importeren. Klik op **Create bulk** in het menu aan de linkerkant, er verschijnt een pop-up. Kies hoe u de proxies in bulk wilt importeren: via standaardformaat, CSV-formaat, CSV-bestand of Excel-bestand.

#### Standaardformaat

{% stepper %}
{% step %}
**Voer proxygegevens in**

Voer de gegevens in, zoals de proxy, poort, gebruikersnaam en wachtwoord, in het formaat zoals hieronder weergegeven.
{% endstep %}

{% step %}
**Kies scheidingsformaat**

In dit geval hebben we gekozen voor een dubbele punt, die standaard is ingesteld, maar u kunt de scheidingsteken zelf kiezen.

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

#### CSV- en Excelformaat

{% stepper %}
{% step %}
**Download sjabloon**

Om via Excel of CSV te importeren, download eerst de sjabloon. Het voorbeeldbestand is beschikbaar vanuit de applicatie of via deze links:

* [CSV](https://incogniton.com/wp-content/uploads/2023/09/proxyIncognitonExampleBulkImportCSV.csv)
* [Excel](https://incogniton.com/wp-content/uploads/2023/09/proxyIncognitonExampleBulkImportExcel.xlsx)
  {% endstep %}

{% step %}
**Vul sjabloon in**

Vul de sjabloon in en sla deze op uw computer op.

<div align="center"><img src="/files/0ca52863affdf92c0cf7bd74683ec2ffbf993c44" alt=""></div>
{% endstep %}

{% step %}
**Uploaden en importeren**

Klik op **CSV-bestand** of **Excel-bestand** en upload uw ingevulde document. Het standaardbestand gebruikt de puntkomma als scheidingsteken, maar dit kan indien gewenst worden aangepast. Klik op **Check** om het document te valideren en klik vervolgens op **Import** om de proxies in de database op te slaan.

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

{% hint style="info" %}
Als u nog vragen heeft, neem dan contact op met onze [ondersteuningsafdeling](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/dutch-documentation/proxybeheer/integrating-proxies.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.
