> 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/accountbeheer/cloud-saving/backup-locally-saved-data.md).

# Lokaal opgeslagen gegevens back-uppen

In dit artikel leggen we uit hoe u uw gegevens kunt opslaan wanneer u de cloudopslagfunctie van Incogniton heeft uitgeschakeld. We raden ten zeerste aan om de cloudopslagfunctie te gebruiken in plaats van lokale opslag - uw gegevens zijn veel veiliger en u vermijdt het risico om ze te verliezen.

Als u toch uw gegevens lokaal wilt opslaan, maak dan periodiek een back-up van de browserprofielgegevens. Deze gids laat u zien hoe.

{% stepper %}
{% step %}

### Lokaliseer de lokale gegevens

Ga naar **Settings > Debug tools** en klik op **Open data directory**. Er wordt een verkenner-venster geopend. Open de map genaamd **Config**.
{% endstep %}

{% step %}

### Maak een back-up van de profielgegevens

U ziet alle gegevens van uw browserprofielen. Kopieer deze gegevens en sla ze ergens anders op - dat wordt uw back-up. Herhaal dit periodiek om gegevensverlies te voorkomen wanneer u geen gebruik maakt van cloudopslag.

{% hint style="info" %}
U kunt ook een lokale back-up herstellen voor een specifiek browserprofiel:

* Open het browserprofieloverzicht
* Klik op het 3-puntjes icoon voor het betreffende profiel
* Kies **Backup & Recovery > Restore from local backup**
  {% endhint %}
  {% endstep %}
  {% endstepper %}

{% hint style="info" %}
Als u na het lezen van dit artikel nog vragen heeft, 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/accountbeheer/cloud-saving/backup-locally-saved-data.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.
