> 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-nl/prospectiewerkstromen/multi-category.md).

# Zoeken in meerdere categorieën

Gebruik zoeken met meerdere categorieën om meerdere gerelateerde bedrijfscategorieën in één gecontroleerde taak uit te voeren.

## Geselecteerde categorieën controleren

Elke geselecteerde categorie wordt weergegeven als een afzonderlijke chip. Het categoriegebied wordt automatisch omgebroken en uitgebreid, zodat de volledige selectie zichtbaar blijft voordat de taak begint.

Verwijder onbedoelde categorieën voordat u de zoekopdracht uitvoert.

## Voorbeeld

Geselecteerde categorieën:

1. Softwarebedrijf
2. Webdesignbureau
3. IT-consultant

Einddoel:

`30`

De initiële toewijzing is ongeveer:

`10 + 10 + 10`

Als één categorie minder bruikbare records oplevert, kan een gebalanceerde dekkingsronde proberen het resterende doel aan te vullen met andere beschikbare categorieën.

## Gezond uitvoeringspatroon

```
Eerste ronde 1/3: Softwarebedrijf
Eerste ronde 2/3: Webdesignbureau
Eerste ronde 3/3: IT-consultant
```

## Aanbevolen werkwijzen

* Selecteer categorieën die één marktsegment vertegenwoordigen.
* Controleer vóór het starten alle chips van de geselecteerde categorieën.
* Verwacht enige overlap tussen gerelateerde categorieën.
* Houd Duplicaatfilter ingeschakeld.
* Begin met een gematigd einddoel.
* Controleer de categorieverdeling voordat u contact opneemt.
* Wacht tot **Voltooid** voordat u gegevens exporteert.

{% hint style="info" %}
Een bedrijf kan terecht onder meer dan één categorie voorkomen. Duplicaatfilter beschermt de kwaliteit van de database, terwijl categorielabels helpen uitleggen hoe het bedrijf is gevonden.
{% 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-nl/prospectiewerkstromen/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.
