> 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/exporting-data.md).

# 데이터 내보내기

Geo Prospector는 현재 빌드에 따라 CSV, Excel, TXT 또는 JSON과 같은 내보내기 옵션을 제공할 수 있습니다.

## 권장 내보내기 워크플로

1. 작업이 완료 상태가 될 때까지 기다리세요.
2. 결과를 엽니다.
3. 카테고리와 위치를 검토하세요.
4. 최종 수량을 확인하세요.
5. 필요한 형식으로 내보내세요.
6. 내보낸 파일을 엽니다.
7. 백업 사본을 저장하세요.

## CSV 안내

국제 문자를 보존하려면 CSV 파일을 열 때 UTF-8 호환 소프트웨어를 사용하세요.

## 캠페인 준비

영업이나 아웃리치를 위한 작업용 사본을 만드세요. 변경하지 않은 마스터 내보내기 파일을 기준 원본으로 보관하세요.


---

# 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/exporting-data.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.
