> For the complete documentation index, see [llms.txt](https://docs.wicle.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wicle.io/visualizing-retention/lifecycle/dimension.md).

# ライフサイクルのディメンション

個々のユーザーのフェーズ判定結果に基づき以下のディメンションが[ユーザーディメンション](https://docs.wicle.io/data-setting/spec/data-type#block-16d0b91f460540e5a5c31886911c676e)(及びグループディメンション)として保持されます。

これらを各種検索の条件に使ったり、分布を確認して統計的な把握が可能になります。

| 名前            | 値の意味                                      |
| ------------- | ----------------------------------------- |
| 現在のフェーズ       | 現在のライフサイクルフェーズです                          |
| フェーズ滞留日数      | 現在のフェーズに移動してからの経過日数です                     |
| 直前に所属していたフェーズ | 現在のフェーズの一つ前に所属していたフェーズです                  |
| フェーズ変化までの日数   | 一つ前のフェーズから現在のフェーズに変化するまでのかかった日数です         |
| 初めての所属        | 現在のフェーズに過去一度も所属したことなく初めて所属している状態かどうか真偽値です |


---

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

```
GET https://docs.wicle.io/visualizing-retention/lifecycle/dimension.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.
