> 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-ko/prospecting-workflows/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-ko/prospecting-workflows/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.
