> 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/todta/understanding-results.md).

# 結果を理解する

利用可能な項目には以下が含まれます:

* 事業者名
* 電話番号
* WhatsApp
* メールアドレス
* ウェブサイト
* 住所
* Google マップのリンク
* ソーシャルメディア
* カテゴリー

項目の利用可否は、各事業者について確認された公開情報に依存します。

## ページネーション

テーブルの応答性を保つため、結果はページごとに表示されます。レコードが欠けていると結論づける前に、すべてのページを確認してください。

## データを使用する前に

確認項目:

1. カテゴリーの関連性
2. 地理的な正確性
3. 重複の有無
4. 連絡先情報の充実度
5. ウェブサイトの有効性
6. アウトリーチ対象の適格性


---

# 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/todta/understanding-results.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.
