> 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/bienvenido/installation.md).

# Instalación

## Descargar

Use el instalador oficial:

[Descargar `GeoProspectorSetup.exe`](https://github.com/visi-digital-internasional/geo-prospector-update/releases/latest/download/GeoProspectorSetup.exe)

Nombre de archivo esperado:

`GeoProspectorSetup.exe`

## Instalar

1. Cierre todas las ventanas de Geo Prospector que estén abiertas.
2. Descargue el instalador desde el canal oficial de lanzamientos.
3. Ejecute el instalador como administrador.
4. Siga las indicaciones de instalación de Windows.
5. Espere hasta que se copien todos los archivos de tiempo de ejecución y de seguridad.
6. Inicie Geo Prospector desde el acceso directo del escritorio o el menú Inicio.
7. Confirme que la versión instalada es `6.7.15.1`.
8. Abrir **Activación** y verifique el estado de la licencia.

{% hint style="warning" %}
No copie solo el ejecutable principal a otro ordenador. Geo Prospector depende de su entorno de ejecución incluido, los componentes del navegador, el manifiesto firmado del ancla de seguridad y el archivo de firma.
{% endhint %}

## Actualizar una instalación existente

Ejecute el instalador más reciente sobre la instalación existente. Después de la actualización:

1. Vuelva a abrir Geo Prospector.
2. Confirmar versión `6.7.15.1`.
3. Confirme que se detecta la licencia existente.
4. Ejecuta una prueba rápida de cinco registros.
5. Verifique que las funciones de resultados y exportación funcionen normalmente.

## Verificar el instalador

| Campo   | Valor                                                              |
| ------- | ------------------------------------------------------------------ |
| Archivo | `GeoProspectorSetup.exe`                                           |
| Tamaño  | `253264229 bytes`                                                  |
| SHA-256 | `FE3CFADD45DA098984318BCA64B2C9A65B9174F657048EBA4A80568A14855829` |

Hay un informe de URL de VirusTotal disponible [aquí](https://www.virustotal.com/gui/url/17506a6fdfab37537bec95b3b24ca4052470dbcfc262532bfc0825098b430249?nocache=1).


---

# 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/bienvenido/installation.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.
