> 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-zh/jie-guo-he-shu-ju/storage-and-backup.md).

# 本地存储和备份

默认应用程序数据位置：

`C:\GeoProspector`

该文件夹可以包含：

* 搜索结果
* 导出
* 应用程序支持数据
* 重复筛选器索引
* 本地安全状态

## 备份建议

在进行重大 Windows 更改、驱动器迁移或应用程序故障排除之前，请备份重要的导出和应用程序数据。

{% hint style="warning" %}
在 Geo Prospector 运行时，不要删除安全文件、许可证状态或重复索引。
{% 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-zh/jie-guo-he-shu-ju/storage-and-backup.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.
