> 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/build-integrity.md).

# Integridad de la versión

Las compilaciones oficiales usan un ancla de seguridad para validar la identidad del producto y los archivos protegidos de la aplicación.

## Identidad del manifiesto

* Producto: `geo_prospector`
* Edición: `establecida`
* Lote: `0`
* Versión: `6.7.15.1`
* Huella digital de la clave pública: `67B64034CD77BE4018EC8102D36F8469548EE0DDCFE87CC322D26DDCFE036A35`

## Archivos de anclaje de seguridad requeridos

El directorio de la aplicación instalada incluye:

* `security_anchor_manifest.json`
* `security_anchor_manifest.sig`

El manifiesto firmado contiene identidades de archivos protegidos y hashes SHA-256. La firma se verifica con la clave pública Ed25519 incrustada.

## Componentes protegidos de la versión

* Identidad del producto y la edición
* Identidad de la versión de la aplicación
* Manifiesto firmado
* Firma Ed25519
* Huella digital de la clave pública
* Inventario de archivos SHA-256
* Ejecutable principal y archivos protegidos de tiempo de ejecución

Puede aparecer una advertencia de integridad de la versión cuando faltan archivos, se modifican, no coinciden o se copian de forma incompleta.

## Recuperación

1. Cierra Geo Prospector.
2. Descarga el instalador oficial.
3. Reinstala la aplicación completa.
4. No reemplaces archivos individuales.
5. Vuelve a abrir la aplicación y verifica la versión instalada.

{% hint style="danger" %}
La clave privada de firma y la semilla privada no se distribuyen con Geo Prospector y nunca deben compartirse.
{% 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://visi-digital-internasional.gitbook.io/geo-prospector/geo-prospector-es/actualizaciones-y-seguridad/build-integrity.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.
