> For the complete documentation index, see [llms.txt](https://visi-digital-internasional.gitbook.io/geo-prospector/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://visi-digital-internasional.gitbook.io/geo-prospector/geo-prospector-nl/updates-en-beveiliging/updating.md).

# Geo Prospector bijwerken

## Huidige stabiele versie

`6.7.25.1`

## Officiële updatekanalen

* **Installatieprogramma met versienummer:** [GeoProspectorSetup.exe](https://github.com/visi-digital-internasional/geo-prospector-update/releases/download/v6.7.25.1/GeoProspectorSetup.exe)
* **Laatste stabiele installatieprogramma:** [GeoProspectorSetup.exe](https://github.com/visi-digital-internasional/geo-prospector-update/releases/latest/download/GeoProspectorSetup.exe)
* **GitHub-release:** [Geo Prospector v6.7.25.1](https://github.com/visi-digital-internasional/geo-prospector-update/releases/tag/v6.7.25.1)
* **Update-manifest:** [version.json](https://raw.githubusercontent.com/visi-digital-internasional/geo-prospector-update/main/version.json)

## Installatieprogramma-identiteit

| Eigenschap        | Waarde                                                             |
| ----------------- | ------------------------------------------------------------------ |
| Versie            | `6.7.25.1`                                                         |
| Grootte           | `273765875 bytes` (261.08 MiB)                                     |
| SHA-256           | `49ACD03FDAEC621B9CFD5A45FB9CF51F90BC55197DE8381C37A072192BDE519F` |
| Verplichte update | `onwaar`                                                           |

## Handmatige update

1. Laat lopende B2B Finder- of Email Finder-taken voltooien.
2. Sluit Geo Prospector.
3. Download de officiële `GeoProspectorSetup.exe`.
4. Controleer de SHA-256-hash.
5. Voer het installatieprogramma uit over de bestaande installatie.
6. Open Geo Prospector opnieuw.
7. Bevestig de versie `6.7.25.1` en de actieve licentiestatus.
8. Voer een kleine smoke-test voor B2B Finder uit.

## Controleer het installatieprogramma

```powershell
Get-FileHash -LiteralPath ".\GeoProspectorSetup.exe" -Algorithm SHA256
```

Verwachte SHA-256:

```
49ACD03FDAEC621B9CFD5A45FB9CF51F90BC55197DE8381C37A072192BDE519F
```

Installeer het bestand niet als de hash anders is.

## Gegevensbehoud

Het installatieprogramma werkt toepassingsbestanden bij terwijl door gebruikers gegenereerde gegevens onder `C:\GeoProspector`.

## Belangrijk

Kopieer niet alleen `geo_prospector.exe` of vervang afzonderlijke runtimebestanden. Gebruik het volledige officiële installatieprogramma zodat het ondertekende security-anchor-manifest, de Node.js-runtime, de Chromium-runtime en de beveiligde backend van Email Finder consistent blijven.


---

# 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://visi-digital-internasional.gitbook.io/geo-prospector/geo-prospector-nl/updates-en-beveiliging/updating.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.
