> 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-ko/results-and-data/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-ko/results-and-data/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.
