> 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-it/aggiornamenti-e-sicurezza/updating.md).

# Aggiorna Geo Prospector

## Versione stabile attuale

`6.7.25.1`

## Canali ufficiali di aggiornamento

* **Programma di installazione versionato:** [GeoProspectorSetup.exe](https://github.com/visi-digital-internasional/geo-prospector-update/releases/download/v6.7.25.1/GeoProspectorSetup.exe)
* **Programma di installazione stabile più recente:** [GeoProspectorSetup.exe](https://github.com/visi-digital-internasional/geo-prospector-update/releases/latest/download/GeoProspectorSetup.exe)
* **Release GitHub:** [Geo Prospector v6.7.25.1](https://github.com/visi-digital-internasional/geo-prospector-update/releases/tag/v6.7.25.1)
* **Manifest di aggiornamento:** [version.json](https://raw.githubusercontent.com/visi-digital-internasional/geo-prospector-update/main/version.json)

## Identità del programma di installazione

| Proprietà                  | Valore                                                             |
| -------------------------- | ------------------------------------------------------------------ |
| Versione                   | `6.7.25.1`                                                         |
| Dimensione                 | `273765875 byte` (261.08 MiB)                                      |
| SHA-256                    | `49ACD03FDAEC621B9CFD5A45FB9CF51F90BC55197DE8381C37A072192BDE519F` |
| Aggiornamento obbligatorio | `false`                                                            |

## Aggiornamento manuale

1. Consenti al lavoro attivo di B2B Finder o Email Finder di terminare.
2. Chiudi Geo Prospector.
3. Scarica l'ufficiale `GeoProspectorSetup.exe`.
4. Verifica l'hash SHA-256.
5. Esegui il programma di installazione sopra l'installazione esistente.
6. Riapri Geo Prospector.
7. Conferma la versione `6.7.25.1` e lo stato della licenza attiva.
8. Esegui un piccolo test di verifica di B2B Finder.

## Verifica il programma di installazione

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

SHA-256 atteso:

```
49ACD03FDAEC621B9CFD5A45FB9CF51F90BC55197DE8381C37A072192BDE519F
```

Non installare il file se l'hash è diverso.

## Conservazione dei dati

Il programma di installazione aggiorna i file dell'applicazione preservando i dati generati dall'utente in `C:\GeoProspector`.

## Importante

Non copiare solo `geo_prospector.exe` o sostituire singoli file di runtime. Usa il programma di installazione ufficiale completo in modo che il manifesto firmato dell'anchor di sicurezza, il runtime Node.js, il runtime Chromium e il backend protetto di Email Finder rimangano coerenti.


---

# 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-it/aggiornamenti-e-sicurezza/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.
