> 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/huan-ying/dashboard.md).

# 仪表板和状态

## 主要区域

* **B2B 查找器** — 配置并运行开发客户任务
* **市场调研** — 浏览并准备目标市场类别
* **已保存类别** — 复用已保存的目标类别
* **结果** — 查看已完成记录并导出数据
* **激活** — 查看设备 ID、许可证状态、积分、有效期和版本信息

## 所选类别显示

当选择多个类别时，Geo Prospector 会将它们显示为单独的标签。标签区域会自动扩展，以便完整的类别选择保持可见。

在开始任务前，请检查这些标签，确保已包含所需的类别。

## 状态参考

| 状态     | 含义                    |
| ------ | --------------------- |
| 就绪     | 应用程序可以启动新任务           |
| 运行中    | 正在进行发现                |
| 正在完成结果 | 重复检查、数据补充、解析或存储可能仍在运行 |
| 完成     | 最终结果已准备就绪             |
| 已停止    | 用户或系统已停止该进程           |

请勿在此期间关闭应用程序 **正在完成结果** 除非该进程已明显异常卡住了很长时间。


---

# 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/huan-ying/dashboard.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.
