# 計測の仕組み

- [Wicleタグの仕様](https://docs.wicle.io/data-setting/tag-spec.md)
- [データの種類と特徴](https://docs.wicle.io/data-setting/data-type.md)
- [イベント計測](https://docs.wicle.io/data-setting/event-tracking.md)
- [自動計測されるイベント](https://docs.wicle.io/data-setting/event-tracking/auto-event.md): イベント
- [タグ埋め込み後のイベント確認方法](https://docs.wicle.io/data-setting/event-tracking/debug-event.md)
- [クリックイベントの拡張](https://docs.wicle.io/data-setting/event-tracking/click-event-extension.md)
- [データの取り扱い](https://docs.wicle.io/data-setting/measured-data.md): 計測されるデータの保持期間や更新頻度、タイムゾーンについて解説します。
- [データの保持期間](https://docs.wicle.io/data-setting/measured-data/retention-period.md)
- [データの更新間隔](https://docs.wicle.io/data-setting/measured-data/renewal-period.md)
- [タイムゾーン](https://docs.wicle.io/data-setting/measured-data/timezone.md)


---

# 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://docs.wicle.io/data-setting.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.
