> 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/kan-tan-gong-zuo-liu/multi-category.md).

# 多类别搜索

使用多类别搜索，在一个可控任务中运行多个相关的业务类别。

## 查看已选类别

每个已选类别都会显示为一个单独的标签。类别区域会自动换行并扩展，使完整选择在任务开始前保持可见。

在运行搜索前移除非预期的类别。

## 示例

已选类别：

1. 软件公司
2. 网页设计公司
3. IT 顾问

最终目标：

`30`

初始分配大约为：

`10 + 10 + 10`

如果某个类别返回的可用记录较少，则平衡覆盖轮次可以尝试从其他可用类别中补足剩余目标。

## 健康的执行模式

```
初始轮次 1/3：软件公司
初始轮次 2/3：网页设计公司
初始轮次 3/3：IT 顾问
```

## 最佳实践

* 选择代表同一市场细分的类别。
* 开始前请检查所有已选类别标签。
* 对于相关类别之间出现部分重叠要有预期。
* 保持重复过滤器开启。
* 先从适中的最终目标开始。
* 在外联前检查类别分布。
* 等待 **完成** 后再导出数据。

{% hint style="info" %}
一家企业可以合法地出现在多个类别下。重复过滤器可保护数据库质量，而类别标签有助于解释该企业是如何被发现的。
{% 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/kan-tan-gong-zuo-liu/multi-category.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.
