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

# 重複フィルター

Duplicate Filterは、重複したビジネスレコードを削減します。

## 保護レイヤー

* 現在の検索内の重複
* カテゴリ間の重複
* 以前に保存した検索で見つかった重複

## 最終結果が少なくなる可能性がある理由

ローカルの重複排除インデックスに既に多くの候補が存在する場合、Geo Prospector は重複レコードを返す代わりに、目標件数を下回って終了することがあります。

## 運用上のアドバイス

* 繰り返し実施するキャンペーンでは、フィルターを有効にしておいてください。
* ローカルのデータフォルダをバックアップしてください。
* アプリケーションの実行中に重複排除データを削除しないでください。
* クリーンプロジェクト戦略は、意図的に新しい市場スキャンが必要な場合にのみ使用してください。


---

# 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/duplicate-filter.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.
