> 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/aan-de-slag/download-and-install-incogniton.md).

# Download en installeer Incogniton

Deze pagina begeleidt je door de systeemvereisten, het downloaden van de installer, het voltooien van de installatie en het voor de eerste keer starten van de app.

### Download Incogniton

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><i class="fa-apple">:apple:</i></td><td><strong>macOS (v5)</strong></td><td>Download de macOS installer met ondersteuning voor zowel Intel-gebaseerde als Apple Silicon Macs.</td><td><a href="https://incogniton.com/incognitondownloadmac5" class="button secondary" data-icon="arrow-down-to-bracket">Download voor Mac</a></td><td></td></tr><tr><td><i class="fa-windows">:windows:</i></td><td><strong>Windows OS (v5)</strong></td><td>Download de Windows installer met ondersteuning voor zowel 32-bit (x86) als 64-bit (x64) systemen.</td><td><a href="https://incogniton.com/incognitondownloadwin5" class="button secondary" data-icon="arrow-down-to-bracket">Download voor Windows</a></td><td></td></tr></tbody></table>

***

### Systeemvereisten

Bekijk de minimale systeemvereisten hieronder om ervoor te zorgen dat Incogniton correct op je machine draait.

#### MacOS

| Vereiste       | Details                                   |
| -------------- | ----------------------------------------- |
| RAM            | 4GB                                       |
| Schijf         | 1 GB vrije ruimte                         |
| GPU            | Aanbevolen voor optimale renderprestaties |
| Architectuur   | Intel en Apple Silicon                    |
| Ondersteund OS | macOS                                     |
| Installer      | Universeel pakket (Intel + Apple Silicon) |

#### Windows

| Vereiste       | Details                                      |
| -------------- | -------------------------------------------- |
| RAM            | 4 GB                                         |
| Schijf         | 1 GB vrije ruimte                            |
| GPU            | Aanbevolen voor optimale renderprestaties    |
| Architectuur   | 32-bit (x86) en 64-bit (x64); x64 aanbevolen |
| Ondersteund OS | Windows                                      |

***

### Installeren op macOS

1. Open het gedownloade `installer.dmg` bestand.
2. Sleep **Incogniton** naar de **Applications** map.
3. Open **Applications** en start Incogniton.

{% hint style="info" %}
Als macOS een beveiligingsprompt (Gatekeeper) toont, ga naar **Systeeminstellingen > Privacy & Beveiliging** en sta de app toe om te openen, probeer dan opnieuw te starten.
{% endhint %}

### Installeren op Windows

1. Voer de gedownloade `installer.exe` installer uit.
2. Als je wordt gevraagd door Gebruikersaccountbeheer (UAC), kies **Ja** om de installatie toe te staan.
3. Volg de installatiewizard en klik op **Installeren**.
4. Nadat de installatie is voltooid, start Incogniton.

***

### Probleemoplossingstips

<details>

<summary><strong>macOS probleemoplossing</strong></summary>

* **App geblokkeerd door Gatekeeper:** Open Systeeminstellingen > Privacy & Beveiliging, zoek het bericht over Incogniton en selecteer Open Toch. Start de app dan opnieuw.
* **App opent niet na installatie:** Zorg ervoor dat Incogniton in de Applications map staat. Als het nog steeds niet opent, sluit alle actieve instanties en probeer opnieuw.
* **Installer wil niet monteren:** Download het `.dmg` bestand opnieuw en open het opnieuw. Controleer of de download succesvol is voltooid.
* **macOS meldt dat de app beschadigd is:** Verwijder de app, download de installer opnieuw van de officiële bron en installeer opnieuw.
* **Oudere macOS versie:** Controleer of je macOS versie aan de minimale vereisten voldoet voordat je installeert.

</details>

<details>

<summary><strong>Windows probleemoplossing</strong></summary>

* **Installer geblokkeerd door beveiligingssoftware:** Sta tijdelijk de installer toe of plaats deze op de witte lijst in je antivirus- of eindpuntbeschermingssoftware, en voer de installer opnieuw uit.
* **Gebruikersaccountbeheer (UAC) prompt verschijnt niet:** Klik met de rechtermuisknop op de installer en selecteer Uitvoeren als administrator.
* **Installatie mislukt of stopt onverwacht**: Download de installer opnieuw en voer deze opnieuw uit. Sluit andere actieve installers of systeemupdate-tools.
* **App start niet na installatie:** Herstart Windows en probeer Incogniton opnieuw te starten.
* **Niet-ondersteund systeem:** Controleer of je Windows versie en architectuur (x86 of x64) aan de minimale vereisten voldoen.

</details>

Bij de eerste keer starten opent de app het startscherm, waar je kunt inloggen met een bestaand account of direct in de applicatie een gratis account kunt registreren. Ga verder naar de volgende pagina om een account aan te maken en je eerste browserprofiel te starten.


---

# 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/aan-de-slag/download-and-install-incogniton.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.
