> 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/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-zh/jie-guo-he-shu-ju/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.
