> 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/youkoso/quickstart.md).

# クイックスタート

本番規模のジョブを実行する前に、小規模な検索を完了してください。

## 1. アクティベーションを確認

開く **アクティベーション** そして次を確認します:

* ライセンスの状態がアクティブである
* 有効期限情報が正しい
* クレジットが利用可能である
* アプリケーションのバージョンは `v6.7.15.1`

## 2. B2B Finder を開く

選択 **B2B Finder** サイドバーから。

## 3. 小規模な検索を設定する

対象を絞ったテストを使用します:

| 設定        | 例         |
| --------- | --------- |
| 対象カテゴリ    | ソフトウェア会社  |
| 国         | インドネシア    |
| 地域 / 州    | 西ジャワ      |
| 市         | バンドン      |
| データ件数     | 5         |
| 重複フィルター   | 有効        |
| メールファインダー | 任意        |
| データ遅延     | 安全またはバランス |

## 4. 実行して監視する

検索を開始し、通常のステータスの流れに従います:

`準備完了 → 実行中 → 結果を最終処理中 → 完了`

## 5. 確認してエクスポートする

選択 **結果を表示**、場所とカテゴリを確認し、最終レコードを確認して、小さなテストファイルをエクスポートします。

{% hint style="success" %}
5件のレコードによるテストが成功すれば、より大きなジョブに時間を費やす前に、アプリケーション、実行環境、ライセンス、ストレージ、および結果パイプラインが正常に動作していることを確認できます。
{% 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/youkoso/quickstart.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.
