> 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-ja/wkufur/multi-category.md).

# 複数カテゴリ検索

Multi-Category Search を使うと、関連する複数の業種カテゴリを1つの管理されたジョブで実行できます。

## 選択したカテゴリを確認

選択した各カテゴリは個別のチップとして表示されます。カテゴリ領域は自動的に折り返して拡張されるため、ジョブ開始前に選択内容全体を表示したままにできます。

検索を実行する前に、意図しないカテゴリを削除してください。

## 例

選択されたカテゴリ：

1. ソフトウェア会社
2. Webデザイン会社
3. ITコンサルタント

最終ターゲット：

`30`

初期割り当てはおおよそ次のとおりです：

`10 + 10 + 10`

あるカテゴリで取得できる有用なレコードが少ない場合、バランスの取れたカバレッジ実行により、利用可能な他のカテゴリから残りのターゲットを埋めることを試みます。

## 健全な実行パターン

```
初回パス 1/3：ソフトウェア会社
初回パス 2/3：Webデザイン会社
初回パス 3/3：ITコンサルタント
```

## ベストプラクティス

* 1つの市場セグメントを表すカテゴリを選択してください。
* 開始前に、選択したカテゴリのチップをすべて確認してください。
* 関連カテゴリ間である程度の重複があることを想定してください。
* Duplicate Filter は有効のままにしてください。
* 最終ターゲットは控えめな数から始めてください。
* アプローチ前にカテゴリの分布を確認してください。
* 〜を待機 **完了** してからデータをエクスポートしてください。

{% hint style="info" %}
1つの事業が複数のカテゴリに正当に該当することがあります。Duplicate Filter はデータベースの品質を保ち、カテゴリラベルはその事業がどのように見つかったかを説明するのに役立ちます。
{% 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-ja/wkufur/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.
