# 地域

{% hint style="success" %}
**地域ページの機能とは**

ユーザーのアクセス地域を視覚的に確認できる機能です。
{% endhint %}

#### **主要機能**

<figure><img src="/files/0GWZ7ucgDOvIzHRiFp3a" alt=""><figcaption></figcaption></figure>

1. **推移グラフ**
   * 時系列でのデータ変化を確認できます。
2. **インタラクティブな地図表示**
   * 地図上で特定地域にマウスオーバーすると、該当国や地域からの訪問数が表示されます。
   * 確認したい位置をクリックすると、該当都道府県の訪問数値が現れます。
   * 「戻る」をクリックすると、前段階の国や地域の表示画面に戻ります。
   * 地図左下の「＋」「－」ボタンで地図の大きさを調整できます。
3. **地域リスト**
   * 各地域からの訪問を降順で表示し、「詳細」をクリックすると詳しいデータを確認できます。

{% hint style="warning" %}
**💡 データ精度について**

* データはIPアドレス情報をもとに外部データベースと照合して作成されます。
* プロキシやVPNを通じたアクセスでは、実際の所在地とは異なる地域が判定されることがあります。
* 地域情報の特定には100％の精度を保証できないため、傾向を把握する目的での利用を推奨します。
  {% endhint %}


---

# Agent Instructions: 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:

```
GET https://helps.ptengine.com/insight/data-center/geography.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
