> 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/converting-cookies.md).

# Cookies converteren

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

In dit artikel leggen we uit hoe je Netscape-cookies naar JSON-formaat en JSON-formaat naar gewoon/basis (Netscape) formaat kunt converteren.

Websites gebruiken cookies om gebruikersverkeer te analyseren en het browsen te personaliseren door relevante advertenties te tonen op basis van website-activiteit. Cookies kunnen first-party zijn (gemaakt door de website die de gebruiker bezoekt) of third-party (gemaakt door andere webpagina's). Zowel first-party als third-party cookies kunnen sessiebeperkt zijn (verwijderd wanneer de browsersessie eindigt) of blijven bestaan tot hun vervaldatum.

Je kunt **<https://www.cookieconverter.com/>** (aangedreven door Incogniton) gebruiken om cookies tussen Netscape- en JSON-formaten te converteren.

### Converteer Netscape-formaat naar JSON-formaat

{% stepper %}
{% step %}

#### **Voer cookies in Netscape-formaat in**

Voer de cookies in Netscape-formaat in de verstrekte tekstruimte in, of upload het cookie-bestand in Netscape-formaat.

![](/files/3c30a11e208ba5f3b9b459af6ee3a091a29185d4)
{% endstep %}

{% step %}

#### **Cookies converteren**

Klik op de knop **Convert Cookies** onderaan om cookies in JSON-formaat te genereren.

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

### Converteer JSON-formaat naar gewoon / basis (Netscape) formaat

{% stepper %}
{% step %}

#### **Voer cookies in JSON-formaat in**

Voer de cookies in JSON-formaat in de verstrekte tekstruimte in, of upload het cookie-bestand in JSON-formaat.

![](/files/64b359e5f5afadeff732922a9209aadf2476d85f)
{% endstep %}

{% step %}

#### **Cookies converteren**

Klik op de knop **Convert Cookies** onderaan om cookies in gewoon of basis (Netscape) formaat te genereren.

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

{% hint style="info" %}
Als je cookies wilt verzamelen, lees dan [dit artikel](/documentation/dutch-documentation/cookiebeheer/cookie-collector.md). Als je cookies wilt exporteren, lees dan [dit artikel](/documentation/dutch-documentation/cookiebeheer/exporting-cookies.md). Als je cookies wilt importeren, lees dan [dit artikel](/documentation/dutch-documentation/cookiebeheer/importing-cookies.md).
{% endhint %}

{% hint style="info" %}
Als je verdere uitleg nodig hebt, aarzel dan niet om contact op te nemen met ons [supportteam](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:

```
GET https://docs.incogniton.com/documentation/dutch-documentation/cookiebeheer/converting-cookies.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.
