> 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/cookiebeheer/cookie-collector.md).

# Cookie Collector

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

In dit artikel leggen we uit hoe de Cookie Collector werkt. Met deze functie kun je de **betrouwbaarheid van je browserprofielen aanzienlijk verbeteren**. Sociale mediaplatforms en bijna alle andere websites kunnen identificeren of cookies al aanwezig zijn in de browsergeschiedenis. Als een browserprofiel nog geen cookies heeft, zal een nieuwe login vaker als opvallend worden geïdentificeerd dan wanneer je een browserprofiel hebt dat al een browsegeschiedenis heeft.

### Hoe de Cookie Collector te gebruiken

{% stepper %}
{% step %}

#### **Open de Cookie Collector**

Klik op het kogelicoon aan de rechterkant van een browserprofiel en kies **Browser Management > Start Cookie Collector**. De Cookie Collector verschijnt.
{% endstep %}

{% step %}

#### **Voeg websites toe om te browsen**

Vul een aantal websites in waarop de Cookie Collector moet beginnen met browsen (bijvoorbeeld: <https://youtube.com> en <https://reddit.com>). Op basis van de ingevoerde URL's begint de Cookie Collector met browsen en genereert een browsergeschiedenis.
{% endstep %}

{% step %}

#### **Begin met verzamelen**

Klik op de knop **Start collecting** en de Cookie Collector begint met het verzamelen van cookies.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
De URL die in de Cookie Collector wordt ingevoerd, moet het volgende formaat hebben: <https://nameofwebsite.com> - het is belangrijk om **https\://** op te nemen, anders werkt de Cookie Collector niet.
{% endhint %}

### Geavanceerde instellingen / configuraties

Het pop-upvenster toont verschillende geavanceerde instellingen:

* **Crawling opties:** Schakel de Cookie Collector in om willekeurig de lijst van ingevulde websites te bezoeken, willekeurig op links op de bezochte websites te klikken en pagina's naar beneden te scrollen. We raden aan om alle opties aan te laten staan, omdat dit de betrouwbaarheid van de cookiegeschiedenis vergroot.
* **Browser opties:** Toon browservenster (vink uit om de headless modus in te schakelen om de Cookie Collector onzichtbaar te laten draaien), schakel automatische demping van audio die op een website wordt afgespeeld in, en accepteer automatisch cookiebanners.
* **Maximale looptijd:** Stel in hoe lang de Cookie Collector moet werken door het aantal seconden in het vak in te voeren.

{% hint style="info" %}
Als je na het lezen van dit artikel nog vragen hebt over de Cookie Collector, 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/cookiebeheer/cookie-collector.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.
