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

# 快速入门

在运行生产规模任务之前，先完成一次小型搜索。

## 1. 确认激活

打开 **激活** 并验证：

* 许可证状态为有效
* 有效期信息正确
* 有可用积分
* 应用版本为 `v6.7.15.1`

## 2. 打开 B2B Finder

选择 **B2B Finder** 从侧边栏中。

## 3. 配置一个小型搜索

使用一个针对性测试：

| 设置      | 示例    |
| ------- | ----- |
| 目标类别    | 软件公司  |
| 国家      | 印度尼西亚 |
| 地区 / 省份 | 西爪哇   |
| 城市      | 万隆    |
| 数据数量    | 5     |
| 重复过滤器   | 已启用   |
| 邮箱查找器   | 可选    |
| 数据延迟    | 安全或平衡 |

## 4. 运行并监控

开始搜索并遵循正常状态顺序：

`就绪 → 运行中 → 正在完成结果 → 完成`

## 5. 查看并导出

选择 **查看结果**，确认地点和类别，检查最终记录，并导出一个小型测试文件。

{% hint style="success" %}
成功的五条记录测试表明，在你花时间执行更大任务之前，应用程序、运行环境、许可证、存储和结果流水线都在正常工作。
{% 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/huan-ying/quickstart.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.
