> 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-es/actualizaciones-y-seguridad/updating.md).

# Actualizar Geo Prospector

## Versión estable actual

`6.7.25.1`

## Canales oficiales de actualización

* **Instalador versionado:** [GeoProspectorSetup.exe](https://github.com/visi-digital-internasional/geo-prospector-update/releases/download/v6.7.25.1/GeoProspectorSetup.exe)
* **Instalador estable más reciente:** [GeoProspectorSetup.exe](https://github.com/visi-digital-internasional/geo-prospector-update/releases/latest/download/GeoProspectorSetup.exe)
* **Publicación de GitHub:** [Geo Prospector v6.7.25.1](https://github.com/visi-digital-internasional/geo-prospector-update/releases/tag/v6.7.25.1)
* **Manifiesto de actualización:** [version.json](https://raw.githubusercontent.com/visi-digital-internasional/geo-prospector-update/main/version.json)

## Identidad del instalador

| Propiedad                 | Valor                                                              |
| ------------------------- | ------------------------------------------------------------------ |
| Versión                   | `6.7.25.1`                                                         |
| Tamaño                    | `273765875 bytes` (261.08 MiB)                                     |
| SHA-256                   | `49ACD03FDAEC621B9CFD5A45FB9CF51F90BC55197DE8381C37A072192BDE519F` |
| Actualización obligatoria | `false`                                                            |

## Actualización manual

1. Permita que terminen los trabajos activos de B2B Finder o Email Finder.
2. Cierre Geo Prospector.
3. Descargue el oficial `GeoProspectorSetup.exe`.
4. Verifique el hash SHA-256.
5. Ejecute el instalador sobre la instalación existente.
6. Vuelva a abrir Geo Prospector.
7. Confirme la versión `6.7.25.1` y el estado de la licencia activa.
8. Ejecute una pequeña prueba de humo de B2B Finder.

## Verifique el instalador

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

SHA-256 esperado:

```
49ACD03FDAEC621B9CFD5A45FB9CF51F90BC55197DE8381C37A072192BDE519F
```

No instale el archivo si el hash es diferente.

## Conservación de datos

El instalador actualiza los archivos de la aplicación mientras conserva los datos generados por el usuario en `C:\GeoProspector`.

## Importante

No copie solo `geo_prospector.exe` o reemplace archivos de tiempo de ejecución individuales. Use el instalador oficial completo para que el manifiesto firmado de anclaje de seguridad, el entorno de ejecución de Node.js, el entorno de ejecución de Chromium y el backend protegido de Email Finder permanezcan coherentes.


---

# 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-es/actualizaciones-y-seguridad/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.
