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

# Installazione

## Scarica

Usa il programma di installazione ufficiale:

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

Nome file previsto:

`GeoProspectorSetup.exe`

## Installa

1. Chiudi tutte le finestre di Geo Prospector aperte.
2. Scarica il programma di installazione dal canale di rilascio ufficiale.
3. Esegui il programma di installazione come amministratore.
4. Segui le istruzioni di installazione di Windows.
5. Attendi fino a quando tutti i file di runtime e di sicurezza sono stati copiati.
6. Avvia Geo Prospector dal collegamento sul desktop o dal menu Start.
7. Conferma che la versione installata sia `6.7.15.1`.
8. Apri **Attivazione** e verifica lo stato della licenza.

{% hint style="warning" %}
Non copiare solo il file eseguibile principale su un altro computer. Geo Prospector dipende dal runtime incluso, dai componenti del browser, dal manifesto firmato dell'ancora di sicurezza e dal file di firma.
{% endhint %}

## Aggiorna un'installazione esistente

Esegui il programma di installazione più recente sull'installazione esistente. Dopo l'aggiornamento:

1. Riapri Geo Prospector.
2. Conferma la versione `6.7.15.1`.
3. Conferma che la licenza esistente venga rilevata.
4. Esegui un test rapido su cinque record.
5. Verifica che le funzioni Risultati ed esportazione funzionino normalmente.

## Verifica il programma di installazione

| Campo      | Valore                                                             |
| ---------- | ------------------------------------------------------------------ |
| File       | `GeoProspectorSetup.exe`                                           |
| Dimensione | `253264229 byte`                                                   |
| SHA-256    | `FE3CFADD45DA098984318BCA64B2C9A65B9174F657048EBA4A80568A14855829` |

È disponibile un report URL di VirusTotal [qui](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-it/benvenuto/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.
