# データの保持期間

各種データの保持期間は契約プランに基づき決定されます。

| データ種別     | Freeプラン | Growthプラン |
| --------- | ------- | --------- |
| イベントデータ   | 1年      | 2年        |
| セッションリプレイ | 1ヶ月     | 2ヶ月       |

詳細は[料金プランページ](https://wicle.io/plan) をご覧ください。

イベント・ユーザーデータのディメンションは計測開始時点から計算された累積値が保持されます。(e.g. 保持期間より過去の3年前に1度来訪したユーザーが今日再度来訪した場合、来訪回数は2とカウントされます）


---

# 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/measured-data/retention-period.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.
