> For the complete documentation index, see [llms.txt](https://docs.stoik.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stoik.io/cyber-best-practices/nl/een-cyberaanval-afhandelen/bcp-drp.md).

# BCP/DRP

De **Bedrijfscontinuïteits- en rampenherstelplan** is een sjabloon dat u invult om uw bedrijf voor te bereiden op een grote IT-storing of cyberaanval, zodat u kunt blijven werken en snel kunt herstellen.

Het document bestaat uit twee delen:

* **Deel 1, het raamwerk:** geschreven door Stoïk en voor elk verzekerde bedrijf hetzelfde. Het legt uit hoe u uw risico’s analyseert, crisisgovernance organiseert, in gedegradeerde modus werkt, communiceert en het plan onderhoudt. Het is niet bedoeld om te worden bewerkt.
* **Deel 2, uw plan:** de tabellen en formulieren die u invult met uw eigen gegevens (contactpersonen, prioritaire risico’s, kritieke activiteiten, hersteldoelstellingen, IT-herstelprocedures). Dit is het deel dat u activeert tijdens een crisis.

{% hint style="info" %}
**Download het document:** het BCP/DRP-sjabloon is beschikbaar in Word (`.docx`) in het Engels, Frans en Duits, op onze drive: [BCP/DRP-sjabloon op Google Drive](https://drive.google.com/drive/folders/1XsDBoDOeXViLE4t6Y7iMPDLt7y3LgU4t?usp=drive_link)
{% endhint %}

## Waarom downloaden

* Een plan dat bestaat en wordt gebruikt, is beter dan een perfect plan dat in een la wordt vergeten.
* Het laat u vooraf en rustig beslissen wat het belangrijkst is en wie wat doet, in plaats van midden in de crisis te improviseren.
* Het moet beschikbaar blijven, zelfs wanneer al uw IT-systemen uitvallen, wat alleen mogelijk is als u het van tevoren hebt voorbereid en afgedrukt.

## Wat je ermee moet doen

1. Download het sjabloon.
2. Vul elk `[veld tussen vierkante haken]` met de specifieke gegevens van uw bedrijf.
3. Print het en bewaar een offline kopie op een locatie die toegankelijk is, zelfs wanneer uw systemen uitvallen.
4. Bekijk het minstens eenmaal per jaar en na elke significante IT-wijziging.


---

# 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.stoik.io/cyber-best-practices/nl/een-cyberaanval-afhandelen/bcp-drp.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.
