> 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-ar/althdythat-walaman/updating.md).

# تحديث Geo Prospector

## الإصدار المستقر الحالي

`6.7.25.1`

## قنوات التحديث الرسمية

* **مثبّت بإصدار:** [GeoProspectorSetup.exe](https://github.com/visi-digital-internasional/geo-prospector-update/releases/download/v6.7.25.1/GeoProspectorSetup.exe)
* **أحدث مثبّت مستقر:** [GeoProspectorSetup.exe](https://github.com/visi-digital-internasional/geo-prospector-update/releases/latest/download/GeoProspectorSetup.exe)
* **إصدار GitHub:** [Geo Prospector v6.7.25.1](https://github.com/visi-digital-internasional/geo-prospector-update/releases/tag/v6.7.25.1)
* **ملف بيان التحديث:** [version.json](https://raw.githubusercontent.com/visi-digital-internasional/geo-prospector-update/main/version.json)

## هوية المثبّت

| الخاصية      | القيمة                                                             |
| ------------ | ------------------------------------------------------------------ |
| الإصدار      | `6.7.25.1`                                                         |
| الحجم        | `273765875 بايت` (261.08 ميبي بايت)                                |
| SHA-256      | `49ACD03FDAEC621B9CFD5A45FB9CF51F90BC55197DE8381C37A072192BDE519F` |
| تحديث إلزامي | `false`                                                            |

## تحديث يدوي

1. اسمح بإنهاء أي عمل نشط في B2B Finder أو Email Finder.
2. أغلق Geo Prospector.
3. قم بتنزيل النسخة الرسمية `GeoProspectorSetup.exe`.
4. تحقّق من قيمة تجزئة SHA-256.
5. شغّل المثبّت فوق التثبيت الحالي.
6. أعد فتح Geo Prospector.
7. تأكيد الإصدار `6.7.25.1` وحالة الترخيص النشط.
8. شغّل اختبارًا أوليًا صغيرًا لـ B2B Finder.

## تحقّق من المثبّت

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

قيمة SHA-256 المتوقعة:

```
49ACD03FDAEC621B9CFD5A45FB9CF51F90BC55197DE8381C37A072192BDE519F
```

لا تقم بتثبيت الملف إذا كانت قيمة التجزئة مختلفة.

## الحفاظ على البيانات

يقوم المثبّت بتحديث ملفات التطبيق مع الحفاظ على البيانات التي أنشأها المستخدم ضمن `C:\GeoProspector`.

## مهم

لا تنسخ فقط `geo_prospector.exe` أو استبدل ملفات التشغيل الفردية. استخدم المثبّت الرسمي الكامل حتى يظل ملف بيان مرساة الأمان الموقّع، وبيئة تشغيل Node.js، وبيئة تشغيل Chromium، والواجهة الخلفية المحمية لـ Email Finder متسقة.


---

# 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-ar/althdythat-walaman/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.
