> 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/updates-and-security/updating.md).

# Update Geo Prospector

## Current stable version

`6.7.25.1`

## Official update channels

* **Versioned installer:** [GeoProspectorSetup.exe](https://github.com/visi-digital-internasional/geo-prospector-update/releases/download/v6.7.25.1/GeoProspectorSetup.exe)
* **Latest stable installer:** [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)

## Installer identity

| Property         | Value                                                              |
| ---------------- | ------------------------------------------------------------------ |
| Version          | `6.7.25.1`                                                         |
| Size             | `273765875 bytes` (261.08 MiB)                                     |
| SHA-256          | `49ACD03FDAEC621B9CFD5A45FB9CF51F90BC55197DE8381C37A072192BDE519F` |
| Mandatory update | `false`                                                            |

## Manual update

1. Allow active B2B Finder or Email Finder work to finish.
2. Close Geo Prospector.
3. Download the official `GeoProspectorSetup.exe`.
4. Verify the SHA-256 hash.
5. Run the installer over the existing installation.
6. Reopen Geo Prospector.
7. Confirm version `6.7.25.1` and the active license status.
8. Run a small B2B Finder smoke test.

## Verify the installer

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

Expected SHA-256:

```
49ACD03FDAEC621B9CFD5A45FB9CF51F90BC55197DE8381C37A072192BDE519F
```

Do not install the file when the hash is different.

## Data preservation

The installer updates application files while preserving user-generated data under `C:\GeoProspector`.

## Important

Do not copy only `geo_prospector.exe` or replace individual runtime files. Use the complete official installer so the signed security-anchor manifest, Node.js runtime, Chromium runtime, and protected Email Finder backend remain consistent.


---

# 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/updates-and-security/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.
