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

# ダッシュボードとステータス

## 主な領域

* **B2Bファインダー** — 見込み客開拓ジョブを設定して実行する
* **市場調査** — 対象市場カテゴリを調査し、準備する
* **保存済みカテゴリ** — 保存した対象カテゴリを再利用する
* **結果** — 完了したレコードを確認し、データをエクスポートする
* **アクティベーション** — デバイスID、ライセンス状態、クレジット、有効期限、バージョン情報を確認する

## 選択カテゴリの表示

複数のカテゴリが選択されると、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/youkoso/dashboard.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.
