> For the complete documentation index, see [llms.txt](https://docs.thirdwp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thirdwp.com/nederlands/algemeen/avg-checklist.md).

# AVG Checklist

Op 25 mei 2018 is er een nieuwe wet voor alle landen in de EU ingegaan: de Algemene Verordening Gegevensbescherming (AVG) in het Engels ook wel bekend als GDPR. De AVG vervangt de vorige wet: Wet Bescherming Persoonsgegevens. In de nieuwe wet staan onder andere meer verplichtingen voor bedrijven en organisaties die persoonsgegevens verwerken. Om goed op de hoogte te blijven van dit onderwerp raden wij je het volgende aan:&#x20;

* Bestudeer de informatie over de nieuwe wetgeving op de site van de Autoriteit Persoonsgegevens.&#x20;
* Lees de GDPR wetgeving.&#x20;
* Volg de punten op de AVG/GDPR Checklist.&#x20;

### AVG/GDPR Checklist <a href="#id-1-toc-title" id="id-1-toc-title"></a>

#### 1. SSL op je website <a href="#id-2-toc-title" id="id-2-toc-title"></a>

Zorg ervoor dat jouw websites alleen nog via https bezocht kunnen worden. Ook om praktische redenen en zoekmachine-technische redenen raden wij u sterk aan om uw website volledig van SSL te voorzien.&#x20;

#### 2. Privacy pagina  <a href="#id-3-toc-title" id="id-3-toc-title"></a>

Als bedrijf is het van belang dat je laat zien welke data je verwerkt en waarvoor. Dit kun je doen door middel van een Privacy pagina op je website te zetten.&#x20;

#### 3. E-mail veilig verbinden <a href="#id-4-toc-title" id="id-4-toc-title"></a>

Het is van belang dat je voor je e-mail ook gebruik maakt van een SSL verbinding. Als je dit niet hebt is jouw netwerk volledig uit te lezen door een ander. Zorg er dus voor dat jouw e-mails enkel nog beveiligd worden verstuurd en opgehaald.&#x20;

#### 4. Verwerkersovereenkomst <a href="#id-5-toc-title" id="id-5-toc-title"></a>

Zorg voor een ondertekende “ verwerkersovereenkomst” en andere gegevensverwerkers die van toepassing zijn.&#x20;

#### 5. Zorg voor een veilige website <a href="#id-6-toc-title" id="id-6-toc-title"></a>

Een optimaal beveiligde website is van belang, vooral die zaken die persoonsgegevens bevatten.&#x20;

#### 6. Overige zaken  <a href="#id-7-toc-title" id="id-7-toc-title"></a>

Houd rekening met de volgende zaken:

* Boetes bij overtredingen van de wet&#x20;
* De rechten van betrokkenen
* Bijhouden van een verwerkingsactiviteiten register
* De mogelijkheid dat klanten een Data Protection Impact Assessment moeten uitvoeren
* Privacy by Design & Privacy by Default&#x20;
* Het aanstellen van een Functionaris voor Gegevensbescherming


---

# 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.thirdwp.com/nederlands/algemeen/avg-checklist.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.
